Skip to content

Commit

Permalink
Merge pull request #739 from cpluss/cortex-m3
Browse files Browse the repository at this point in the history
9 approve votes for merging in Cortex-M3 support.
  • Loading branch information
phil-levis committed Feb 9, 2018
2 parents 1ab55b2 + ebee5e3 commit db8c47d
Show file tree
Hide file tree
Showing 3 changed files 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
Binary file not shown.
Binary file added lua53/build/cortex-m3/lua53.a
Binary file not shown.

0 comments on commit db8c47d

Please sign in to comment.