You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to help with an issue related to Civetweb #33516 and noticed the Zephyr version pulled by West is out of date. One commit of interest: zephyrproject-rtos/civetweb@3565451
The stack size increases a lot and may rule out some boards.
Example:
When compiling sample samples/net/civetweb/http_server the stack size increases by 24576 bytes. For a Nucleo F429ZI board this represents an increase of 12.5%.
Command: west build samples/net/civetweb/http_server -b nucleo_f429zi
Memory region Used Size Region Size %age Used
FLASH: 121408 B 2 MB 5.79%
CCM: 0 GB 64 KB 0.00%
SRAM: 95199 B 192 KB 48.42%
IDT_LIST: 0 GB 2 KB 0.00%
Proposal
The current revision in
west.yml
refers to commit zephyrproject-rtos/civetweb@e6903b8zephyr/west.yml
Line 41 in f9a0e20
As I understand it, Zephyr is directly using this repo: https://github.com/zephyrproject-rtos/civetweb
I was trying to help with an issue related to Civetweb #33516 and noticed the Zephyr version pulled by West is out of date. One commit of interest: zephyrproject-rtos/civetweb@3565451
The stack size increases a lot and may rule out some boards.
Example:
When compiling sample
samples/net/civetweb/http_server
the stack size increases by 24576 bytes. For a Nucleo F429ZI board this represents an increase of 12.5%.Command:
west build samples/net/civetweb/http_server -b nucleo_f429zi
After zephyrproject-rtos/civetweb@3565451:
Release notes: https://github.com/civetweb/civetweb/blob/master/RELEASE_NOTES.md
How to update Zephyr's Civetweb?
To update the revision I found these steps:
zephyr/west.yml
Line 41 in f9a0e20
west update
to update Civetweb locally.The text was updated successfully, but these errors were encountered: