Browse Source

fix(tests): Use debug builds and high resolution timer

By setting CONFIG_DEBUG, the native_posix builds will not be optimized
which makes debugging them much nicer.

By setting CONFIG_SYS_CLOCK_TICKS_PER_SEC to 1000, debug prints have a
higher resolution and not always show up as multiples of 10ms.
xmkb
Okke Formsma 3 years ago committed by GitHub
parent
commit
a32cd668d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/boards/native_posix.conf

2
app/boards/native_posix.conf

@ -6,3 +6,5 @@ CONFIG_ZMK_BLE=n @@ -6,3 +6,5 @@ CONFIG_ZMK_BLE=n
CONFIG_LOG=y
CONFIG_LOG_BACKEND_SHOW_COLOR=n
CONFIG_ZMK_LOG_LEVEL_DBG=y
CONFIG_DEBUG=y
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000

Loading…
Cancel
Save