implement EEPROM emulation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
##########################################################################################################################
|
||||
# File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Mon Mar 13 00:15:21 CET 2023]
|
||||
# File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Tue Mar 14 20:49:50 CET 2023]
|
||||
##########################################################################################################################
|
||||
|
||||
# ------------------------------------------------
|
||||
@@ -72,6 +72,8 @@ Lib/ufb/Src/fb_7seg.c \
|
||||
Lib/ufb/Src/fb_text.c \
|
||||
Lib/snprintf/snprintf.c \
|
||||
Core/Src/dma.c \
|
||||
Lib/EEPROM_Emul/Core/eeprom_emul.c \
|
||||
Lib/EEPROM_Emul/Porting/STM32F1/flash_interface.c \
|
||||
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_gpio.c \
|
||||
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_adc.c \
|
||||
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_dma.c \
|
||||
@@ -81,7 +83,9 @@ Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_exti.c \
|
||||
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_spi.c \
|
||||
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_tim.c \
|
||||
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_usart.c \
|
||||
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c
|
||||
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_pwr.c \
|
||||
Core/Src/crc.c \
|
||||
Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_ll_crc.c
|
||||
|
||||
# ASM sources
|
||||
ASM_SOURCES = \
|
||||
@@ -156,7 +160,9 @@ C_INCLUDES = \
|
||||
-IDrivers/CMSIS/Device/ST/STM32F1xx/Include \
|
||||
-IDrivers/CMSIS/Include \
|
||||
-ILib/ufb/Inc \
|
||||
-ILib/snprintf
|
||||
-ILib/snprintf \
|
||||
-ILib/EEPROM_Emul/Core \
|
||||
-ILib/EEPROM_Emul/Porting/STM32F1
|
||||
|
||||
|
||||
# compile gcc flags
|
||||
|
||||
Reference in New Issue
Block a user