The Espressif Thread Border Router SDK v1.1 release.
It's based on ESP-IDF v5.3.1, the corresponding OpenThread commit is f32c18b.
Use the following commands to download the ESP-IDF and ESP-Thread-BR for this release:
git clone -b v5.3.1 --recursive https://github.com/espressif/esp-idf.git
git clone -b v1.1 https://github.com/espressif/esp-thread-br.git
The latest documentation is available at: https://docs.espressif.com/projects/esp-thread-br.
ChangeLog
This is the list of changes since release v1.0:
Added
- Added the Thread 1.4 credential sharing feature
- supported openthread ephemeral key feature (espressif/esp-idf@3efe49f)
- Supported meshcop-e service publish and remove (espressif/esp-idf@3efe49f)
- Added method to set instance name of meshcop-e mdns service (espressif/esp-idf@3860cc8)
- Supported Neighbor Solicit probe mechanism (espressif/esp-idf@1de232f)
- Supported NA router farwording flag set (espressif/esp-idf@da3107a)
- Added a task switching lock holder check (espressif/esp-idf@7e93518)
- Supported RX on when idle radio capability (espressif/esp-idf@e358506)
- Supported RCP re-initialization (espressif/esp-idf@58992e2)
- OpenThread CLI extenstion commands
- Added the RCP OTA feature to rcp_update component (3911aab)
- Supported using external PSRAM for br Web server data (6afa52b)
Changed
- Set raw pcb ttl value to 255 for icmpv6 message (espressif/esp-idf@93d68c2)
- Updated SRP server update response error code (espressif/esp-idf@58992e2)
- Optimized the PIO logic in multiple BRs scenario (espressif/esp-idf@6e2950d)
- Made ot task queue sending non-permanent blocking (espressif/esp-idf@73cdd20)
- Used the lwip on-link prefix table (espressif/esp-idf@1de232f)
- Updated CONFIG_LWIP_IPV6_NUM_ADDRESSES to 12 in Thread BR lib (espressif/esp-idf@be5feaf)
- Used wifi power save max modem as default (a94544b)
- Adjusted the BR initialization order (3b24084)
- Enlarged the ot task size (c666511)
- Start Web server after wifi/ethernet ipv4 address is got (14c2544)
- Supported Wi-Fi disconnect and optimized Wi-Fi connection flow (87c907e)
Fixed
- Fixed filter the zero-length prefix when adding router table (espressif/esp-idf@e88dc25)
- Moved router entry pointer in timeout handler (espressif/esp-idf@e88dc25)
- Fixed parsing when txt entry key pointer is NULL (espressif/esp-idf@e88dc25)
- Checked the lifetime value before calling sys_timeout (espressif/esp-idf@e88dc25)
- Fixed dead lock issue related to mdns (espressif/esp-idf@3efe49f)