Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 22, 2024
1 parent 1e170ee commit b040576
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b040576

Please sign in to comment.