include(nuttx/px4_impl_nuttx) px4_nuttx_configure(HWCLASS m4 CONFIG nsh ROMFS y ROMFSROOT px4fmu_common) set(config_module_list # # Board support modules # drivers/device drivers/stm32 drivers/led drivers/boards # # System commands # systemcmds/bl_update systemcmds/mixer systemcmds/param systemcmds/perf systemcmds/reboot systemcmds/top systemcmds/config systemcmds/nshterm systemcmds/ver # # Library modules # modules/systemlib/param modules/systemlib modules/systemlib/mixer modules/uORB # # Libraries # #lib/mathlib/CMSIS lib/controllib lib/mathlib lib/mathlib/math/filter lib/ecl lib/geo lib/conversion lib/version lib/DriverFramework/framework platforms/nuttx # had to add for cmake, not sure why wasn't in original config platforms/common platforms/nuttx/px4_layer # # Demo apps # #examples/math_demo # Tutorial code from # https://px4.io/dev/px4_simple_app examples/px4_simple_app # Tutorial code from # https://px4.io/dev/daemon #examples/px4_daemon_app # Tutorial code from # https://px4.io/dev/debug_values #examples/px4_mavlink_debug # Tutorial code from # https://px4.io/dev/example_fixedwing_control #examples/fixedwing_control # Hardware test #examples/hwtest )