Update Zynq, MPSoc Cortex-A53 and MPSoc Cortex-R5 demo projects to build with the 18.1 version of the Xilinx SDK - building BUT NOT YET TESTED.

This commit is contained in:
Richard Barry 2018-05-02 04:04:54 +00:00
parent a3148ba638
commit 26d8c76996
827 changed files with 236693 additions and 152370 deletions

View file

@ -57,7 +57,7 @@
</linkedResources>
<filteredResources>
<filter>
<id>1461592609781</id>
<id>1525142482332</id>
<name>src/FreeRTOS_Source</name>
<type>5</type>
<matcher>
@ -66,7 +66,7 @@
</matcher>
</filter>
<filter>
<id>1461592609791</id>
<id>1525142482336</id>
<name>src/FreeRTOS_Source</name>
<type>5</type>
<matcher>
@ -75,7 +75,7 @@
</matcher>
</filter>
<filter>
<id>1461592609811</id>
<id>1525142482342</id>
<name>src/FreeRTOS_Source</name>
<type>5</type>
<matcher>
@ -84,7 +84,7 @@
</matcher>
</filter>
<filter>
<id>1461592609821</id>
<id>1525142482346</id>
<name>src/FreeRTOS_Source</name>
<type>5</type>
<matcher>
@ -93,7 +93,7 @@
</matcher>
</filter>
<filter>
<id>1461592609921</id>
<id>1525142482352</id>
<name>src/FreeRTOS_Source</name>
<type>5</type>
<matcher>
@ -102,7 +102,7 @@
</matcher>
</filter>
<filter>
<id>1461592609921</id>
<id>1525142482356</id>
<name>src/FreeRTOS_Source</name>
<type>5</type>
<matcher>
@ -111,7 +111,7 @@
</matcher>
</filter>
<filter>
<id>1461592609931</id>
<id>1525142482360</id>
<name>src/FreeRTOS_Source</name>
<type>9</type>
<matcher>
@ -120,7 +120,7 @@
</matcher>
</filter>
<filter>
<id>1461592609941</id>
<id>1525142482364</id>
<name>src/FreeRTOS_Source</name>
<type>9</type>
<matcher>
@ -128,6 +128,15 @@
<arguments>1.0-name-matches-false-false-portable</arguments>
</matcher>
</filter>
<filter>
<id>1525142482368</id>
<name>src/FreeRTOS_Source</name>
<type>5</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>
<arguments>1.0-name-matches-false-false-stream_buffer.c</arguments>
</matcher>
</filter>
<filter>
<id>1461592643370</id>
<name>src/FreeRTOS_Source/portable</name>

View file

@ -127,6 +127,7 @@ to exclude the API function. */
#define INCLUDE_xTaskAbortDelay 1
#define INCLUDE_xTaskGetTaskHandle 1
#define INCLUDE_xTaskGetHandle 1
#define INCLUDE_xSemaphoreGetMutexHolder 1
/* This demo makes use of one or more example stats formatting functions. These
format the raw data provided by the uxTaskGetSystemState() function in to human

View file

@ -309,4 +309,7 @@ a lot of data that needs to be copied, this should be set high. */
#define LWIP_NETIF_STATUS_CALLBACK 1
/* Prevent conflict with struct timeval from compiler's library. */
#define LWIP_TIMEVAL_PRIVATE 0
#endif /* __LWIPOPTS_H__ */