Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
toki
configs
Commits
b67694b0
Commit
b67694b0
authored
Jun 09, 2020
by
Oliver Horst
Browse files
[fix] Compilation
parent
ca11c248
Changes
5
Hide whitespace changes
Inline
Side-by-side
zcu102-zynqmp/freertos/baseline/master/lwip/include/lwip/lwipopts.h
View file @
b67694b0
...
...
@@ -3,8 +3,10 @@
#include
"lwip/xlwipconfig.h"
#ifndef __ASSEMBLER__
#include
<limits.h>
#include
<string.h>
#endif
/**
...
...
zcu102-zynqmp/freertos/baseline/master/lwip/include/lwip/xlwipconfig.h
View file @
b67694b0
...
...
@@ -25,4 +25,6 @@
*/
#define XLWIP_CONFIG_THREAD_STACKSIZE 1024
#define XLWIP_CONFIG_THREAD_PRIO (8 - 1)
#endif
/* __XLWIPCONFIG_H_ */
zcu102-zynqmp/freertos/baseline/master/lwip/ports/netif/xilinx/CMakeLists.txt
View file @
b67694b0
...
...
@@ -10,13 +10,26 @@ project(
LANGUAGES C ASM
)
find_package
(
lwip-netif-xilinx-headers
REQUIRED
)
add_library
(
lwip-netif-xilinx-config
#
INTERFACE
STATIC
""
)
target_link_libraries
(
lwip-netif-xilinx-config
#
PRIVATE lwip-netif-xilinx-headers
)
add_subdirectory
(
src-gen
)
...
...
zcu102-zynqmp/freertos/baseline/master/lwip/ports/netif/xilinx/lwip-netif-xilinx-config-config.cmake.in
View file @
b67694b0
...
...
@@ -2,6 +2,8 @@
include(CMakeFindDependencyMacro)
find_dependency(lwip-netif-xilinx-headers)
# Import targets
include(${CMAKE_CURRENT_LIST_DIR}/lwip-netif-xilinx-config-targets.cmake)
...
...
zcu102-zynqmp/freertos/baseline/master/lwip/ports/netif/xilinx/src-gen/CMakeLists.txt
View file @
b67694b0
...
...
@@ -3,6 +3,6 @@ cmake_minimum_required(VERSION 3.7 FATAL_ERROR)
target_sources
(
lwip-netif-xilinx-config
#
INTERFAC
E
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_LIST_DIR
}
/xtopology_g.c
>
PRIVAT
E
"
${
CMAKE_CURRENT_LIST_DIR
}
/xtopology_g.c
"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment