fix(core): support magic bootloader values for nRF52833 (#3163)

Enable ZMK_BOOTMODE_MAGIC_VALUE_BOOTLOADER_TYPE_ADAFRUIT_NRF52 for
nRF52833, add nrf52833_uf2_boot_mode.dtsi as a copy of the nRF52840 file
for easy inclusion.

Enable retention for all nrfmicro subvariants (as this is the only
in-tree board that uses the nRF52833).

This fixes &bootloader for nRF52833 boards post-4.1 upgrade.
This commit is contained in:
Alexander Krikun
2025-12-24 19:16:59 +04:00
committed by GitHub
parent b68b29d053
commit 308de56fb9
4 changed files with 35 additions and 4 deletions

View File

@@ -6,6 +6,8 @@
/dts-v1/;
#include <nordic/nrf52833_qiaa.dtsi>
#include <common/nordic/nrf52833_uf2_boot_mode.dtsi>
#include "arduino_pro_micro_pins_52833.dtsi"
#include "nrfmicro-pinctrl.dtsi"