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

These configs do not have the work queue enabled.
This commit is contained in:
Beat Küng
2017-03-27 13:52:07 +02:00
committed by Lorenz Meier
parent 044a767235
commit 2946aafc2b
4 changed files with 10 additions and 2 deletions
@@ -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)
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
)
+4 -1
View File
@@ -1,6 +1,9 @@
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)