Djordje Nedic

Results 5 issues of Djordje Nedic

This adds a link to [lockfree](https://github.com/DNedic/lockfree), a collection of lock-free data structures written in standard C++11. The library differentiates itself with its no-allocation bounded design, configurability while maintaining readable code...

This adds the `MINIDLNA_NOTIFY_INTERVAL` configuration variable, which can be useful for situations where the device you need DLNA advertised to is not constantly running, and would otherwise need to wait...

In order to help both users, curious bystanders or people looking to contribute, we should have sections explaining how data structures work under the hood, prefferably with diagrams included. For...

documentation
help wanted

This issue tracks the support status for ESP32 series Espressif SoCs and will be updated with new tasks continously: - [x] [Add GPIO driver](https://github.com/ZigEmbeddedGroup/microzig/pull/216) - [ ] Add UART driver...

While updating the ESP32-C3 `.svd` file, I noticed that register groups that had `dimIndex` fields added were suddenly missing in `chip.zig` and were replaced with `reserved` fields. To reproduce, replace...