forked from kofal.net/zmk
feat(boards): Add support for nRF5340 DK
Added overlays to support building for the nRF5340 development kit. Also added some documentation on how to build and flash ZMK for dual- chip Bluetooth configurations, with an example for the nRF5340.
This commit is contained in:
committed by
Pete Johanson
parent
001105e318
commit
593db85378
15
app/boards/nrf5340dk_nrf5340_cpuapp.conf
Normal file
15
app/boards/nrf5340dk_nrf5340_cpuapp.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright (c) 2022 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
CONFIG_ZMK_USB=y
|
||||
CONFIG_ZMK_BLE=y
|
||||
|
||||
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||
CONFIG_NVS=y
|
||||
CONFIG_SETTINGS_NVS=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
|
||||
# Default main stack size is too small for HCI RPMsg
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
Reference in New Issue
Block a user