1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 08:15:26 +03:00

[BUILD] Build F7 based targets with cmake

This commit is contained in:
Alberto García Hierro 2020-07-10 09:42:02 +01:00
parent 477fcfd52a
commit 65c04ae234
27 changed files with 267 additions and 20 deletions

View file

@ -0,0 +1,5 @@
set(STM32_STDPERIPH_SRC
drivers/bus_spi.c
drivers/serial_uart.c
)
main_sources(STM32_STDPERIPH_SRC)