zephyr/boards: Add config for nucleo_wb55rg board.

This board does not work with CONFIG_NETWORKING enabled.  And
CONFIG_CONSOLE_SUBSYS is enabled so that ctrl-C works.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2021-04-28 11:12:14 +10:00
parent b46a033e25
commit 888664130c
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CONFIG_CONSOLE_SUBSYS=n
CONFIG_NETWORKING=n