The T32 can simulate bare instruction sets without periphery. For the Cortex-M3 we have complete NVIC model including Systick Timer. Currently a simple CiAO can run on the simulator. TODO: - Let memlogger log all memory accesses. - Interact with FailT32 for a complete simulation/FI
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
OBJECTS = demoport.o simul.o
|
|
COPTS = +e +z -c -O
|
|
|
|
demoport.so.1: $(OBJECTS)
|
|
ld -b -o demoport.sl $(OBJECTS)
|
|
|
|
.c.o: ; c89 ${COPTS} $*.c
|