Skip to content

Commit 2887ffb

Browse files
kl-cruznordic-piks
authored andcommitted
boards: nordic: Set default version of nRF54LM20PDK board to newest one
Set default board version to 0.2.0. Signed-off-by: Karol Lasończyk <[email protected]>
1 parent 3bc5858 commit 2887ffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/nordic/nrf54lm20pdk/board.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ board:
66
- name: nrf54lm20a
77
revision:
88
format: custom
9-
default: "0.0.0"
9+
default: "0.2.0"
1010
revisions:
1111
- name: "0.0.0"
1212
- name: "0.2.0"

boards/nordic/nrf54lm20pdk/revision.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
set(REVISIONS "0.0.0" "0.2.0" "0.2.0.csp")
55
if(NOT DEFINED BOARD_REVISION)
6-
set(BOARD_REVISION "0.0.0")
6+
set(BOARD_REVISION "0.2.0")
77
else()
88
if(NOT BOARD_REVISION IN_LIST REVISIONS)
99
message(FATAL_ERROR "${BOARD_REVISION} is not a valid nRF54LM20 PDK board revision. Accepted revisions: ${REVISIONS}")

0 commit comments

Comments
 (0)