forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 9
Release/v5.5 #288
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 #288
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
- part of suspend/resume (remote wakeup) sequences
…eep example If ESP_CONSOLE_NONE is selected in menuconfig, compilation fails with undefined CONFIG_ESP_CONSOLE_UART_BAUDRATE macro.
Modified a bit on the TX ring buffer push size logic Closes #15859
Issue saw on S3 UART2 and some LP_UART ports
Interrupt wdt would get triggered on uart_driver_install if uart driver was deleted before Closes #17779 RTC wdt would get triggered on esp_restart if uart driver was deleted before
p4: make v3 as default for CI (v5.5) See merge request espressif/esp-idf!43441
fix(nimble): Add a check for psync before processing (v5.5) See merge request espressif/esp-idf!43632
…/v5.5' fix(esp_hw_support): fix esp32c5 clk seting broken after CPU reset (v5.5) See merge request espressif/esp-idf!43453
feat(esp_hw_support): add gpio reset workaround except esp32 & esp32s2 (v5.5) See merge request espressif/esp-idf!43469
….5' into 'release/v5.5' fix(wifi): fix get incorrect current band after set bandmode(backport v5.5) See merge request espressif/esp-idf!43609
fix(uart): some related uart backports (v5.5) See merge request espressif/esp-idf!43617
…ease/v5.5' feat(usb_host): Add power and clock gating LL, HAL backport 5.5 See merge request espressif/esp-idf!42983
fix(isp): fix some typos in isp document (v5.5) See merge request espressif/esp-idf!43508
…lease/v5.5' ci(usb/device): re-enable usb_device tests for ESP32-P4 (backport v5.5) See merge request espressif/esp-idf!43771
docs: update heading levels for twai api reference (v5.5) See merge request espressif/esp-idf!43846
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.