Alexander Ananiev

Results 9 comments of Alexander Ananiev

Why was it removed [here](https://github.com/esp-rs/esp-hal/commit/92bda00296c0b31d77c39ac095330a8d464d2bc3)?

Added a [draft ](https://github.com/esp-rs/esp-hal/pull/1090) for this. I will be glad for any help

@bjoernQ How about adding the alloc feature? Then a bunch of wifi will use the app's global alocator. The question is whether there will be any problems if this alocator...

Of course, by default there will be “its own” heap. I'm now trying to add this functionality. I'll post the results

Well PSRAM - BLE works, but after some time it panics during deallocation - The station connects to WiFi (I see it in the router clients) but the program says...

Static allocation is fixed by lto="thin"

Sorry. Corrected previous message

If use psram, Wi-Fi does not work. I think need to somehow separate the allocations that can be made in psram and those that should be static