mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 11:55:21 +02:00
OpenThread: add OpenThread and porting
* Adds the OpenThread submodule. * Adds porting on ESP32. * Adds the OpenThread cli example.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user