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
db711e7b
Commit
db711e7b
authored
May 21, 2020
by
Ulrich Huber
Committed by
Oliver Horst
Aug 31, 2020
Browse files
[fix] Decrease heap size of lwIP to fix image size
parent
df53a90c
Changes
1
Hide whitespace changes
Inline
Side-by-side
zcu102-zynqmp/freertos/baseline/master/lwip/include/lwip/lwipopts.h
View file @
db711e7b
...
...
@@ -130,7 +130,7 @@
* MEM_SIZE: the size of the heap memory. If the application will send
* a lot of data that needs to be copied, this should be set high.
*/
#define MEM_SIZE 0x100000
00
#define MEM_SIZE 0x100000
/**
* MEMP_SEPARATE_POOLS: if defined to 1, each pool is placed in its own array.
...
...
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