PX4-Autopilot/boards/px4/io-v2/default.cmake
Daniel Agar 31fe7af454 selectively increase optimization -Os -> -O2
- targetted at modules/libraries that benefit without drastically
increasing flash usage
 - ignored on boards with CONSTRAINED_FLASH set
2020-06-04 20:59:52 -04:00

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
)