WIP - stm32f7xx use hw timers to run tickless

This commit is contained in:
Travis Geiselbrecht
2015-11-23 19:28:39 -08:00
parent eb5f888ee2
commit f3e38e7050
5 changed files with 121 additions and 42 deletions

View File

@@ -33,6 +33,8 @@ endif
LK_HEAP_IMPLEMENTATION ?= miniheap
GLOBAL_DEFINES += \
PLATFORM_HAS_DYNAMIC_TIMER=1 \
PLATFORM_HAS_TIME_BASE=1 \
PLATFORM_SUPPORTS_PANIC_SHELL=1 \
NOVM_MAX_ARENAS=2