Update Rust crate esp-idf-sys to 0.36.0 #17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.25.0
->0.36.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
esp-rs/esp-idf-sys (esp-idf-sys)
v0.36.1
Compare Source
Added
esp_netif_net_stack.h
andlwip/esp_netif_net_stack.h
. (#360)mqtt5_client.h
whenCONFIG_MQTT_PROTOCOL_5
is set.Fixed
esp_app_desc!
macro so that it works with recent ESP-IDF versions (5.4+, 5.2.3+, 5.3.2+)v0.36.0
Compare Source
Deprecated
Breaking
embuild
dependencyAdded
sdio_slave.h
for all targets that support it and addonewire_bus.h
(#322)onewire_device.h
esp_netif_ppp.h
esp_efuse_table.h
,esp_https_ota.h
esp_littlefs.h
esp_netif_br_glue.h
mbedtls
APIbindgen
crate re-exported fromembuild
rather than depending directly onbindgen
TinyUSB
APIFixed
BUILD-OPTIONS.md
v0.35.0
Compare Source
Deprecated
ESP-IDF v4.4 Please start upgrading to ESP-IDF v5.
Breaking
Debug
and provides a human readable error code. (#294)bindgen
dependancy updated to the latest release version. (#304)Added
Fixed
v0.34.1
Compare Source
v0.34.0
Compare Source
esp-idf-sys
examples:std_basics
: "Hello world" withprintln!
and other types available in the Rust Standard Library like threads, atomics, local storage, collections, etc.unsafe_call
: Calling an ESP IDF custom API using the unsafe bindings generated byesp-idf-sys
pio
feature IS specified, and thenative
feature is NOT specifiednative
nor thepio
feature is specified, perform a native build (this setup used to fail the build)native
andpio
features are specified, perform a native build as well (this setup used to perform a PlatformIO build)binstart
andlibstart
features are selected,binstart
takes precedence overlibstart
esp_lcd
driver componentesp_app_desc
component reproducibleesp_flash
component on ESP IDF 5+v0.33.7
Compare Source
v0.33.6
Compare Source
espup
(esp-idf-svc issue 319)v0.33.5
Compare Source
v0.33.4
Compare Source
MCU
environment variable was failing thepio
build if the MCU was not uppercasednative
build in case the MCU was not recognizedv0.33.3
Compare Source
riscv32imac-esp-espidf
v0.33.2
Compare Source
v0.33.1
Compare Source
v0.33.0
Compare Source
v0.32.1
Compare Source
u32
inEsp32Alloc
, causingno_std
builds using the allocator to fail (#158)EspError
(NonZeroI32
), addfrom_infallible
associated function, (#159)v0.32.0
Compare Source
v0.31.12
Compare Source
v0.31.11
Compare Source
v0.31.10
Compare Source
v0.31.9
Compare Source
v0.31.8
Compare Source
v0.31.7
Compare Source
v0.31.6
Compare Source
v0.31.5
Compare Source
v0.31.4
Compare Source
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
v0.30.6
Compare Source
v0.30.5
Compare Source
v0.30.4
Compare Source
v0.30.3
Compare Source
v0.30.2
Compare Source
v0.30.1
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.