Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 3
Timestamp:
May 13, 2023, 7:37:11 PM (
20 months
ago)
Author:
f.jahn
Message:
fw hinzugfügt-->zed
Location:
ecs_cellMon
Files:
651 added
Bootloader
(added)
Bootloader/SES
(added)
Bootloader/SES/Output
(added)
Bootloader/SES/Output/Debug
(added)
Bootloader/SES/Output/Debug/Exe
(added)
Bootloader/SES/Output/Debug/Exe/bootloader.elf
(added)
Bootloader/SES/Output/Debug/Exe/bootloader.hex
(added)
Bootloader/SES/Output/Debug/Exe/bootloader.map
(added)
Bootloader/SES/Output/Debug/Obj
(added)
Bootloader/SES/Output/Debug/Obj/SEGGER_THUMB_Startup.d
(added)
Bootloader/SES/Output/Debug/Obj/STM32G07x_Vectors.d
(added)
Bootloader/SES/Output/Debug/Obj/STM32G0xx_Startup.d
(added)
Bootloader/SES/Output/Debug/Obj/aes.d
(added)
Bootloader/SES/Output/Debug/Obj/bootloader.ind
(added)
Bootloader/SES/Output/Debug/Obj/main.d
(added)
Bootloader/SES/Output/Debug/Obj/system_stm32g0xx.d
(added)
Bootloader/SES/Output/Release
(added)
Bootloader/SES/Output/Release/Exe
(added)
Bootloader/SES/Output/Release/Exe/bootloader.elf
(added)
Bootloader/SES/Output/Release/Exe/bootloader.hex
(added)
Bootloader/SES/Output/Release/Exe/bootloader.map
(added)
Bootloader/SES/Output/Release/Obj
(added)
Bootloader/SES/Output/Release/Obj/SEGGER_THUMB_Startup.d
(added)
Bootloader/SES/Output/Release/Obj/STM32G07x_Vectors.d
(added)
Bootloader/SES/Output/Release/Obj/STM32G0xx_Startup.d
(added)
Bootloader/SES/Output/Release/Obj/aes.bc
(added)
Bootloader/SES/Output/Release/Obj/aes.d
(added)
Bootloader/SES/Output/Release/Obj/bootloader.ind
(added)
Bootloader/SES/Output/Release/Obj/main.bc
(added)
Bootloader/SES/Output/Release/Obj/main.d
(added)
Bootloader/SES/Output/Release/Obj/system_stm32g0xx.bc
(added)
Bootloader/SES/Output/Release/Obj/system_stm32g0xx.d
(added)
Bootloader/SES/SEGGER_THUMB_Startup.s
(added)
Bootloader/SES/STM32G070KBTx_MemoryMap.xml
(added)
Bootloader/SES/STM32G07x_Registers.xml
(added)
Bootloader/SES/STM32G0xx
(added)
Bootloader/SES/STM32G0xx/CMSIS
(added)
Bootloader/SES/STM32G0xx/CMSIS/Device
(added)
Bootloader/SES/STM32G0xx/CMSIS/Device/Include
(added)
Bootloader/SES/STM32G0xx/CMSIS/Device/Include/stm32g070xx.h
(added)
Bootloader/SES/STM32G0xx/CMSIS/Device/Include/stm32g071xx.h
(added)
Bootloader/SES/STM32G0xx/CMSIS/Device/Include/stm32g081xx.h
(added)
Bootloader/SES/STM32G0xx/CMSIS/Device/Include/stm32g0xx.h
(added)
Bootloader/SES/STM32G0xx/CMSIS/Device/Include/system_stm32g0xx.h
(added)
Bootloader/SES/STM32G0xx/CMSIS/Device/Source
(added)
Bootloader/SES/STM32G0xx/CMSIS/Device/Source/system_stm32g0xx.c
(added)
Bootloader/SES/STM32G0xx/Scripts
(added)
Bootloader/SES/STM32G0xx/Scripts/STM32G0xx_Target.js
(added)
Bootloader/SES/STM32G0xx/Source
(added)
Bootloader/SES/STM32G0xx/Source/STM32G07x_Vectors.s
(added)
Bootloader/SES/STM32G0xx/Source/STM32G0xx_Startup.s
(added)
Bootloader/SES/STM32G0xx_Flash.icf
(added)
Bootloader/SES/aes.c
(added)
Bootloader/SES/aes.h
(added)
Bootloader/SES/bootloader.emProject
(added)
Bootloader/SES/bootloader.emSession
(added)
Bootloader/SES/bootloader_Debug.jlink
(added)
Bootloader/SES/bootloader_Release.jlink
(added)
Bootloader/SES/main.c
(added)
Bootloader/SES/main.h
(added)
Bootloader/SES/output.txt
(added)
firmware
(added)
firmware/.cproject
(added)
firmware/.mxproject
(added)
firmware/.project
(added)
firmware/Core
(added)
firmware/Core/Inc
(added)
firmware/Core/Inc/adc.h
(added)
firmware/Core/Inc/comp.h
(added)
firmware/Core/Inc/dac.h
(added)
firmware/Core/Inc/dma.h
(added)
firmware/Core/Inc/gpio.h
(added)
firmware/Core/Inc/main.h
(added)
firmware/Core/Inc/stm32g0xx_hal_conf.h
(added)
firmware/Core/Inc/stm32g0xx_it.h
(added)
firmware/Core/Inc/tim.h
(added)
firmware/Core/Inc/usart.h
(added)
firmware/Core/Src
(added)
firmware/Core/Src/adc.c
(added)
firmware/Core/Src/comp.c
(added)
firmware/Core/Src/dac.c
(added)
firmware/Core/Src/dma.c
(added)
firmware/Core/Src/gpio.c
(added)
firmware/Core/Src/main.c
(added)
firmware/Core/Src/stm32g0xx_hal_msp.c
(added)
firmware/Core/Src/stm32g0xx_it.c
(added)
firmware/Core/Src/syscalls.c
(added)
firmware/Core/Src/system_stm32g0xx.c
(added)
firmware/Core/Src/tim.c
(added)
firmware/Core/Src/usart.c
(added)
firmware/Debug Internal
(added)
firmware/Debug Internal/Cortex_M_Startup.d
(added)
firmware/Debug Internal/Cortex_M_Startup_PP.s
(added)
firmware/Debug Internal/SEGGER_THUMB_Startup.d
(added)
firmware/Debug Internal/SEGGER_THUMB_Startup_PP.s
(added)
firmware/Debug Internal/startup_stm32g071xx.d
(added)
firmware/Debug Internal/startup_stm32g071xx_PP.s
(added)
firmware/Drivers
(added)
firmware/Drivers/CMSIS
(added)
firmware/Drivers/CMSIS/Device
(added)
firmware/Drivers/CMSIS/Device/ST
(added)
firmware/Drivers/CMSIS/Device/ST/STM32G0xx
(added)
firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include
(added)
firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g071xx.h
(added)
firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h
(added)
firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h
(added)
firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Source
(added)
firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Source/Templates
(added)
firmware/Drivers/CMSIS/Include
(added)
firmware/Drivers/CMSIS/Include/cmsis_armcc.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_armclang.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_armclang_ltm.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_compiler.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_gcc.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_iccarm.h
(added)
firmware/Drivers/CMSIS/Include/cmsis_version.h
(added)
firmware/Drivers/CMSIS/Include/core_armv81mml.h
(added)
firmware/Drivers/CMSIS/Include/core_armv8mbl.h
(added)
firmware/Drivers/CMSIS/Include/core_armv8mml.h
(added)
firmware/Drivers/CMSIS/Include/core_cm0.h
(added)
firmware/Drivers/CMSIS/Include/core_cm0plus.h
(added)
firmware/Drivers/CMSIS/Include/core_cm1.h
(added)
firmware/Drivers/CMSIS/Include/core_cm23.h
(added)
firmware/Drivers/CMSIS/Include/core_cm3.h
(added)
firmware/Drivers/CMSIS/Include/core_cm33.h
(added)
firmware/Drivers/CMSIS/Include/core_cm35p.h
(added)
firmware/Drivers/CMSIS/Include/core_cm4.h
(added)
firmware/Drivers/CMSIS/Include/core_cm7.h
(added)
firmware/Drivers/CMSIS/Include/core_sc000.h
(added)
firmware/Drivers/CMSIS/Include/core_sc300.h
(added)
firmware/Drivers/CMSIS/Include/mpu_armv7.h
(added)
firmware/Drivers/CMSIS/Include/mpu_armv8.h
(added)
firmware/Drivers/CMSIS/Include/tz_context.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/Legacy
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_adc.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_adc_ex.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_comp.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dac.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dac_ex.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_uart.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_uart_ex.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_adc.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_exti.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_adc.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_adc_ex.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_comp.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dac.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dac_ex.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_uart.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_uart_ex.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_adc.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c
(added)
firmware/Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c
(added)
firmware/Output
(added)
firmware/Output/Debug
(added)
firmware/Output/Debug/Exe
(added)
firmware/Output/Debug/Exe/cellMon.bin
(added)
firmware/Output/Debug/Exe/cellMon.elf
(added)
firmware/Output/Debug/Exe/cellMon.ind
(added)
firmware/Output/Debug/Exe/cellMon.map
(added)
firmware/Output/Debug/Exe/lipro1_6_v2_main.bin
(added)
firmware/Output/Debug/Exe/lipro1_6_v2_main.elf
(added)
firmware/Output/Debug/Exe/lipro1_6_v2_main.map
(added)
firmware/Output/Debug/Obj
(added)
firmware/Output/Debug/Obj/cellMon
(added)
firmware/Output/Debug/Obj/cellMon/SEGGER_THUMB_Startup.d
(added)
firmware/Output/Debug/Obj/cellMon/STM32G07x_Vectors.d
(added)
firmware/Output/Debug/Obj/cellMon/STM32G0xx_Startup.d
(added)
firmware/Output/Debug/Obj/cellMon/adc.d
(added)
firmware/Output/Debug/Obj/cellMon/balancer.d
(added)
firmware/Output/Debug/Obj/cellMon/bms.d
(added)
firmware/Output/Debug/Obj/cellMon/comp.d
(added)
firmware/Output/Debug/Obj/cellMon/dac.d
(added)
firmware/Output/Debug/Obj/cellMon/dma.d
(added)
firmware/Output/Debug/Obj/cellMon/eeprom.d
(added)
firmware/Output/Debug/Obj/cellMon/gpio.d
(added)
firmware/Output/Debug/Obj/cellMon/led.d
(added)
firmware/Output/Debug/Obj/cellMon/main.d
(added)
firmware/Output/Debug/Obj/cellMon/meas.d
(added)
firmware/Output/Debug/Obj/cellMon/modbus.d
(added)
firmware/Output/Debug/Obj/cellMon/output.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_adc.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_adc_ex.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_comp.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_cortex.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_dac.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_dac_ex.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_dma.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_dma_ex.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_exti.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_flash.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_flash_ex.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_gpio.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_msp.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_pwr.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_pwr_ex.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_rcc.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_rcc_ex.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_tim.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_tim_ex.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_uart.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_hal_uart_ex.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_it.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_ll_adc.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_ll_dma.d
(added)
firmware/Output/Debug/Obj/cellMon/stm32g0xx_ll_rcc.d
(added)
firmware/Output/Debug/Obj/cellMon/sysdata.d
(added)
firmware/Output/Debug/Obj/cellMon/system_stm32g0xx.d
(added)
firmware/Output/Debug/Obj/cellMon/template.d
(added)
firmware/Output/Debug/Obj/cellMon/tim.d
(added)
firmware/Output/Debug/Obj/cellMon/usart.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/start.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/start_PP.s
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_adc.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_adc_ex.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_comp.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_cortex.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_dac.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_dac_ex.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_dma.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_dma_ex.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_exti.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_flash.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_flash_ex.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_gpio.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_pwr.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_pwr_ex.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_rcc.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_rcc_ex.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_tim.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_tim_ex.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_uart.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_hal_uart_ex.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_ll_adc.d
(added)
firmware/Output/Debug/Obj/lipro1-6_v2_main/stm32g0xx_ll_dma.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/SEGGER_THUMB_Startup.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/STM32G07x_Vectors.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/STM32G0xx_Startup.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/adc.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/balancer.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/bms.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/comp.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/dac.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/dma.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/eeprom.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/gpio.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/led.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/lipro1_6_v2_main.ind
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/main.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/meas.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/modbus.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/output.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_adc.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_adc_ex.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_comp.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_cortex.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_dac.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_dac_ex.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_dma.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_dma_ex.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_exti.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_flash.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_flash_ex.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_gpio.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_msp.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_pwr.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_pwr_ex.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_rcc.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_rcc_ex.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_tim.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_tim_ex.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_uart.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_hal_uart_ex.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_it.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_ll_adc.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_ll_dma.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/stm32g0xx_ll_rcc.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/sysdata.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/system_stm32g0xx.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/template.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/tim.d
(added)
firmware/Output/Debug/Obj/lipro1_6_v2_main/usart.d
(added)
firmware/Output/Release
(added)
firmware/Output/Release/Exe
(added)
firmware/Output/Release/Exe/cellMon.bin
(added)
firmware/Output/Release/Exe/cellMon.elf
(added)
firmware/Output/Release/Exe/cellMon.hex
(added)
firmware/Output/Release/Exe/cellMon.ind
(added)
firmware/Output/Release/Exe/cellMon.map
(added)
firmware/Output/Release/Exe/encrypted_cellMon.bin
(added)
firmware/Output/Release/Obj
(added)
firmware/Output/Release/Obj/cellMon
(added)
firmware/Output/Release/Obj/cellMon/SEGGER_THUMB_Startup.d
(added)
firmware/Output/Release/Obj/cellMon/STM32G07x_Vectors.d
(added)
firmware/Output/Release/Obj/cellMon/STM32G0xx_Startup.d
(added)
firmware/Output/Release/Obj/cellMon/adc.bc
(added)
firmware/Output/Release/Obj/cellMon/adc.d
(added)
firmware/Output/Release/Obj/cellMon/balancer.bc
(added)
firmware/Output/Release/Obj/cellMon/balancer.d
(added)
firmware/Output/Release/Obj/cellMon/bms.bc
(added)
firmware/Output/Release/Obj/cellMon/bms.d
(added)
firmware/Output/Release/Obj/cellMon/comp.bc
(added)
firmware/Output/Release/Obj/cellMon/comp.d
(added)
firmware/Output/Release/Obj/cellMon/dac.bc
(added)
firmware/Output/Release/Obj/cellMon/dac.d
(added)
firmware/Output/Release/Obj/cellMon/dma.bc
(added)
firmware/Output/Release/Obj/cellMon/dma.d
(added)
firmware/Output/Release/Obj/cellMon/eeprom.bc
(added)
firmware/Output/Release/Obj/cellMon/eeprom.d
(added)
firmware/Output/Release/Obj/cellMon/gpio.bc
(added)
firmware/Output/Release/Obj/cellMon/gpio.d
(added)
firmware/Output/Release/Obj/cellMon/led.bc
(added)
firmware/Output/Release/Obj/cellMon/led.d
(added)
firmware/Output/Release/Obj/cellMon/main.bc
(added)
firmware/Output/Release/Obj/cellMon/main.d
(added)
firmware/Output/Release/Obj/cellMon/meas.bc
(added)
firmware/Output/Release/Obj/cellMon/meas.d
(added)
firmware/Output/Release/Obj/cellMon/modbus.bc
(added)
firmware/Output/Release/Obj/cellMon/modbus.d
(added)
firmware/Output/Release/Obj/cellMon/output.bc
(added)
firmware/Output/Release/Obj/cellMon/output.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_adc.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_adc.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_adc_ex.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_adc_ex.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_comp.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_comp.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_cortex.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_cortex.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_dac.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_dac.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_dac_ex.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_dac_ex.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_dma.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_dma.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_dma_ex.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_dma_ex.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_exti.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_exti.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_flash.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_flash.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_flash_ex.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_flash_ex.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_gpio.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_gpio.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_msp.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_msp.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_pwr.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_pwr.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_pwr_ex.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_pwr_ex.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_rcc.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_rcc.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_rcc_ex.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_rcc_ex.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_tim.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_tim.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_tim_ex.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_tim_ex.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_uart.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_uart.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_uart_ex.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_hal_uart_ex.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_it.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_it.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_ll_adc.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_ll_adc.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_ll_dma.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_ll_dma.d
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_ll_rcc.bc
(added)
firmware/Output/Release/Obj/cellMon/stm32g0xx_ll_rcc.d
(added)
firmware/Output/Release/Obj/cellMon/sysdata.bc
(added)
firmware/Output/Release/Obj/cellMon/sysdata.d
(added)
firmware/Output/Release/Obj/cellMon/system_stm32g0xx.bc
(added)
firmware/Output/Release/Obj/cellMon/system_stm32g0xx.d
(added)
firmware/Output/Release/Obj/cellMon/template.bc
(added)
firmware/Output/Release/Obj/cellMon/template.d
(added)
firmware/Output/Release/Obj/cellMon/tim.bc
(added)
firmware/Output/Release/Obj/cellMon/tim.d
(added)
firmware/Output/Release/Obj/cellMon/usart.bc
(added)
firmware/Output/Release/Obj/cellMon/usart.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/SEGGER_THUMB_Startup.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/STM32G07x_Vectors.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/STM32G0xx_Startup.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/adc.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/adc.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/balancer.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/balancer.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/bms.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/bms.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/comp.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/comp.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/dac.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/dac.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/dma.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/dma.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/eeprom.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/eeprom.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/gpio.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/gpio.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/led.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/led.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/lipro1_6_v2_main.ind
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/main.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/main.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/meas.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/meas.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/modbus.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/modbus.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/output.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/output.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_adc.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_adc.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_adc_ex.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_adc_ex.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_comp.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_comp.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_cortex.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_cortex.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_dac.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_dac.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_dac_ex.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_dac_ex.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_dma.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_dma.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_dma_ex.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_dma_ex.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_exti.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_exti.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_flash.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_flash.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_flash_ex.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_flash_ex.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_gpio.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_gpio.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_msp.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_msp.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_pwr.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_pwr.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_pwr_ex.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_pwr_ex.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_rcc.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_rcc.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_rcc_ex.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_rcc_ex.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_tim.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_tim.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_tim_ex.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_tim_ex.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_uart.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_uart.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_uart_ex.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_hal_uart_ex.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_it.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_it.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_ll_adc.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_ll_adc.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_ll_dma.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_ll_dma.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_ll_rcc.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/stm32g0xx_ll_rcc.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/sysdata.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/sysdata.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/system_stm32g0xx.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/system_stm32g0xx.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/template.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/template.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/tim.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/tim.d
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/usart.bc
(added)
firmware/Output/Release/Obj/lipro1_6_v2_main/usart.d
(added)
firmware/Output/lipro1_6_v2_main Release
(added)
firmware/Output/lipro1_6_v2_main Release/Obj
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/SEGGER_THUMB_Startup.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/STM32G07x_Vectors.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/STM32G0xx_Startup.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/adc.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/balancer.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/bms.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/comp.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/dac.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/dma.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/eeprom.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/gpio.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/led.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/lipro1_6_v2_main.ind
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/lipro1_6_v2_main_link.ind
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/main.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/meas.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/modbus.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/output.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_adc.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_adc_ex.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_comp.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_cortex.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_dac.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_dac_ex.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_dma.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_dma_ex.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_exti.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_flash.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_flash_ex.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_gpio.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_msp.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_pwr.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_pwr_ex.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_rcc.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_rcc_ex.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_tim.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_tim_ex.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_uart.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_hal_uart_ex.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_it.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_ll_adc.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_ll_dma.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/stm32g0xx_ll_rcc.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/sysdata.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/system_stm32g0xx.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/template.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/tim.d
(added)
firmware/Output/lipro1_6_v2_main Release/Obj/usart.d
(added)
firmware/SEGGER_THUMB_Startup.s
(added)
firmware/STM32G071C8Tx_FLASH.icf
(added)
firmware/STM32G071C8Tx_FLASH.ld
(added)
firmware/STM32G071C8Tx_MemoryMap.xml
(added)
firmware/STM32G07x_Registers.xml
(added)
firmware/STM32G0xx
(added)
firmware/STM32G0xx/CMSIS
(added)
firmware/STM32G0xx/CMSIS/Device
(added)
firmware/STM32G0xx/CMSIS/Device/Include
(added)
firmware/STM32G0xx/CMSIS/Device/Include/stm32g070xx.h
(added)
firmware/STM32G0xx/CMSIS/Device/Include/stm32g071xx.h
(added)
firmware/STM32G0xx/CMSIS/Device/Include/stm32g081xx.h
(added)
firmware/STM32G0xx/CMSIS/Device/Include/stm32g0xx.h
(added)
firmware/STM32G0xx/CMSIS/Device/Include/system_stm32g0xx.h
(added)
firmware/STM32G0xx/CMSIS/Device/Source
(added)
firmware/STM32G0xx/CMSIS/Device/Source/system_stm32g0xx.c
(added)
firmware/STM32G0xx/Scripts
(added)
firmware/STM32G0xx/Scripts/STM32G0xx_Target.js
(added)
firmware/STM32G0xx/Source
(added)
firmware/STM32G0xx/Source/STM32G07x_Vectors.s
(added)
firmware/STM32G0xx/Source/STM32G0xx_Startup.s
(added)
firmware/STM32G0xx_Flash.icf
(added)
firmware/cellMon_Debug.jlink
(added)
firmware/cellMon_Release.jlink
(added)
firmware/firmware.ioc
(added)
firmware/firmware.xml
(added)
firmware/firmware_Debug Internal.jlink
(added)
firmware/inc
(added)
firmware/inc/balancer.h
(added)
firmware/inc/bms.h
(added)
firmware/inc/doku.h
(added)
firmware/inc/eeprom.h
(added)
firmware/inc/led.h
(added)
firmware/inc/meas.h
(added)
firmware/inc/modbus.h
(added)
firmware/inc/modbus_.h
(added)
firmware/inc/output.h
(added)
firmware/inc/sysdata.h
(added)
firmware/inc/template.h
(added)
firmware/main (2).emSession
(added)
firmware/main.emProject
(added)
firmware/main.emSession
(added)
firmware/main_Debug (2).jlink
(added)
firmware/main_Debug.jlink
(added)
firmware/main_Release.jlink
(added)
firmware/src
(added)
firmware/src/balancer.c
(added)
firmware/src/bms.c
(added)
firmware/src/eeprom.c
(added)
firmware/src/led.c
(added)
firmware/src/meas.c
(added)
firmware/src/modbus.c
(added)
firmware/src/output.c
(added)
firmware/src/sysdata.c
(added)
firmware/src/template.c
(added)
firmware/start.s
(added)
firmware/startup
(added)
firmware/startup/startup_stm32g071xx.s
(added)
jlink
(added)
jlink/bootloader.jflash
(added)
jlink/main.jflash
(added)
tools
(added)
tools/FileEncrypt
(added)
tools/FileEncrypt/.cproject
(added)
tools/FileEncrypt/.project
(added)
tools/FileEncrypt/.settings
(added)
tools/FileEncrypt/.settings/language.settings.xml
(added)
tools/FileEncrypt/.settings/org.eclipse.cdt.managedbuilder.core.prefs
(added)
tools/FileEncrypt/Debug
(added)
tools/FileEncrypt/Debug/FileEncrypt.bat
(added)
tools/FileEncrypt/Debug/FileEncrypt.exe
(added)
tools/FileEncrypt/Debug/src
(added)
tools/FileEncrypt/src
(added)
tools/FileEncrypt/src/Makefile
(added)
tools/FileEncrypt/src/README.md
(added)
tools/FileEncrypt/src/aes.c
(added)
tools/FileEncrypt/src/aes.h
(added)
tools/FileEncrypt/src/crc.c
(added)
tools/FileEncrypt/src/crc.h
(added)
tools/FileEncrypt/src/main.c
(added)
tools/FileEncrypt/src/test.c
(added)
tools/FileEncrypt/src/unlicense.txt
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive