Tools: add --debug-ekf to debug the EKF

This commit is contained in:
Pierre Kancir 2020-04-29 14:52:01 +02:00 committed by Peter Barker
parent 431468452c
commit 77b461fee4

View File

@ -154,6 +154,9 @@ class Board:
'-g', '-g',
'-O0', '-O0',
] ]
env.DEFINES.update(
HAL_DEBUG_BUILD = 1,
)
if cfg.options.bootloader: if cfg.options.bootloader:
# don't let bootloaders try and pull scripting in # don't let bootloaders try and pull scripting in