mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Add networking option to the Microblaze Kintex demo.
This commit is contained in:
parent
3012d9b94d
commit
18ff880e75
38 changed files with 10022 additions and 263 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue