From ebee5e3e21a4334e7a10a5cf356cc652f32dbf82 Mon Sep 17 00:00:00 2001 From: sebastian Date: Fri, 2 Feb 2018 11:37:41 +0100 Subject: [PATCH] add cortex-m3 to userland/Configuration.mk --- Configuration.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.mk b/Configuration.mk index 0d3a9575f..da16b531f 100644 --- a/Configuration.mk +++ b/Configuration.mk @@ -30,7 +30,7 @@ KERNEL_HEAP_SIZE ?= 1024 PACKAGE_NAME ?= $(shell basename "$(shell pwd)") # Tock supported architectures -TOCK_ARCHS ?= cortex-m0 cortex-m4 +TOCK_ARCHS ?= cortex-m0 cortex-m3 cortex-m4 # This could be replaced with an installed version of `elf2tbf` ELF2TBF ?= cargo run --manifest-path $(TOCK_USERLAND_BASE_DIR)/tools/elf2tbf/Cargo.toml --