-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule phoenix-rtos-kernel
updated
22 files
+11 −9 | hal/armv7a/cpu.c | |
+11 −6 | hal/armv7m/cpu.c | |
+11 −6 | hal/armv8m/cpu.c | |
+11 −9 | hal/armv8r/cpu.c | |
+5 −2 | hal/cpu.h | |
+1 −4 | hal/hal.h | |
+11 −6 | hal/ia32/cpu.c | |
+10 −6 | hal/riscv64/cpu.c | |
+10 −5 | hal/sparcv8leon3/cpu.c | |
+38 −0 | include/auxv.h | |
+13 −11 | include/elf.h | |
+5 −3 | include/syscalls.h | |
+125 −155 | proc/process.c | |
+0 −7 | proc/process.h | |
+32 −28 | proc/threads.c | |
+4 −1 | proc/threads.h | |
+15 −4 | syscalls.c | |
+2 −2 | test/msg.c | |
+16 −16 | test/proc.c | |
+1 −1 | test/rb.c | |
+2 −2 | test/vm.c | |
+1 −1 | usrv.c |