Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
examples: zephyr: force esp32 wifi to use system heap
Zephyr v4.0.0 introduced a separate heap for ESP32. This heap has minimum size requirements that we cannot satisfy, so intead we disable the heap and force everything onto the system heap. Signed-off-by: Sam Friedman <sam@golioth.io>
- Loading branch information