These configs do not have the work queue enabled.
@ -3,6 +3,7 @@ include(nuttx/px4_impl_nuttx)
add_definitions(
-DFLASH_BASED_PARAMS
-DPARAM_NO_ORB
-DPARAM_NO_AUTOSAVE
-DPARAMETER_BUFFER_SIZE=1024
)
@ -1,6 +1,9 @@
include(nuttx/px4_impl_nuttx)
add_definitions(-DPARAM_NO_ORB)
px4_nuttx_configure(HWCLASS m3 CONFIG nsh)
px4_nuttx_configure(HWCLASS m4 CONFIG nsh)