summaryrefslogtreecommitdiff
path: root/target/arm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-10-01 17:49:40 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-10-01 20:46:32 +0200
commitfa6fcbc9f75bc5a5962f9dd4327ae80ea35c59a7 (patch)
tree751a5d05ae0915dc85b97a43219f2de1370df833 /target/arm
parent728149c0fc8bfeb2460d7d0be4e1443a8d306a8f (diff)
frosted: fix config for qemu
Diffstat (limited to 'target/arm')
-rw-r--r--target/arm/systems/qemu-arm-lm3s6965evb6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/arm/systems/qemu-arm-lm3s6965evb b/target/arm/systems/qemu-arm-lm3s6965evb
index e82cc04f3..7d32e5cb8 100644
--- a/target/arm/systems/qemu-arm-lm3s6965evb
+++ b/target/arm/systems/qemu-arm-lm3s6965evb
@@ -5,6 +5,12 @@ config ADK_TARGET_SYSTEM_QEMU_ARM_LM3S6965EVB
select ADK_TARGET_CPU_ARM_CORTEX_M3
select ADK_TARGET_ARCH_ARM_WITH_THUMB
select ADK_TARGET_QEMU
+ select FROSTED_ARCH_LM3SVIRT
+ select FROSTED_KFLASHMEM_SIZE 128
+ select FROSTED_KRAMMEM_SIZE 128
+ select FROSTED_TASK_STACK_SIZE_4K
+ select FROSTED_USART_0
+ select FROSTED_MEMFS
help
Qemu Emulator for ARM architecture (lm3s6965evb) without MMU.