mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-26 23:36:32 -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
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue