-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fw: enable mcuboot on few more boards
- Loading branch information
1 parent
81f16e2
commit 51c0936
Showing
3 changed files
with
84 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,46 @@ | ||
CONFIG_SHELL_BACKEND_RTT=y | ||
CONFIG_SHELL_TAB=y | ||
CONFIG_SHELL_VT100_COMMANDS=y | ||
CONFIG_CONSOLE=y | ||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048 | ||
CONFIG_LOG=n | ||
CONFIG_SHELL_MINIMAL=y | ||
CONFIG_SHELL_VT100_COMMANDS=n | ||
|
||
CONFIG_REGULATOR=y | ||
|
||
CONFIG_APP_DEVICE_NAME="Ploopy Mouse nRF" | ||
|
||
CONFIG_BT=y | ||
CONFIG_USB_DEVICE_STACK=n | ||
CONFIG_USB_DEVICE_STACK_NEXT=y | ||
|
||
# MCUmgr | ||
|
||
CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="../git/zephyr-input-hid/keys/ploopy-mouse-nrf-key.pem" | ||
|
||
CONFIG_ZCBOR=y | ||
CONFIG_MCUMGR=y | ||
CONFIG_BOOTLOADER_MCUBOOT=y | ||
CONFIG_THREAD_MONITOR=y | ||
CONFIG_MCUMGR_GRP_OS=y | ||
CONFIG_MCUMGR_GRP_OS_ECHO=n | ||
CONFIG_MCUMGR_GRP_OS_TASKSTAT=n | ||
CONFIG_MCUMGR_GRP_SHELL=y | ||
CONFIG_SHELL_BACKEND_DUMMY=y | ||
CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE=1536 | ||
CONFIG_MCUBOOT_SHELL=y | ||
|
||
CONFIG_MCUMGR_GRP_IMG=y | ||
CONFIG_MCUMGR_GRP_ZBASIC=y | ||
CONFIG_MCUMGR_GRP_ZBASIC_STORAGE_ERASE=y | ||
CONFIG_IMG_MANAGER=y | ||
|
||
CONFIG_BT_L2CAP_TX_MTU=498 | ||
CONFIG_BT_BUF_ACL_RX_SIZE=502 | ||
CONFIG_BT_BUF_ACL_TX_SIZE=502 | ||
CONFIG_BT_CTLR_DATA_LENGTH_MAX=251 | ||
|
||
CONFIG_MCUMGR_TRANSPORT_BT=y | ||
CONFIG_MCUMGR_TRANSPORT_BT_PERM_RW=y | ||
CONFIG_MCUMGR_TRANSPORT_BT_CONN_PARAM_CONTROL=y | ||
|
||
CONFIG_MCUMGR_TRANSPORT_BT_REASSEMBLY=y | ||
CONFIG_MCUMGR_TRANSPORT_NETBUF_SIZE=2475 | ||
CONFIG_MCUMGR_GRP_OS_MCUMGR_PARAMS=y |