Update Rust crate esp-idf-svc to 0.52.0#35
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.51.0→0.52.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
esp-rs/esp-idf-svc (esp-idf-svc)
v0.52.1Fixed
v0.52.0Breaking
http::client::ConfigurationBtDriver::set_device_namedeprecated and not available with ESP-IDF 6.0+. Use the newEspGap::set_device_nameinsteador the existing
EspBleGap::set_device_nameBleGapEvent::ScanResultis now a struct instead of a wrapper around esp_ble_gap_cb_param_t_ble_scan_result_evt_paramsubprotocol_listtows_handlerto allow subprotocols to be supported by WebSocketsThread::start/Thread::stopin place of the previousThread::run)Send + 'static. Now fixedThread::initandThread::deinitare now goneNvsDataType::Anyand replacedFrom<nvs_type_t>withNvsDataType:from_nvs_typePeripheralandPeripheralRefremoved and replaced with a simple pattern similar to theesp-halone.task_capsoption into serverConfigurationheaplessdependencyFixed
WifiDriver::get_ap_infonot takes&selfinstead of&mut self. Convenience methodEspWifi::get_ap_infothat delegatesto
WifiDriver::get_ap_infobt_gatt_serverexample not allowing reconnect after client connect (#553) and handle sububscribe/unsubscribe to indicationsEspBleGap::set_security_confnot setting auth_req_mode, and returning ESP_ERR_INVALID_ARG when setting key sizesScanTypetou32in Wi-Fi configurationexperimentalfeatureexperimentalfeatureexperimentalfeatureexperimentalfeatureEspWebSocketClientConfigreconnect_timeout_msandnetwork_timeout_msfields not being passed to the underlying C struct (#635)Added
disconnected from the verbosity of the ESP-IDF native C logging (#593)
EspFirmwareInfoLoad::fetch_native- returning the full native ESP-IDF image descriptor structuresuse_serdefeature, which enables theuse_serdefeature ofembedded-svccrate, allowing to deserialize configuration structs.EspBleGap::set_scan_params,EspBleGap::start_scanning,EspBleGap::stop_scanning,EspBleGap::resolve_adv_data_by_type,EspBleGap::disconnectandgatt::set_local_mtuEspGattcsppbt_spp_acceptorto demonstrate usage of bt classic spp profilebt_ble_gap_scannerto demonstrate usage of added ble scanning methodsbt_gatt_clientto demonstrate usage of added ble gatt clientmdns_advertiseto demonstrate mDNS service advertisementRawHandleforEspNvs<NvsDefault>EspNvs::erase_allto remove all data stored in an nvs namespaceEspNvs::keysto iterate over all stored keyskeep_alive_*option into configurationConfiguration
📅 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.