From b0405767b515bfeb7b8f88a5ee7b63bde40a5863 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Sun, 22 Dec 2024 18:53:33 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df0f4549d7..7f77252bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Breaking ### Added +- Add raw bindings for `sdio_slave.h` for all targets that support it and add `onewire_bus.h` (#322) +- Add raw bindings for `onewire_device.h` +- Add raw bindings for `esp_netif_ppp.h` +- Add raw bindings for `esp_efuse_table.h`, `esp_https_ota.h` +- Add raw bindings for OpenThread (#339) +- Add raw bindings to the internal DNS resolver API. (#340) +- Add raw bindings for `esp_littlefs.h` +- Add raw bindings for `esp_netif_br_glue.h` +- Add raw bindings to the `mbedtls` API +- Use clang from ESP-IDF when possible ### Fixed +- Fix rust-analyzer by not using rust libtest harness +- Fix a typo in `BUILD-OPTIONS.md` +- Bugfix: date and time were swapped in the generated esp_app_desc_t +- Update to the latest-released cmake-rs fixing build issues on MacOS +- Raise recommended ESP IDF to 5.2.3; always print recommended build versions; exclude master and release branches from the recommendation +- Fix the build against ESP-IDF master by installing the ROM ELFs +- Support for building on nix (ESP-IDF no longer needs to be a GIT repo) (#353, #356) ## [0.35.0] - 2024-06-23