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:
RichardBarry 2022-03-21 15:21:59 -07:00 committed by GitHub
parent 92b26dbf99
commit 1509e4f742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 175351 additions and 2 deletions

View file

@ -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 = [