Skip to content

Commit f1d4b15

Browse files
committed
rename supermini to promicro
1 parent 3348a6d commit f1d4b15

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) 2024 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4-
config BOARD_SUPERMINI_UF2
4+
config BOARD_PROMICRO_UF2
55
select SOC_NRF52840_QIAA
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
board:
5-
name: supermini_uf2
5+
name: promicro_uf2
66
vendor: nordic
77
socs:
88
- name: nrf52840

boards/nordic/supermini_uf2/supermini_uf2.dts renamed to boards/nordic/promicro_uf2/promicro_uf2.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
//end
2424

2525
/ {
26-
model = "supermini_uf2";
27-
compatible = "supermini_uf2";
26+
model = "promicro_uf2";
27+
compatible = "promicro_uf2";
2828

2929
chosen {
3030
zephyr,sram = &sram0;

boards/nordic/supermini_uf2/supermini_uf2.yaml renamed to boards/nordic/promicro_uf2/promicro_uf2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright (c) 2024 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4-
identifier: supermini_uf2
5-
name: supermini_uf2
4+
identifier: promicro_uf2
5+
name: promicro_uf2
66
vendor: nordic
77
type: mcu
88
arch: arm
File renamed without changes.

0 commit comments

Comments
 (0)