2024-11-27 23:54:47 +00:00
|
|
|
idf_component_register(SRC_DIRS "."
|
|
|
|
|
INCLUDE_DIRS "."
|
2024-11-17 21:41:19 +00:00
|
|
|
REQUIRES cmock esp32_BNO08x)
|
|
|
|
|
|
|
|
|
|
# supress unused var warnings from test_imu
|
|
|
|
|
idf_build_set_property(COMPILE_OPTIONS "-Wno-unused-but-set-variable" APPEND)
|