.. |
config
|
arch: move build related files to subdirectory
|
2021-08-10 00:55:03 +02:00 |
include
|
mm: make malloc and free system calls
|
2021-08-12 14:34:18 +02:00 |
arch_init.c
|
init: use correct mm init function name
|
2021-08-12 14:35:06 +02:00 |
atom.c
|
atom: reimplement in pure assembly
|
2021-08-01 00:11:13 +02:00 |
atom_get_put.S
|
atom: reimplement in pure assembly
|
2021-08-01 00:11:13 +02:00 |
atomic.c
|
serial: "fix" buffer truncation bug
|
2021-08-10 22:08:44 +02:00 |
CMakeLists.txt
|
arch: move build related files to subdirectory
|
2021-08-10 00:55:03 +02:00 |
do_switch.S
|
sched: complete rework of context switching
|
2021-08-08 20:48:55 +02:00 |
entry.c
|
sched: complete rework of context switching
|
2021-08-08 20:48:55 +02:00 |
handle_fault.c
|
sched: complete rework of context switching
|
2021-08-08 20:48:55 +02:00 |
handle_fault.S
|
sched: complete rework of context switching
|
2021-08-08 20:48:55 +02:00 |
handle_pend_sv.S
|
sched: complete rework of context switching
|
2021-08-08 20:48:55 +02:00 |
handle_reset.c
|
init: fix init array pointer dereference bullshit
|
2021-08-05 16:29:18 +02:00 |
handle_svc.S
|
arch: add files i fucking forgot to commit
|
2021-08-08 20:52:44 +02:00 |
leave.S
|
sched: set PendSV priority, fix _leave routine
|
2021-08-09 19:26:49 +02:00 |
mutex.S
|
mutex: add wait queue and spinlocks
|
2021-08-10 00:44:36 +02:00 |
sched.c
|
sched: add idle task entry i forgot to commit
|
2021-08-09 22:51:35 +02:00 |
serial.c
|
serial: "fix" buffer truncation bug
|
2021-08-10 22:08:44 +02:00 |
sys.c
|
arch: add files i fucking forgot to commit
|
2021-08-08 20:52:44 +02:00 |
syscall.S
|
syscall: fix call source detection
|
2021-08-02 00:37:01 +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 |