feat(boards): add nrf52833-nosd snippet
Add snippet to build for nRF52833 boards while ignoring the SoftDevice. This is necessary as those boards are memory-constrained.
This commit is contained in:
parent
c9553c31e3
commit
63af296b6e
2 changed files with 28 additions and 0 deletions
6
app/snippets/nrf52833-nosd/snippet.yml
Normal file
6
app/snippets/nrf52833-nosd/snippet.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Copyright (c) 2024 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
name: nrf52833-nosd
|
||||
append:
|
||||
EXTRA_DTC_OVERLAY_FILE: nrf52833-nosd.overlay
|
||||
Loading…
Add table
Add a link
Reference in a new issue