rticx-cortex-m 0.1.0

RTICX distribution for single-core Cortex-M targets (armv6-m and armv7-m and above)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: all ci qemu qemu-armv7m qemu-armv6m

all: qemu

ci: all

qemu: qemu-armv7m qemu-armv6m

qemu-armv7m:
	./qemu-run.sh armv7m

qemu-armv6m:
	./qemu-run.sh armv6m