ardix/arch/at91sam3x8e
fef 60f1ebea8a
arch: use CMSIS after all
It was inevitable, tbh.  I really wanted to do
everything entirely from scratch, but all those
hardware registers are just too much to be
maintained by a single person.  And since i plan
on supporting different boards at some point in
the future, it would be complete madness to redo
everything for that board.
2021-08-07 14:30:09 +02:00
..
include arch: use CMSIS after all 2021-08-07 14:30:09 +02:00
arch_init.c arch: call init and preinit array 2021-08-05 16:08:09 +02:00
atom.c
atom_get_put.S
atomic.c syscall: refactor names 2021-08-05 16:15:35 +02:00
CMakeLists.txt arch: use CMSIS after all 2021-08-07 14:30:09 +02:00
config.ld.in
entry.c sched: refactor and implement sleep 2021-08-05 16:14:18 +02:00
flash.ld
handle_fault.c arch: use CMSIS after all 2021-08-07 14:30:09 +02:00
handle_fault.S arch: move vector table to separate file 2021-08-03 17:33:35 +02:00
handle_pend_sv.S sched: refactor and implement sleep 2021-08-05 16:14:18 +02:00
handle_reset.c init: fix init array pointer dereference bullshit 2021-08-05 16:29:18 +02:00
handle_svc.S sched: refactor and implement sleep 2021-08-05 16:14:18 +02:00
mutex.S mutex: use uint8_t instead of int for lock value 2021-08-01 16:48:19 +02:00
openocd.cfg debug: add sam3x8e svd file 2021-08-03 00:05:23 +02:00
SAM3X8E.svd debug: add sam3x8e svd file 2021-08-03 00:05:23 +02:00
sched.c sched: make sleeping actually work 2021-08-05 18:52:51 +02:00
serial.c arch: use CMSIS after all 2021-08-07 14:30:09 +02:00
sys.c arch: use CMSIS after all 2021-08-07 14:30:09 +02:00
syscall.S syscall: fix call source detection 2021-08-02 00:37:01 +02:00
toolchain.cmake debug: add sam3x8e svd file 2021-08-03 00:05:23 +02:00
vector_table.c arch: move vector table to separate file 2021-08-03 17:33:35 +02:00
watchdog.c arch: use CMSIS after all 2021-08-07 14:30:09 +02:00