Skip to content

Commit

Permalink
net: openthread: Add NCP vendor hook
Browse files Browse the repository at this point in the history
Add NCP vendor hook for vendor sepcific code

Signed-off-by: Philipp Wohlgenannt <[email protected]>
  • Loading branch information
Philipp-Wohlgenannt-Tridonic-com committed Jul 27, 2020
1 parent ac117c8 commit 83ec3f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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

0 comments on commit 83ec3f4

Please sign in to comment.