-
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
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule libphoenix
updated
6 files
+21 −0 | include/pthread.h | |
+5 −0 | include/sys/types.h | |
+3 −0 | include/unistd.h | |
+51 −0 | pthread/pthread.c | |
+3 −1 | string/string.c | |
+1 −1 | sys/socket.c |
Submodule phoenix-rtos-build
updated
15 files
Submodule phoenix-rtos-devices
updated
8 files
Submodule phoenix-rtos-ports
updated
4 files
+1 −1 | busybox/22-ifconfig-ipv6.patch | |
+2 −1 | dropbear/build.sh | |
+2 −1 | lighttpd/build.sh | |
+2 −1 | mbedtls/build.sh |
Submodule plo
updated
14 files
+1 −1 | Makefile | |
+10 −8 | _startc.c | |
+1 −0 | cmds/console.c | |
+24 −0 | hal/armv7m/imxrt/10xx/console.c | |
+24 −0 | hal/armv7m/imxrt/117x/console.c | |
+9 −0 | hal/armv7m/imxrt/hal.c | |
+9 −0 | hal/armv7m/stm32/hal.c | |
+23 −0 | hal/armv7m/stm32/l4/console.c | |
+4 −0 | hal/armv7m/stm32/l4/peripherals.h | |
+3 −0 | hal/armv8r/mps3an536/Makefile | |
+6 −0 | hal/ia32/acpi.c | |
+0 −1 | lib/console.c | |
+39 −0 | lib/helpers.h | |
+1 −1 | riscv-sbi/Makefile |