Forget the f
[inav.git] / cmake / stm32-bootloader.cmake
blob3bb13ae1bf848aa9a339f2ef62b2df404db544c6
1 main_sources(BOOTLOADER_SOURCES
2     common/log.c
3     common/log.h
4     common/printf.c
5     common/printf.h
6     common/string_light.c
7     common/string_light.h
8     common/typeconversion.c
9     common/typeconversion.h
11     drivers/bus.c
12     drivers/bus_busdev_i2c.c
13     drivers/bus_busdev_spi.c
14     drivers/bus_i2c_soft.c
15     drivers/io.c
16     drivers/light_led.c
17     drivers/persistent.c
18     drivers/rcc.c
19     drivers/serial.c
20     drivers/system.c
21     drivers/time.c
22     drivers/timer.c
24     fc/firmware_update_common.c
25     fc/firmware_update_common.h
27     target/common_hardware.c
30 list(APPEND BOOTLOADER_SOURCES ${MAIN_DIR}/src/bl/bl_main.c)