forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 9
Release/v5.5 #301
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 #301
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
…70 on ESP32-H2 (cherry picked from commit cd33f13) Co-authored-by: ShenWeilong <[email protected]>
Fixed address to match corresponding mmu_hal_map_region call. FLASH_MMAP_VADDR was invalidated by mistake in commit ea38a2e
(cherry picked from commit 60a028f) Co-authored-by: zhanghaipeng <[email protected]>
(cherry picked from commit feff206) Co-authored-by: Zhang Shuxian <[email protected]>
…mote to avoid OOB write
… offset This variable is uint16_t, and is possible to overflow when the length of headder extension is larger. Here we compare with the data length to prevent any exceptions.
Thanks to Luigino Camastra and Pavel Kohout from Aisle Research as co-reporters for discovering and reporting this issue.
feat(ble/bluedroid): Added BLE debug LOG for bluedroid (v5.5) See merge request espressif/esp-idf!42270
fix(protocomm): Add security checks for buffer overflow and incorrect length handling (v5.5) See merge request espressif/esp-idf!44296
fix(ble_mesh): add proper memory cleanup in composition data parsing (v5.5) See merge request espressif/esp-idf!43840
Feat/ble mesh dfu supported v5.5 See merge request espressif/esp-idf!44132
… into 'release/v5.5' Application's Secure Boot verify API support ECDSA-P384 (v5.5) See merge request espressif/esp-idf!44181
extern_ram_seg segment was marked as RWX in the linker script even though we cannot run code from PSRAM on ESP32. This is a link-time check, and actual CPU RWX permissions are controlled seperately so this has no practical implications, but it could mistakenly be remarked upon during security scans or checks by customers.
…5.5' ci: docs artifacts expiration time See merge request espressif/esp-idf!44467
fix(ble_mesh): fix memory issue in nimble gap event forwarding (v5.5) See merge request espressif/esp-idf!44239
…5.5' fix(system): removed the exe flag from psram memory for esp32 (v5.5) See merge request espressif/esp-idf!44641
Enhance MIPI DSI video timing configuration (v5.5) See merge request espressif/esp-idf!44552
fix(esp_hw_support): fix flash cs unhold during sleep when pd top in esp32h2 (v5.5) See merge request espressif/esp-idf!43558
fix(esp_system): fix c61 mspi core/axi reset order (v5.5) See merge request espressif/esp-idf!44097
fix(app_trace): prevent possible system crash on uart buffer access (v5.5) See merge request espressif/esp-idf!43858
feat(ci): updated Ethernet test to align with new runners (v5.5) See merge request espressif/esp-idf!43765
fix(sdmmc): Deinitialize only initialized slots (sdmmc_host_deinit function) See merge request espressif/esp-idf!43916
…5.5' change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2 (v5.5) See merge request espressif/esp-idf!43835
…nto 'release/v5.5' fix(bootloader_flash): always invalidate FLASH_READ_VADDR before read (v5.5) See merge request espressif/esp-idf!43957
fix(espcoredump): support ESP32P4 ECO5 unified memory layout (v5.5) See merge request espressif/esp-idf!44171
ci: pytest-ignore skip using dut id See merge request espressif/esp-idf!43625
…into 'release/v5.5' feat(tools): update openocd version to v0.12.0-esp32-20251215 (v5.5) See merge request espressif/esp-idf!44311
sdmmc: fixed header structure not shown in doc issue (v5.5) See merge request espressif/esp-idf!44519
fix(esp_eth): maked esp_eth_test_l2 more robust (v5.5) See merge request espressif/esp-idf!43484
fix(usb_serial_jtag_driver): tx_ring_buf not checked for successful allocation (backport v5.5) See merge request espressif/esp-idf!44284
…/v5.5' fix(soc): update breakpoint nums on c5 and h4 (v5.5) See merge request espressif/esp-idf!44356
Ci/fix wifi cases 5.5 See merge request espressif/esp-idf!43816
fix(openthread): removed unused ulp configuration(v5.5) See merge request espressif/esp-idf!44659
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.