Skip to content

Commit

Permalink
Merge branch 'support/openthread_br_deinit' into 'master'
Browse files Browse the repository at this point in the history
feat(openthread): support BR deinit

See merge request espressif/esp-idf!25623
  • Loading branch information
zwx1995esp committed Sep 11, 2023
2 parents c56ca13 + e3b2336 commit c1e464a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions components/openthread/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ if(CONFIG_OPENTHREAD_ENABLED)
"openthread/src/core/thread/mesh_forwarder_ftd.cpp"
"openthread/src/core/thread/mesh_forwarder_mtd.cpp"
"openthread/src/core/thread/mle.cpp"
"openthread/src/core/thread/mle_types.cpp"
"openthread/src/core/thread/neighbor_table.cpp"
"openthread/src/core/thread/network_data.cpp"
"openthread/src/core/thread/network_data_leader.cpp"
Expand Down
2 changes: 1 addition & 1 deletion components/openthread/openthread
Submodule openthread updated 201 files

0 comments on commit c1e464a

Please sign in to comment.