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
935f70c1
Commit
935f70c1
authored
Aug 23, 2020
by
Oliver Horst
Browse files
[chg] Added ENABLE_Syslog config option
parent
78708e3e
Changes
10
Hide whitespace changes
Inline
Side-by-side
zcu102-zynqmp/baremetal/baseline/master/toki-extra/hal/include/toki/config.h
View file @
935f70c1
...
...
@@ -17,6 +17,11 @@
******************************************************************************/
#define ENABLE_lwIPStack 0
/*******************************************************************************
* Enable logging through the toki-syslog component
******************************************************************************/
#define ENABLE_Syslog 0
/*******************************************************************************
* toki application specific configuration options
******************************************************************************/
...
...
zcu102-zynqmp/baremetal/baseline/slave/toki-extra/hal/include/toki/config.h
View file @
935f70c1
...
...
@@ -17,6 +17,11 @@
******************************************************************************/
#define ENABLE_lwIPStack 0
/*******************************************************************************
* Enable logging through the toki-syslog component
******************************************************************************/
#define ENABLE_Syslog 0
/*******************************************************************************
* toki application specific configuration options
******************************************************************************/
...
...
zcu102-zynqmp/baremetal/intperf/master/toki-extra/hal/include/toki/config.h
View file @
935f70c1
...
...
@@ -17,6 +17,11 @@
******************************************************************************/
#define ENABLE_lwIPStack 0
/*******************************************************************************
* Enable logging through the toki-syslog component
******************************************************************************/
#define ENABLE_Syslog 0
/*******************************************************************************
* toki application specific configuration options
******************************************************************************/
...
...
zcu102-zynqmp/baremetal/intperf/slave/toki-extra/hal/include/toki/config.h
View file @
935f70c1
...
...
@@ -17,6 +17,11 @@
******************************************************************************/
#define ENABLE_lwIPStack 0
/*******************************************************************************
* Enable logging through the toki-syslog component
******************************************************************************/
#define ENABLE_Syslog 0
/*******************************************************************************
* toki application specific configuration options
******************************************************************************/
...
...
zcu102-zynqmp/freertos/baseline/master/toki-extra/hal/include/toki/config.h
View file @
935f70c1
...
...
@@ -17,6 +17,11 @@
******************************************************************************/
#define ENABLE_lwIPStack 0
/*******************************************************************************
* Enable logging through the toki-syslog component
******************************************************************************/
#define ENABLE_Syslog 0
/*******************************************************************************
* toki application specific configuration options
******************************************************************************/
...
...
zcu102-zynqmp/freertos/baseline/slave/toki-extra/hal/include/toki/config.h
View file @
935f70c1
...
...
@@ -17,6 +17,11 @@
******************************************************************************/
#define ENABLE_lwIPStack 0
/*******************************************************************************
* Enable logging through the toki-syslog component
******************************************************************************/
#define ENABLE_Syslog 0
/*******************************************************************************
* toki application specific configuration options
******************************************************************************/
...
...
zcu102-zynqmp/freertos/intperf/master/toki-extra/hal/include/toki/config.h
View file @
935f70c1
...
...
@@ -17,6 +17,11 @@
******************************************************************************/
#define ENABLE_lwIPStack 0
/*******************************************************************************
* Enable logging through the toki-syslog component
******************************************************************************/
#define ENABLE_Syslog 0
/*******************************************************************************
* toki application specific configuration options
******************************************************************************/
...
...
zcu102-zynqmp/freertos/intperf/slave/toki-extra/hal/include/toki/config.h
View file @
935f70c1
...
...
@@ -17,6 +17,11 @@
******************************************************************************/
#define ENABLE_lwIPStack 0
/*******************************************************************************
* Enable logging through the toki-syslog component
******************************************************************************/
#define ENABLE_Syslog 0
/*******************************************************************************
* toki application specific configuration options
******************************************************************************/
...
...
zcu102-zynqmp/freertos/lwip/master/toki-extra/hal/include/toki/config.h
View file @
935f70c1
...
...
@@ -17,6 +17,11 @@
******************************************************************************/
#define ENABLE_lwIPStack 1
/*******************************************************************************
* Enable logging through the toki-syslog component
******************************************************************************/
#define ENABLE_Syslog 0
/*******************************************************************************
* toki application specific configuration options
******************************************************************************/
...
...
zcu102-zynqmp/freertos/lwip/slave/toki-extra/hal/include/toki/config.h
View file @
935f70c1
...
...
@@ -17,6 +17,11 @@
******************************************************************************/
#define ENABLE_lwIPStack 0
/*******************************************************************************
* Enable logging through the toki-syslog component
******************************************************************************/
#define ENABLE_Syslog 0
/*******************************************************************************
* toki application specific configuration options
******************************************************************************/
...
...
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