feat(boards): add nrf52840-nosd snippet
Add snippet to build for nRF52840 boards while ignoring the SoftDevice. This might be useful for especially memory-intensive applications.
This commit is contained in:
parent
63af296b6e
commit
4438b7b835
2 changed files with 40 additions and 0 deletions
6
app/snippets/nrf52840-nosd/snippet.yml
Normal file
6
app/snippets/nrf52840-nosd/snippet.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Copyright (c) 2024 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
name: nrf52840-nosd
|
||||
append:
|
||||
EXTRA_DTC_OVERLAY_FILE: nrf52840-nosd.overlay
|
||||
Loading…
Add table
Add a link
Reference in a new issue