mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 00:34:07 +08:00
- targetted at modules/libraries that benefit without drastically increasing flash usage - ignored on boards with CONSTRAINED_FLASH set
13 lines
162 B
CMake
13 lines
162 B
CMake
|
|
px4_add_board(
|
|
PLATFORM nuttx
|
|
VENDOR px4
|
|
MODEL io-v2
|
|
TOOLCHAIN arm-none-eabi
|
|
CONSTRAINED_FLASH
|
|
ARCHITECTURE cortex-m3
|
|
DRIVERS
|
|
MODULES
|
|
px4iofirmware
|
|
)
|