You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
anna 60ec99692c
serial: "fix" buffer truncation bug
DMA just uses one buffer rather than two now lmao
3 years ago
..
config arch: move build related files to subdirectory 3 years ago
include serial: "fix" buffer truncation bug 3 years ago
CMakeLists.txt arch: move build related files to subdirectory 3 years ago
arch_init.c arch: call init and preinit array 3 years ago
atom.c atom: reimplement in pure assembly 3 years ago
atom_get_put.S atom: reimplement in pure assembly 3 years ago
atomic.c serial: "fix" buffer truncation bug 3 years ago
do_switch.S sched: complete rework of context switching 3 years ago
entry.c sched: complete rework of context switching 3 years ago
handle_fault.S sched: complete rework of context switching 3 years ago
handle_fault.c sched: complete rework of context switching 3 years ago
handle_pend_sv.S sched: complete rework of context switching 3 years ago
handle_reset.c init: fix init array pointer dereference bullshit 3 years ago
handle_svc.S arch: add files i fucking forgot to commit 3 years ago
leave.S sched: set PendSV priority, fix _leave routine 3 years ago
mutex.S mutex: add wait queue and spinlocks 3 years ago
sched.c sched: add idle task entry i forgot to commit 3 years ago
serial.c serial: "fix" buffer truncation bug 3 years ago
sys.c arch: add files i fucking forgot to commit 3 years ago
syscall.S syscall: fix call source detection 3 years ago
vector_table.c arch: move vector table to separate file 3 years ago
watchdog.c arch: use CMSIS after all 3 years ago