Skip to content
Snippets Groups Projects
Commit 2946aafc authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

cmake configs: add -DPARAM_NO_AUTOSAVE for esc32, px4esc, px4cannode, s2740vc

These configs do not have the work queue enabled.
parent 044a7672
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ include(nuttx/px4_impl_nuttx)
add_definitions(
-DFLASH_BASED_PARAMS
-DPARAM_NO_ORB
-DPARAM_NO_AUTOSAVE
-DPARAMETER_BUFFER_SIZE=1024
)
......
include(nuttx/px4_impl_nuttx)
add_definitions(-DPARAM_NO_ORB)
add_definitions(
-DPARAM_NO_ORB
-DPARAM_NO_AUTOSAVE
)
px4_nuttx_configure(HWCLASS m3 CONFIG nsh)
......
......@@ -3,6 +3,7 @@ include(nuttx/px4_impl_nuttx)
add_definitions(
-DFLASH_BASED_PARAMS
-DPARAM_NO_ORB
-DPARAM_NO_AUTOSAVE
-DPARAMETER_BUFFER_SIZE=1024
)
......
include(nuttx/px4_impl_nuttx)
add_definitions(-DPARAM_NO_ORB)
add_definitions(
-DPARAM_NO_ORB
-DPARAM_NO_AUTOSAVE
)
px4_nuttx_configure(HWCLASS m4 CONFIG nsh)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment