1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

Convert F7s to use RTC backup register based persistent memory

This commit is contained in:
jflyper 2018-12-03 23:54:56 +09:00
parent 99fde1a0ff
commit c0d51a5f55
8 changed files with 46 additions and 39 deletions

View file

@ -41,8 +41,6 @@ EXCLUDES = stm32f7xx_hal_can.c \
stm32f7xx_hal_nor.c \
stm32f7xx_hal_qspi.c \
stm32f7xx_hal_rng.c \
stm32f7xx_hal_rtc.c \
stm32f7xx_hal_rtc_ex.c \
stm32f7xx_hal_sai.c \
stm32f7xx_hal_sai_ex.c \
stm32f7xx_hal_sd.c \
@ -179,6 +177,7 @@ MCU_COMMON_SRC = \
drivers/light_ws2811strip_hal.c \
drivers/transponder_ir_io_hal.c \
drivers/bus_spi_ll.c \
drivers/persistent.c \
drivers/pwm_output_dshot_hal.c \
drivers/timer_hal.c \
drivers/timer_stm32f7xx.c \