forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 9
55 original #278
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
55 original #278
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
… with linux target
(cherry picked from commit 6202aa8) Co-authored-by: luoxu <[email protected]>
(cherry picked from commit 777f217) Co-authored-by: Zhou Xiao <[email protected]>
- Added more log for BLE - Support BLE log filter and simeple output - Support BLE log compression (cherry picked from commit 03758ba) Co-authored-by: chenjianhua <[email protected]>
(cherry picked from commit b870a8f) Co-authored-by: chenjianhua <[email protected]>
(cherry picked from commit b525e65) Co-authored-by: Zhou Xiao <[email protected]>
This commit adds fixes for freertos unit tests for a more deterministic run and avoid occational failures.
This reverts earlier commit d285884 and thereby making SPIRAM_USE_MEMMAP available for all targets. This config option has no direct usage but just avoids adding the PSRAM to heap but still keeps it memory mapped. Closes espressif#17764
…ests - Also fixed coverity issue from TEE secure storage
fix(esp_driver_uart): resolve the issue of other chips receiving break data (v5.5) See merge request espressif/esp-idf!43190
…nto 'release/v5.5' feat(tools): update toolchain version to esp-14.2.0_20251107 See merge request espressif/esp-idf!43183
fix(ble_mesh): check data length before assigning adv data pointer (v5.5) See merge request espressif/esp-idf!42990
fix(ble): fixed hci event log when link layer logging is disabled (v5.5) See merge request espressif/esp-idf!43009
…elease/v5.5' Bugfix/fix thread ci testcases not stable v5.5 See merge request espressif/esp-idf!43150
ci(esp_tee): Remove incorrect error checks for TEE flash protection tests (v5.5) See merge request espressif/esp-idf!43160
…v5.5' fix(802.15.4): fix line save in 154 debug (v5.5) See merge request espressif/esp-idf!43222
…cryption is enabled - Targets that support GDMA and MSPI encryption module need data and addresses aligned to 16
- The `wr_dis` efuse bit corresponding to `SECURE_BOOT_SHA384_EN` is absent in P4
Flash Encryption Release mode is enabled and Secure Boot P384 scheme not is enabled.
feat(mbedtls): update to version 3.6.5 (v5.5) See merge request espressif/esp-idf!43244
…ed_p4_v5.5' into 'release/v5.5' fix(efuse): Disallow enabling SB using SHA-384 when SB using SHA-256 is enabled (ESP32-P4 ECO5) (v5.5) See merge request espressif/esp-idf!43263
(cherry picked from commit 3e0d005) Co-authored-by: Zhou Xiao <[email protected]>
Align AES and SHA buffers to 16 when SPIRAM encryption is enabled (v5.5) See merge request espressif/esp-idf!43261
…v5.5' feat(phy): update esp32c3 esp32s3 esp32c2 esp32s2 libphy for RXDC(Backport v5.5) See merge request espressif/esp-idf!43296
…se/v5.5' ADC: add continuous parse data API (v5.5) See merge request espressif/esp-idf!42205
…5.5' fix(esp_psram): make SPIRAM_USE_MEMMAP available for all targets (v5.5) See merge request espressif/esp-idf!43132
test(pcnt): fix pcnt example pytest (v5.5) See merge request espressif/esp-idf!43195
fix(bt/bluedroid): update the COD before enabling inquiry scan (v5.5) See merge request espressif/esp-idf!43237
…5.5' into 'release/v5.5' fix(ble): increase default ble log stack size for xtensa chips (v5.5) See merge request espressif/esp-idf!43287
…e/v5.5' feat(esp_coex): set the pull mode of the external coex input pin (v5.5) See merge request espressif/esp-idf!43311
…/v5.5' feat(efuse): Support efuses for ESP32-P4 ECO5 (v5.5) See merge request espressif/esp-idf!42651
…e/v5.5' fix(wifi): fix issue that disarm send wake null timer donot take effect and sta bolck scan timeout V5.5 See merge request espressif/esp-idf!43281
fix(bt/bluedroid): Fixed HID memory leak (v5.5) See merge request espressif/esp-idf!43331
ci: attach_log_url for multi dut tests See merge request espressif/esp-idf!43275
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.