forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge release/v5.0 branch #93
Merged
Merged
Conversation
This file contains 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
Added an API to verify the bootloader and app image before revoking the key in Secure Boot V2. This will help in preventing the device to be bricked if the bootloader/application cannot be verified by any other keys in efuse
After ets_hmac_disable(), invalidating JTAG register process is ineffective. So, added call to enable hmac begore invalidating JTAG REG. And similarly disabled it after invalidation.
Update c2 lib to e5789394
Update c2 lib to e5789394
…t v1 is enabled Fixed the value of the image_length field of the image metadata populated by esp_image_verfiy() to include the size of the signature sector when Secure Boot V1 is enabled.
…hole partition Currently, when flash encryption is enabled, the whole partition gets encrypted. This can be optimised by encrypting only the app image instead of encrypting the whole partition. Closes espressif#12576
This commit fixes a potential issue where in the prompt length used for the linenoise based console could be calculated as a negative integer, leading to a console hang. Closes espressif#4924
This reverts commit f6760db.
The connection failure is caused by the BTU and application layer status being out of sync.
…v5.0' fix(bbpll): fix bbpll may not lock or not stable bug for stop early (ESP32C2/S3/C6/H2) (v5.0) See merge request espressif/esp-idf!28286
…v5.0' fix(wifi): fix wpa3 connect fail issue See merge request espressif/esp-idf!28436
1. fix(wifi/mesh): fix the crash issue when mesh deinit 2. fix(wifi):fix when ap recv auth in sa query porcess will memset psq issue
…5.0' fix(ble): fixed interrupt timeout in MAC_BB_PD callback (v5.0) See merge request espressif/esp-idf!28466
…ease/v5.0' fix(wifi): fix the crash and malloc fail issue (v5.0) See merge request espressif/esp-idf!28557
update lib on release/v5.0 See merge request espressif/esp-idf!28187
…e/v5.0' fix(nimble): Handle memory leak in callout deinit (v5.0) See merge request espressif/esp-idf!29461
Plus unify labels to begin with underscore
…ease/v5.0' fix(wifi): fix smart config bssid set issue(Backport v5.0) See merge request espressif/esp-idf!29528
Bugfix/fix some ble bugs 240310 v5.0(backport v5.0) See merge request espressif/esp-idf!29519
Fixed some BLE bugs 2403 (backport v5.0) See merge request espressif/esp-idf!29467
feat(nimble): Authorize or deauthorize a BLE device for a connection (v5.0) See merge request espressif/esp-idf!29241
…ROM code Need to update the HMAC enable/disable method due to discrepancy in ROM code across different targets for the esp_hmac_disable() API.
feat(tools): produce correct err code in install/export .bat scripts (v5.0) See merge request espressif/esp-idf!29546
fix(nimble): Added ble_host_rpa_enabled flag for address resoultion for esp32 (v5.0) See merge request espressif/esp-idf!29572
…lease/v5.0' fix(esp_hw_support): update hmac toggle method due to discrepency in ROM code (v5.0) See merge request espressif/esp-idf!29532
Fix typo
…v5.0' fix(spi_flash): Fix issue that flash encryption failed while rom_impl config is enabled (backport v5.0) See merge request espressif/esp-idf!29352
…lease/v5.0' Bugfix/nvs Improved handling of BLOB during unreliable power environment and concurrent data access scenarios (v5.0) See merge request espressif/esp-idf!29322
docs(nimble): Fixed typo in examples/bluetooth/nimble/blehr/README (GitHub PR) (v5.0) See merge request espressif/esp-idf!29617
…lease/v5.0' [C3/S3]Fix sleep fast_mem & slow_mem may lost bug (v5.0) See merge request espressif/esp-idf!29642
…5.0' fix: fix s3 bbpll calibration fail bug (v5.0) See merge request espressif/esp-idf!29646
…ug_v5.0' into 'release/v5.0' ESP All Chip: fixed the maximum value of config RTC_CLK_CAL_SYCLES bug (v5.0) See merge request espressif/esp-idf!29650
Fix Access Violation Error on Windows with Python 3.12 (v5.0) See merge request espressif/esp-idf!29511
erikcorry
approved these changes
Mar 21, 2024
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.
I also had to move the mbedtls submodule from mbedtls-3.5.0-idf-toitlang to mbedtls-3.5.2-idf.release-v5-toitlang.
It's a weird branch-name, as the used branch didn't have an original tag. So I added one for it: mbedtls-3.5.2-idf.release-v5