fix(openthread): change include statement to updated upstream path

This commit is contained in:
Tan Yan Quan
2025-03-28 10:28:20 +08:00
parent 7a84aa6623
commit 7af1de5a82
5 changed files with 6 additions and 5 deletions

View File

@@ -5,4 +5,4 @@ supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
originator: 'Organization: Google LLC' originator: 'Organization: Google LLC'
description: OpenThread released by Google is an open-source implementation of the Thread networking description: OpenThread released by Google is an open-source implementation of the Thread networking
url: https://github.com/espressif/openthread url: https://github.com/espressif/openthread
hash: 9398342b49a03cd140fae910b81cddf9084293a0 hash: ff6a90f062c9d7d9e4aadf855fad4be3e3ebb1fa

View File

@@ -18,8 +18,8 @@
#include "esp_openthread_types.h" #include "esp_openthread_types.h"
#include "esp_openthread_uart.h" #include "esp_openthread_uart.h"
#include "driver/uart_vfs.h" #include "driver/uart_vfs.h"
#include "include/common/code_utils.hpp" #include "common/code_utils.hpp"
#include "core/common/logging.hpp" #include "common/logging.hpp"
#include "driver/uart.h" #include "driver/uart.h"
#include "lib/platform/exit_code.h" #include "lib/platform/exit_code.h"
#include "openthread/platform/time.h" #include "openthread/platform/time.h"

View File

@@ -11,7 +11,7 @@
#include "esp_openthread_common_macro.h" #include "esp_openthread_common_macro.h"
#include "openthread/platform/time.h" #include "openthread/platform/time.h"
#include "hdlc.hpp" #include "hdlc.hpp"
#include "core/common/code_utils.hpp" #include "common/code_utils.hpp"
namespace esp { namespace esp {
namespace radio_spinel { namespace radio_spinel {

View File

@@ -3,6 +3,7 @@
.zigbee_dependencies: &zigbee_dependencies .zigbee_dependencies: &zigbee_dependencies
depends_components: depends_components:
- ieee802154 - ieee802154
- openthread
depends_filepatterns: depends_filepatterns:
- examples/zigbee/light_sample/**/* - examples/zigbee/light_sample/**/*