forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Updating . . #10
Open
annejan
wants to merge
10,000
commits into
SHA2017-badge:master
Choose a base branch
from
espressif:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Updating . . #10
Conversation
This file contains 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
feat(driver_spi): support adjust master rx to standard timing Closes IDF-11396 See merge request espressif/esp-idf!36058
feat(touch): support touch v1 in new touch driver Closes IDF-10183 and IDF-11423 See merge request espressif/esp-idf!34781
refactor(lpperi): compatible refactor for H2 ECO5 See merge request espressif/esp-idf!36235
Certificates expired, so need to update for testing to pass.
feat: enabled rsa support for esp32h21 Closes IDF-11498 See merge request espressif/esp-idf!36309
fix(parlio_tx): fix rempty interrupt during resetting fifo See merge request espressif/esp-idf!36111
feat(bitscrambler): add driver support on esp32c5 Closes IDF-8711 See merge request espressif/esp-idf!36383
…ster' fix(wifi): fix wep shared auth connect fail issue Closes WIFIBUG-404 See merge request espressif/esp-idf!36578
fix(touch): fix unexpected touch start on RTC peripheral init Closes IDFGH-6021 and IDFGH-9371 See merge request espressif/esp-idf!36507
This commit makes the ECDSA countermeasure dynamically applicable across different revisions of the ESP32H2 SoC.
The ESP32-H2 software countermeasure may not be necessary for ESP32-H2 v1.2 and above, this commit updates the relevant documentation
fix(lwip): Fixed compilation issue with LWIP_DHCP_RESTORE_LAST_IP Closes IDFGH-13710 See merge request espressif/esp-idf!36512
Fix issue of increased stack usage when failure_retry_cnt is set and wifi driver internally retries connection attempts
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5 Closes IDF-11051, IDF-11399, and DOC-10127 See merge request espressif/esp-idf!34364
fix(wifi): Fix stack overflow when failure_retry_cnt is set in station configuration Closes WIFIBUG-977 See merge request espressif/esp-idf!36582
fix(bt/bluedroid): Fix some bugs in PBAP client See merge request espressif/esp-idf!36579
…ple' into 'master' feat(app_utils): add ota resumption feature in advanced_ota_example Closes IDF-2455, IDF-10421, and IDFGH-12065 See merge request espressif/esp-idf!32927
refactor(spi): Remove useless dma channels See merge request espressif/esp-idf!36600
Fix spelling mistake in all soc/interrupts.h (GitHub PR) Closes IDFGH-14503 and IDFGH-14502 See merge request espressif/esp-idf!36597
Uses wifi defines only if wifi is enabled for this target
Update test app certificates Closes IDFCI-2687 See merge request espressif/esp-idf!36540
Currently, if a command run by the exec command returns an error code, its stdout and stderr are not saved. It could be beneficial to store at least the stderr if requested. Additionally, avoid creating output files when there is no content and also store the stderr of the failed command to diag.log. Signed-off-by: Frantisek Hrbata <[email protected]>
[network/examples]: Fix build rules to test builds on for all targets See merge request espressif/esp-idf!36590
fix(tools): allow to save stdout and stderr if the exec command fails Closes IDF-12099 See merge request espressif/esp-idf!36626
async memcpy destination address doesn't have to be cache aligned Closes IDFCI-2359 and IDF-11785 See merge request espressif/esp-idf!35849
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.