mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 00:37:44 -04:00
Add a hardware definition project for the MicroZed board (#607)
Add a hardware definition project for the MicroZed board to the existing Zynq ZC702 project. Add a text file that describes how to switch the Zynq project form the ZC702 hardware to the MicroZed hardware.
This commit is contained in:
parent
92b26dbf99
commit
1509e4f742
11 changed files with 175351 additions and 2 deletions
3
.github/scripts/core_checker.py
vendored
3
.github/scripts/core_checker.py
vendored
|
@ -265,7 +265,8 @@ FREERTOS_IGNORED_PATTERNS = [
|
|||
r'.*/startup.*',
|
||||
r'.*/trcConfig\.h.*',
|
||||
r'.*/trcConfig\.c.*',
|
||||
r'.*/trcSnapshotConfig\.h.*'
|
||||
r'.*/trcSnapshotConfig\.h.*',
|
||||
r'.*/MicroZed_hw_platform.*'
|
||||
]
|
||||
|
||||
FREERTOS_IGNORED_FILES = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue