-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* libphoenix 993f5e7...8f30b74 (1): > sparcv8leon3: add GR712RC target * phoenix-rtos-build d2850d8...cf9c9a4 (1): > add sparcv8leon3-gr712rc target * phoenix-rtos-devices 552c3bb...3b6e4fd (4): > tty/grlib-uart: support GR712RC > tty: rename gr716-uart to grlib-uart > _targets: add sparcv8leon3-gr712rc > imxrt-flash: optimize opRead/opWrite add cpu yield * phoenix-rtos-filesystems cc2e6a8...09a029e (2): > _targets: add sparcv8leon3-gr712rc > ext2: Ignore I/O errors when unmounting filesystem * phoenix-rtos-kernel dcfb262...cf8714a (5): > add GR712RC support, Gaisler cpu refactor > add codespell_ignore > proc: fix setting entry point in process_load > vm/map: use PGHD_READ attr when mapping pages > proc: Handle usleep(0) (yield) * phoenix-rtos-tests c230f33...36b0b78 (1): > libc/pthread: add tests for pthread_cleanup * phoenix-rtos-utils 4518226...bd976d0 (2): > _targets: add sparcv8leon3-gr712rc > psh: close directory after listing * plo f348b46...1a35a3e (3): > add gr712rc target > devices/ram-stm32: move to ram-storage > phfs: increase alias size
- Loading branch information
Showing
11 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule phoenix-rtos-ports
updated
4 files
+1 −4 | fs_mark/build.sh | |
+309 −5 | fs_mark/patch/fs_mark.patch | |
+46 −2 | fs_mark/patch/fs_mark_h.patch | |
+46 −0 | fs_mark/patch/makefile.patch |
Submodule phoenix-rtos-tests
updated
12 files
+1 −0 | fs_mark/Makefile | |
+158 −0 | fs_mark/fs_mark.py | |
+97 −0 | fs_mark/fs_mark_clean.c | |
+132 −0 | fs_mark/test_armv7a7-imx6ull-evk.yaml | |
+132 −0 | fs_mark/test_armv7a9-zynq7000-qemu.yaml | |
+132 −0 | fs_mark/test_armv7a9-zynq7000-zedboard.yaml | |
+150 −0 | fs_mark/test_armv7m4-stm32l4x6-nucleo.yaml | |
+150 −0 | fs_mark/test_armv7m7-imxrt106x-evk.yaml | |
+150 −0 | fs_mark/test_armv7m7-imxrt117x-evk.yaml | |
+15 −0 | fs_mark/test_ia32-generic-qemu.yaml | |
+109 −0 | fs_mark/timing_data.py | |
+8 −1 | trunner/harness/psh.py |