Skip to content

Conversation

@viordash
Copy link

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:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

donghengqaz and others added 30 commits April 19, 2021 19:37
…nto 'master'

fix(lib): check and reset mac reg every 2s when rx hang occurs

See merge request sdk/ESP8266_RTOS_SDK!1595

(cherry picked from commit 30a4ba7)

fb5894a fix(lib): check and reset mac reg every 2s when rx hang occurs
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
…se/v3.4'

feat(nvs_flash): Update nvs_flash from esp-idf (backport v3.4)

See merge request sdk/ESP8266_RTOS_SDK!1630
xcguang and others added 27 commits November 12, 2024 11:09
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
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
@CLAassistant
Copy link

CLAassistant commented Jul 26, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 4 committers have signed the CLA.

✅ viordash
❌ donghengqaz
❌ xcguang
❌ ustccw
You have signed the CLA already but the status is still pending? Let us recheck it.

@viordash viordash closed this Jul 26, 2025
@github-actions github-actions bot changed the title [bug] specific libcoap version used doesn't exist. [bug] specific libcoap version used doesn't exist. (GIT8266O-883) Jul 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clone error: 'coap/libcoap/ext/tinydtls The requested URL returned error: 502' (GIT8266O-874)