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
0c9733a9
Commit
0c9733a9
authored
Jun 23, 2020
by
Ulrich Huber
Committed by
Oliver Horst
Aug 31, 2020
Browse files
[chg] Do debug and error output of lwIP via syslog component
parent
b336a930
Changes
3
Hide whitespace changes
Inline
Side-by-side
zcu102-zynqmp/freertos/baseline/master/lwip/include/CMakeLists.txt
View file @
0c9733a9
...
...
@@ -9,6 +9,11 @@ project(
LANGUAGES C ASM
)
find_package
(
toki-syslog-config-headers 0.1
REQUIRED
)
add_library
(
lwip-config-headers
#
...
...
@@ -22,6 +27,12 @@ target_include_directories(
$<INSTALL_INTERFACE:include>
)
target_link_libraries
(
lwip-config-headers
#
INTERFACE toki-syslog-config-headers
)
if
(
ENABLE_INSTALL
)
# Configure and install the following files:
...
...
zcu102-zynqmp/freertos/baseline/master/lwip/include/lwip-config-headers-config.cmake.in
View file @
0c9733a9
...
...
@@ -2,6 +2,8 @@
include(CMakeFindDependencyMacro)
find_dependency(toki-syslog-config-headers)
# Import targets
include(${CMAKE_CURRENT_LIST_DIR}/lwip-config-headers-targets.cmake)
...
...
zcu102-zynqmp/freertos/baseline/master/lwip/include/lwip/lwipopts.h
View file @
0c9733a9
...
...
@@ -651,6 +651,7 @@
---------- Logging options -----------
--------------------------------------
*/
#define LWIP_DEBUG 0x80U
#include
<toki/syslog/configs/components/lwip.h>
#endif
/* __LWIPOPTS_H_ */
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