-
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.
* phoenix-rtos-tests 345b9f7...ba60f4a (1): > psh: avoid SH syntax in test strings
- Loading branch information
1 parent
85671f0
commit da7d2f7
Showing
13 changed files
with
13 additions
and
5 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
+4 −3 | fs_mark/build.sh | |
+217 −5 | fs_mark/patch/fs_mark.patch | |
+35 −2 | fs_mark/patch/fs_mark_h.patch | |
+52 −0 | fs_mark/patch/makefile.patch |
Submodule phoenix-rtos-tests
updated
11 files
+1 −0 | fs_mark/Makefile | |
+185 −0 | fs_mark/fs_mark.py | |
+76 −0 | fs_mark/fs_mark_clean.c | |
+147 −0 | fs_mark/test_armv7a7-imx6ull-evk.yaml | |
+145 −0 | fs_mark/test_armv7a9-zynq7000-qemu.yaml | |
+145 −0 | fs_mark/test_armv7a9-zynq7000-zedboard.yaml | |
+104 −0 | fs_mark/test_armv7m4-stm32l4x6-nucleo.yaml | |
+106 −0 | fs_mark/test_armv7m7-imxrt106x-evk.yaml | |
+106 −0 | fs_mark/test_armv7m7-imxrt117x-evk.yaml | |
+147 −0 | fs_mark/test_ia32-generic-qemu.yaml | |
+83 −0 | fs_mark/timing_data.py |
Submodule plo
updated
5 files
+1 −1 | hal/ia32/Makefile | |
+180 −0 | hal/ia32/acpi.c | |
+21 −0 | hal/ia32/acpi.h | |
+17 −8 | hal/ia32/memory.c | |
+103 −58 | syspage.c |