diff options
| author | Paul Buetow <paul@buetow.org> | 2024-04-22 23:37:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-04-22 23:37:46 +0300 |
| commit | 7e5fad2f30923cd68b8f5b8019b32cf422d2ca13 (patch) | |
| tree | e2f8098a6b18dd3b1676345ab10829acd5c103f6 /config/boards/arm | |
| parent | ddde0fc9c5aca99e4c69f59faacac8cabcb02a66 (diff) | |
| parent | 0c975742d105747d551b41dc4056e5ae1c74982d (diff) | |
Merge branch 'V3.0' of https://github.com/KinesisCorporation/Adv360-Pro-ZMK into V3.0
Diffstat (limited to 'config/boards/arm')
| -rw-r--r-- | config/boards/arm/adv360/adv360.dtsi | 5 | ||||
| -rw-r--r-- | config/boards/arm/adv360/board.cmake | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/config/boards/arm/adv360/adv360.dtsi b/config/boards/arm/adv360/adv360.dtsi index 0e09203..0c85836 100644 --- a/config/boards/arm/adv360/adv360.dtsi +++ b/config/boards/arm/adv360/adv360.dtsi @@ -107,11 +107,9 @@ #size-cells = <1>; sd_partition: partition@0 { - label = "softdevice"; reg = <0x00000000 0x00026000>; }; code_partition: partition@26000 { - label = "code_partition"; reg = <0x00026000 0x000c6000>; }; @@ -125,12 +123,10 @@ * if enabled. */ storage_partition: partition@ec000 { - label = "storage"; reg = <0x000ec000 0x00008000>; }; boot_partition: partition@f4000 { - label = "adafruit_boot"; reg = <0x000f4000 0x0000c000>; }; }; @@ -145,7 +141,6 @@ led_strip: ws2812@0 { compatible = "worldsemi,ws2812-spi"; - label = "WS2812"; /* SPI */ reg = <0>; diff --git a/config/boards/arm/adv360/board.cmake b/config/boards/arm/adv360/board.cmake index 3465290..292a274 100644 --- a/config/boards/arm/adv360/board.cmake +++ b/config/boards/arm/adv360/board.cmake @@ -5,5 +5,5 @@ board_runner_args(nrfjprog "--nrf-family=NRF52" "--softreset") +include(${ZEPHYR_BASE}/boards/common/uf2.board.cmake) include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) -#include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake) |
