aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorTravis Geiselbrecht <geist@foobox.com>2015-10-15 18:15:45 -0700
committerTravis Geiselbrecht <geist@foobox.com>2015-10-15 18:15:45 -0700
commitfab92f3179b2ce18e967c946a2ccdc1123a118b3 (patch)
treec625ae503533673b9a948dccc6251ad113f08540 /platform
parent7c09e82033ec183c3fc8f1a6a05a0253784023e5 (diff)
downloadcommon-fab92f3179b2ce18e967c946a2ccdc1123a118b3.tar.gz
[lib][heap] have novm initialize itself, rename novm 'heap' to 'arena' to be less confusing
Diffstat (limited to 'platform')
-rw-r--r--platform/stm32f7xx/rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/stm32f7xx/rules.mk b/platform/stm32f7xx/rules.mk
index 4836af17..d63eff1a 100644
--- a/platform/stm32f7xx/rules.mk
+++ b/platform/stm32f7xx/rules.mk
@@ -23,6 +23,8 @@ ifeq ($(FOUND_CHIP),)
$(error unknown STM32F7xx chip $(STM32_CHIP))
endif
+LK_HEAP_IMPLEMENTATION ?= miniheap
+
GLOBAL_DEFINES += \
PLATFORM_SUPPORTS_PANIC_SHELL=1