Skip to content
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 312 commits into from
Mar 21, 2024
Merged

Conversation

floitsch
Copy link
Member

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

hmalpani and others added 30 commits January 16, 2024 11:57
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
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
muhaidong and others added 26 commits March 11, 2024 11:40
…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
…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
@floitsch floitsch requested a review from erikcorry March 21, 2024 12:29
@floitsch floitsch merged commit 91ccc17 into patch-head-5.0 Mar 21, 2024
1 check failed
@floitsch floitsch deleted the floitsch/update-patch-head-5.0 branch March 21, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.