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

@ -65,7 +65,7 @@ TickType_t listGET_ITEM_VALUE_OF_HEAD_ENTRY( List_t * list );
TCB_t * listGET_LIST_ITEM_OWNER( ListItem_t * listItem );
#undef listGET_END_MARKER
ListItem_t * listGET_END_MARKER( ListItem_t * pxList );
ListItem_t * listGET_END_MARKER( const List_t * pxList );
#undef listGET_NEXT
ListItem_t * listGET_NEXT( ListItem_t * pxList );