Memory Usage [0.15.0 Suggestion] #10
Replies: 4 comments
-
Yes, I agree that the memory usage could stand to be improved. It’s something I’m thinking about. |
Beta Was this translation helpful? Give feedback.
-
The latest v0.17.0 moves 15k of Ethernet buffers into RAM2. See if this helps your app. |
Beta Was this translation helpful? Give feedback.
-
The lwIP memory was moved to RAM2 by default in v0.19.0. |
Beta Was this translation helpful? Give feedback.
-
lwIP memory has been changed to use the system's |
Beta Was this translation helpful? Give feedback.
-
Suggestion for 0.15.0:
Hi I'm using your Library in combination with LVGL for a touchdisplay.
After moving a few things into Flash/Ram2 I have only 32k left in Ram1.
Would it be possible to move the library's variables from RAM1 to RAM2 using a marco or something.
Perhaps: #define QN_MEM DMAMEM or something like that?
Anyways, great work!
Nothing else comes even close to your library.
Beta Was this translation helpful? Give feedback.
All reactions