|
|
|
|
|
by MarkMarine
1258 days ago
|
|
I use it at work, and while it’s quite good, I find some of the ESP libraries on top of FreeRTOS to actually be a step backwards. As soon as esp adds their event loop, you’re pushed towards using that architecture, and while I’ve found that good for single use devices, for devices that are doing multiple things at the same time, fitting in memory has been a chore.
I also would love some higher performance networking with zero copy, most of the interface boundaries in the esp code involve a memory copy. |
|
[0] https://github.com/esp-rs
[1] https://github.com/rtic-rs/