cmake: NuttX ARMV7M_STACKCHECK skip ekf2

- px4_fmu-v5_stackcheck switch from icm20689 -> bmi055 (lower rate)
 - this is to make performance tolerable
This commit is contained in:
Daniel Agar
2022-01-01 16:54:50 -05:00
parent e9283d90cc
commit f76aa0e772
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ function(px4_os_add_flags)
-ffixed-r10
-finstrument-functions
# instrumenting PX4 Matrix and Param methods is too burdensome
-finstrument-functions-exclude-file-list=matrix/Matrix.hpp,px4_platform_common/param.h
-finstrument-functions-exclude-file-list=matrix/Matrix.hpp,px4_platform_common/param.h,modules__ekf2_unity.cpp
)
endif()