Skip to content

Commit

Permalink
add cortex-m3 to userland/Configuration.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
cpluss committed Feb 2, 2018
1 parent 82b9b22 commit ebee5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 --
Expand Down

0 comments on commit ebee5e3

Please sign in to comment.