Skip to content

Commit

Permalink
add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
badochov committed Sep 23, 2024
1 parent bf98ae8 commit bed5fb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion phoenix-rtos-kernel
2 changes: 1 addition & 1 deletion plo
Submodule plo updated 65 files
+3 −3 cmds/Makefile
+253 −0 cmds/bridge.c
+73 −0 cmds/devices.c
+178 −0 cmds/ptable.c
+94 −71 devices/devs.c
+27 −5 devices/devs.h
+8 −3 devices/disk-bios/disk-bios.c
+10 −5 devices/flash-gr712rc/flashdrv.c
+10 −5 devices/flash-gr716/flashdrv.c
+9 −4 devices/flash-imx6ull/flashdrv.c
+34 −4 devices/flash-imxrt/flashdrv.c
+10 −5 devices/flash-nrf9160/flashdrv.c
+10 −5 devices/flash-stm32/flashdrv.c
+9 −4 devices/flash-zynq7000/flashdrv.c
+9 −4 devices/nand-imx6ull/data.c
+9 −4 devices/nand-imx6ull/meta.c
+9 −4 devices/nand-imx6ull/raw.c
+9 −4 devices/pipe-rtt/device.c
+10 −5 devices/ram-storage/ramdrv.c
+9 −4 devices/sdcard-zynq7000/sdcarddrv.c
+17 −12 devices/tty-bios/tty-bios.c
+9 −4 devices/tty-spike/tty-spike.c
+8 −3 devices/uart-16550/uart-16550.c
+8 −8 devices/uart-16550/uarthw-pc.c
+9 −4 devices/uart-grlib/uart.c
+9 −4 devices/uart-imx6ull/uart.c
+42 −5 devices/uart-imxrt106x/uart.c
+41 −4 devices/uart-imxrt117x/uart.c
+9 −4 devices/uart-nrf9160/uart.c
+9 −4 devices/uart-stm32l4x6/uart.c
+9 −4 devices/uart-zynq7000/uart.c
+9 −4 devices/usbc-cdc/cdc.c
+2 −2 hal/armv7a/imx6ull/Makefile
+2 −2 hal/armv7a/zynq7000/Makefile
+2 −2 hal/armv7m/imxrt/10xx/105x/Makefile
+1 −1 hal/armv7m/imxrt/10xx/105x/_init.S
+2 −2 hal/armv7m/imxrt/10xx/106x/Makefile
+1 −1 hal/armv7m/imxrt/10xx/106x/_init.S
+2 −2 hal/armv7m/imxrt/117x/Makefile
+1 −1 hal/armv7m/imxrt/117x/_init.S
+2 −2 hal/armv7m/stm32/l4/Makefile
+2 −2 hal/armv8m/nrf/91/Makefile
+2 −1 hal/ia32/Makefile
+2 −2 hal/ia32/console-serial.c
+8 −8 hal/ia32/console-vga.c
+4 −4 hal/ia32/cpu.c
+64 −35 hal/ia32/cpu.h
+48 −40 hal/ia32/efi/kernel/cpu.h
+11 −11 hal/ia32/interrupts.c
+4 −4 hal/ia32/memory.c
+14 −14 hal/ia32/pci.c
+2 −1 hal/riscv64/generic/Makefile
+2 −1 hal/sparcv8leon3/gaisler/gr712rc/Makefile
+2 −1 hal/sparcv8leon3/gaisler/gr716/Makefile
+4 −1 ld/armv7m7-imxrt105x.ldt
+4 −1 ld/armv7m7-imxrt106x.ldt
+4 −1 ld/armv7m7-imxrt117x.ldt
+1 −1 lib/Makefile
+6 −0 lib/ctype.c
+3 −0 lib/ctype.h
+3 −0 lib/lib.h
+213 −0 lib/ptable.c
+82 −0 lib/ptable.h
+30 −4 phfs/phfs.c
+9 −0 phfs/phfs.h

0 comments on commit bed5fb0

Please sign in to comment.