From: rtel Date: Fri, 13 Mar 2015 15:05:09 +0000 (+0000) Subject: Add networking option to the Microblaze Kintex demo. X-Git-Tag: V8.2.1~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a62ab4fb44c3d0556e3e5d9961b7ab3aea5ce4fa;p=freertos Add networking option to the Microblaze Kintex demo. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2333 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/BSP/system.mss b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/BSP/system.mss index 2873863f4..b0bccf959 100644 --- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/BSP/system.mss +++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/BSP/system.mss @@ -8,8 +8,6 @@ BEGIN OS PARAMETER OS_NAME = standalone PARAMETER OS_VER = 4.2 PARAMETER PROC_INSTANCE = microblaze_0 - PARAMETER stdin = axi_uartlite_0 - PARAMETER stdout = axi_uartlite_0 END @@ -69,10 +67,3 @@ BEGIN DRIVER END -BEGIN LIBRARY - PARAMETER LIBRARY_NAME = lwip140 - PARAMETER LIBRARY_VER = 2.3 - PARAMETER PROC_INSTANCE = microblaze_0 -END - - diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/.cproject b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/.cproject index a9835d880..48c2d851e 100644 --- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/.cproject +++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/.cproject @@ -38,6 +38,9 @@