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
* pass attributes through heap_allocator macro
* Update changelog
* use global path in macro
* fix typo.
use 64*1024B of dram2_uninit not 72
* Fix doc example
* Add PR number to changelog
This code to create heap regions could be made much nicer. Ideally user should be able to write this with only 5 lines of code and an unsafe block.
esp-hal/examples/src/bin/wifi_coex.rs
Lines 62 to 80 in 2ff28b1
I'm thinking something along the lines of
esp_alloc::HeapRegion::from_internal(HEAP2)
.The text was updated successfully, but these errors were encountered: