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:
parent
477fcfd52a
commit
65c04ae234
27 changed files with 267 additions and 20 deletions
5
cmake/stm32-stdperiph.cmake
Normal file
5
cmake/stm32-stdperiph.cmake
Normal file
|
@ -0,0 +1,5 @@
|
|||
set(STM32_STDPERIPH_SRC
|
||||
drivers/bus_spi.c
|
||||
drivers/serial_uart.c
|
||||
)
|
||||
main_sources(STM32_STDPERIPH_SRC)
|
Loading…
Add table
Add a link
Reference in a new issue