feat(openthread): support using custom header file

This commit is contained in:
Xu Si Yu
2024-07-18 14:35:00 +08:00
parent 72c8dffe13
commit 3466f70e99
11 changed files with 1464 additions and 1195 deletions

View File

@@ -18,6 +18,12 @@ The :example:`openthread` directory of ESP-IDF examples contains the following a
- The Thread Radio Co-Processor :example:`openthread/ot_rcp`
- :example:`openthread/ot_trel` demonstrates Thread Radio Encapsulation Link (TREL) function. This requires a board equipped with a Wi-Fi module.
- :example:`openthread/ot_sleepy_device/deep_sleep` demonstrates Thread Deep-sleep function.
- :example:`openthread/ot_sleepy_device/light_sleep` demonstrates Thread Light-sleep function.
API Reference
-------------