-
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
5 changed files
with
5 additions
and
5 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
14 files
Submodule plo
updated
20 files
+4 −1 | Makefile | |
+10 −8 | _startc.c | |
+1 −1 | devices/flash-gr712rc/flashdrv.c | |
+10 −5 | devices/flash-mcxn94x/flash.c | |
+10 −5 | devices/flash-mps3an536/flashdrv.c | |
+15 −13 | devices/pipe-rtt/rtt.c | |
+10 −4 | devices/uart-cmsdk-apb/uart.c | |
+9 −4 | devices/uart-mcxn94x/uart.c | |
+1 −1 | hal/armv7m/imxrt/10xx/105x/Makefile | |
+2 −3 | hal/armv7m/imxrt/10xx/106x/peripherals.h | |
+2 −3 | hal/armv7m/imxrt/117x/peripherals.h | |
+5 −2 | hal/armv7m/imxrt/hal.c | |
+5 −2 | hal/armv7m/stm32/hal.c | |
+6 −0 | hal/ia32/acpi.c | |
+7 −1 | ld/armv7m4-stm32l4x6.ldt | |
+5 −1 | ld/armv7m7-imxrt105x.ldt | |
+11 −1 | ld/armv7m7-imxrt106x.ldt | |
+7 −1 | ld/armv7m7-imxrt117x.ldt | |
+12 −0 | ld/common/plo-rtt.lds | |
+8 −1 | riscv-sbi/Makefile |