Deomid Ryabkov

Results 58 issues of 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.

Status: Done
Resolution: Done
PR-Sync-Merge

### 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...

Type: Bug
Status: Opened

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...

Status: Opened

### 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...

Type: Bug
Status: Opened

### 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_ ###...

topic: authentication
venue: IETF

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).

needs minor version
needs fix

Would be nice to be able to store these metadata fields, like the big boys :)

enhancement