OpenThread: add OpenThread and porting

* Adds the OpenThread submodule.
* Adds porting on ESP32.
* Adds the OpenThread cli example.
This commit is contained in:
Guo Jia Cheng
2021-04-02 14:49:49 +08:00
committed by Chen Shu
parent 793771e744
commit 7c38989309
35 changed files with 2593 additions and 0 deletions
+5
View File
@@ -199,6 +199,11 @@ INPUT = \
## Non-Volatile Storage
$(IDF_PATH)/components/nvs_flash/include/nvs.h \
$(IDF_PATH)/components/nvs_flash/include/nvs_flash.h \
## OpenThread
$(IDF_PATH)/components/openthread/include/esp_openthread.h \
$(IDF_PATH)/components/openthread/include/esp_openthread_lock.h \
$(IDF_PATH)/components/openthread/include/esp_openthread_types.h \
$(IDF_PATH)/components/openthread/include/openthread-core-esp32x-config.h \
## Virtual Filesystem
$(IDF_PATH)/components/vfs/include/esp_vfs.h \
$(IDF_PATH)/components/vfs/include/esp_vfs_dev.h \