forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 9
Release/v5.5 #292
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
Merged
Merged
Release/v5.5 #292
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
Remove checks for MSTATUS and MCAUSE values that may vary in different chip revisions.
When the eFuse field consists of single descriptor, its size can be taken from struct member 'bit_count'. However, when the field consists of multiple descriptors, the size should be obtained via esp_efuse_get_field_size()
This commit fixes an issue where C++ constructor priority array symbols (__init_priority_array_start/end) were undefined when linking.
- Resolve memory corruption by avoiding integes underflow
when the external input and output buffers are unaligned. This also fixes as a recursion loop that occurs when the size of the input buffer is not aligned to dcache_line_size but is aligned to AES_BLOCK_BYTES
bugfix(wifi): Return to home channel as soon as FTM is completed (Backport v5.5) See merge request espressif/esp-idf!43844
RNG: adc source refactor and TRNG source support (v5.5) See merge request espressif/esp-idf!43646
… into 'release/v5.5' AES driver should use internal buffers to perform chunk wise operations when external buffers are unaligned (v5.5) See merge request espressif/esp-idf!43898
…5.5' Core System fixes for p4 eco5 (v5.5) See merge request espressif/esp-idf!43726
feat(adc): support ADC calibration on ESP32P4 ECO5 (v5.5) See merge request espressif/esp-idf!43778
…se/v5.5' fix(wifi): fix some bugs related to ampdu(backport v5.5) See merge request espressif/esp-idf!43848
…to 'release/v5.5' fix(esp_hw_support): update DEFAULT_SLEEP_OUT_OVERHEAD_US for esp32c61 (v5.5) See merge request espressif/esp-idf!43912
fix(bt/bluedroid): fixed an OOB write in bta_dm_sdp_result (v5.5) See merge request espressif/esp-idf!43203
feat(phy): update libphy to fix c5/c61 reset(backport v5.5) See merge request espressif/esp-idf!43854
…e/v5.5' fix(esp_system): fix mspi write stuck after cpu/digital reset on c5/c61 (v5.5) See merge request espressif/esp-idf!43732
…e/v5.5' feat: re-enable P4 pm/wakeup tests for rev3.0 (v5.5) See merge request espressif/esp-idf!43760
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.
No description provided.