Deomid Ryabkov
Deomid Ryabkov
The exact mechanism is not clear to me but this impacts BLE TX power on ESP32-C6: before the change, BLE adverisement signal is ~10dBm lower.
### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...
Mapping and unmapping is expensive so we map the entire partition and keep it mapped anticipating that it will be reused. We only keep one partition mapped so alternating reads...
### Answers checklist. - [x] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [x] I have updated my IDF branch (master or...
### WebKittens _No response_ ### Title of the spec RFC7616: SHA-256 support for digest authentication ### URL to the spec https://datatracker.ietf.org/doc/html/rfc7616 ### URL to the spec's repository _No response_ ###...
Occasionally we get host stuck in a connecting state, where a connection that timed out has not been cleaned up. In fact, in the post-mortem memory dump examination it looks...
`lfs_stat()` leaves info fields uninitialized in some cases. one particular case i hit: `stat("/")` [only sets the type and name](https://github.com/littlefs-project/littlefs/blob/adad0fbbcf5382c20978d07f94f9c13be9041c1b/lfs.c#L1419) and leaves everything else untouched (= possibly uninitialized).
Would be nice to be able to store these metadata fields, like the big boys :)