-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[bug] specific libcoap version used doesn't exist. (GIT8266O-883) #1305
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
Closed
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
chore(ci): Modify CI image URL (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1598
fix(lib): check and reset mac reg every 2s when rx hang occurs(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1596
…/v3.4' fix(mbedtls): Fix mbedtls_ssl_send_alert_message crash due to ssl->out_iv is NULL(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1603
1. there is a risk of ticks_end overflow, if xTaskGetTickCount() plus ticks_to_wait is bigger than portMAX_DELAY 2. potential blocking code on waiting for tx fifo done. It usually occurs at esp uart uses flow control, and the other side of uart not.
…v3.4' tcpip_adapter: fix set static ip fail and remove the dhcp_check timer(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1606
…3.4' fix: uart tx done timeout check (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1607
…'release/v3.4' fix(lib): fix beacon ie error when set to bgn mode (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1611
Based on FreeRTOS kernel patch 47338393 but modified to work without assertions.
Patch from upstream commit d05b9c123f2bf9090bce386a244fc934ae44db5b
freertos: Add queue init overflow check (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1613
1. Send unicast first, use broadcast to send if unicast fails.
2. Send 60 times successfully before exiting.
…/v3.4' fix(sc): fix the issue of sending failure and exit (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1615
…release/v3.4' fix(lib): restart softap when phy mode change (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1617
… into 'release/v3.4' fix(wifi): fragment and forge vulnerability detection v3.4(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1619
…/v3.4' fix(smartconfig): add timeout for airkiss sync(backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1621
chore(ci): Modify SSC branch for CI (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1631
Commit ID: ecd2c51
…se/v3.4' feat(nvs_flash): Update nvs_flash from esp-idf (backport v3.4) See merge request sdk/ESP8266_RTOS_SDK!1630
Log: Disable SPI FLASH patch log See merge request sdk/ESP8266_RTOS_SDK!1698
Fixed the ssid len error issue when the ssid string does not have an end delimiter (v3.4) See merge request sdk/ESP8266_RTOS_SDK!1700
fix(flash): fixed a potential system hang issue on fm25q16a See merge request sdk/ESP8266_RTOS_SDK!1701
fix: FM25Q16B fails to run due to FM25Q16A patch See merge request sdk/ESP8266_RTOS_SDK!1702
…3.4' Change the addr3 to broadcast for ESP-NOW data (v3.4) See merge request sdk/ESP8266_RTOS_SDK!1703
feat: Improve th25q16hb flash patch See merge request sdk/ESP8266_RTOS_SDK!1705
…release/v3.4' chore(coap): Modify libcoap URL from github to jihulab (v3.4) See merge request sdk/ESP8266_RTOS_SDK!1708
feat: Optimize dram size for libsodium test code See merge request sdk/ESP8266_RTOS_SDK!1707
tools(ci): Support multiple CI sdkconfig files (v3.4) See merge request sdk/ESP8266_RTOS_SDK!1713
…nch mbedtls-3.6.3-idf
feat: Update mbedtls to 1d34215a which is behind mbedtls-3.6.3 on branch mbedtls-3.6.3-idf See merge request sdk/ESP8266_RTOS_SDK!1706
…se/v3.4' feat(esp-tls): update to upstream 3.6.3 See merge request sdk/ESP8266_RTOS_SDK!1714
…v3.4' feat: Perform an exponentiation by the algorithm of mbedtls V2 which is faster See merge request sdk/ESP8266_RTOS_SDK!1715
|
|
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.
Description
to fix Clone error: 'coap/libcoap/ext/tinydtls The requested URL returned error: 502'
and
Git submodule fetching and/or update failed
Related
Testing
Checklist
Before submitting a Pull Request, please ensure the following: