Björn Quentin

Results 485 comments of Björn Quentin

Just not including those functions is technically possible but where does the other crate place the heap? How does the heap get configured? The wifi drivers need a good chunk...

I don't see where that library implements `malloc` and `free` - they are depending on these functions to be present here: https://github.com/Ragarnoy/a121-rs/blob/1d5453267be450a30104def8ac3efe35da6fd840/src/hal.rs#L133-L136 The examples however seem to use `tinyrlibc` which...

I plan a rewrite of the RMT driver including a reasonable level of async support. (Won't be able to start on this too soon - just mentioning it here)

One user is noticing problems when using `phy-enable-usb`: https://github.com/esp-rs/esp-hal/discussions/2345#discussioncomment-11022245 Same user observes more problems when using a systimer alarm as async timer compared to TIMG (https://github.com/esp-rs/esp-hal/discussions/2391)

Tested connecting to another ESP32(-C3) running a variant of https://github.com/bjoernQ/esp32c3-dhcp-experiment (just removed everything but DHCP) and ESP32-C6 was able to always get an IP in 50ms - 400ms (async slightly...

Tested ESP32-C6 with hot-spot running on Windows 11: 200 - 400ms Using a Fritz!Box 5590: 20 - 30 ms

(when I was in the office, I also tested it briefly - no problems at all)

Oh ... all the testing above was on current main ( 8a23dbe1b6e10459e4d7456f2da96b4c406e7740 ) - on the `more-dynamic-allocations` branch the numbers a worse