summaryrefslogtreecommitdiff
path: root/app/boards/native_posix.conf
AgeCommit message (Collapse)Author
2021-05-27fix(tests): Use debug builds and high resolution timerOkke Formsma
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.
2020-08-28fix(test): change the layoutCody McGinnis
2020-06-08Move Zephyr app into subdirectory.Pete Johanson