-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
V5.4 (IDFGH-14430) #15210
V5.4 (IDFGH-14430) #15210
Conversation
(cherry picked from commit 6b01a56) Co-authored-by: zwl <[email protected]>
(cherry picked from commit d051a2a) Co-authored-by: xuzhekai <[email protected]>
This commit adds support to handle HTTP/1.0 requests alongside HTTP/1.1 for legacy compliance purposes.
Most esp_netif public API check for invalid arguments, but when enabling PPP the macros to check netif type could potentially dereference esp_netif without any null-check. Releted to espressif#14816
- Check Access Address when receive connection request PDU - Fix issue with BLE5.0 duplicate scan for chained packets
…hen light sleep is enabled
Delete the secondary judgment of whether it is the root node in the sending task Closes espressif#14373 Signed-off-by: zhangyanjiao <[email protected]>
…peration (cherry picked from commit 5acb9c9) Co-authored-by: zhanghaipeng <[email protected]>
ci(docs): revert d98e77a to simplify CI (v5.4) See merge request espressif/esp-idf!35684
…port (cherry picked from commit 4b352d1) Co-authored-by: xuzhekai <[email protected]>
This way the setuptools version dependency resolution will be done by the upgraded pip.
PDF build would randomly fail after S3 docs grew to a certain size. At 3k+ pages PDF is not very usable anyways. For offline use an HTML archive makes more sense.
submodule update: git log --oneline a587d929..fa4dffdf - autoip: Choose next address after rate limit (espressif/esp-lwip@fa4dffdfa)
The active.py script is currently clearing the IDF_PYTHON_ENV_PATH, preventing it from being set to a custom location for the python virtual environment directory. Although the install script checks to ensure that an existing python virtual environment is not overwritten with one for a different ESP-IDF version than it was originally created for, we should still permit setting a custom path for the python virtual environment. Closes espressif#15006 Signed-off-by: Frantisek Hrbata <[email protected]>
fix(uart): allow same pin for tx and rx in uart_set_pin; UART_SELECT_READ_NOTIF race conditon fix (v5.4) See merge request espressif/esp-idf!36250
Added the checks if the URI is empty for the funtions httpd_req_get_url_query_len and httpd_req_get_url_query_str in httpd_parser.c
ci: target-test job skip installing toolchain, only install python env (v5.4) See merge request espressif/esp-idf!34905
…5.4' fixed interrupt WDT when shutdown bt controller on ESP32(ba6739f) (v5.4) See merge request espressif/esp-idf!36176
test(system): mark gdb test runners properly (v5.4) See merge request espressif/esp-idf!35586
feat(tools): Enforced utf-8 encoding with Python open() functions (v5.4) See merge request espressif/esp-idf!36125
…v5.4' ci(i2s): re-enable example pytest exceptions (v5.4) See merge request espressif/esp-idf!36312
…v5.4' feat(802.15.4): support register isr callback (v5.4) See merge request espressif/esp-idf!36198
fix(nimble): Fix few nimble issues 11012025 (v5.4) See merge request espressif/esp-idf!36310
fix(gdma): stop the axi gdma gracefully on CPU SW reset (v5.4) See merge request espressif/esp-idf!36283
….4' into 'release/v5.4' feat(https_server): Added checks to verify if uri is empty (v5.4) See merge request espressif/esp-idf!36286
Jiang Jiang Jian seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
👋 Hello Gui71, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Thanks for contribution, what are you planning to fix? Thanks. |
Thanks for reporting, feel free to reopen. |
Description
Related
Testing
Checklist
Before submitting a Pull Request, please ensure the following: