Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions subsys/net/l2/openthread/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,12 @@ config OPENTHREAD_NCP_RADIO
help
Enable NCP in OpenThread stack as radio-only

config OPENTHREAD_NCP_VENDOR_HOOK_SOURCE
string "NCP vendor hook source file"
depends on OPENTHREAD_NCP
help
Enable vendor specific code and specific the filename

config OPENTHREAD_NCP_SPINEL_ON_UART_DEV_NAME
string "UART device to use for NCP SPINEL"
default "UART_0"
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ manifest:
revision: 29e516ec585b1a909af2b5f1c60d83e7d4d563e3
path: modules/lib/loramac-node
- name: openthread
revision: a83d18cf18bc8cd431ad6704ad0bf0e6d08c99d7
revision: 168248677cacbf9cc5e0c94b8f0682259cfd5f40
path: modules/lib/openthread
- name: segger
revision: 6fcf61606d6012d2c44129edc033f59331e268bc
Expand Down