We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc5858 commit 2887ffbCopy full SHA for 2887ffb
boards/nordic/nrf54lm20pdk/board.yml
@@ -6,7 +6,7 @@ board:
6
- name: nrf54lm20a
7
revision:
8
format: custom
9
- default: "0.0.0"
+ default: "0.2.0"
10
revisions:
11
- name: "0.0.0"
12
- name: "0.2.0"
boards/nordic/nrf54lm20pdk/revision.cmake
@@ -3,7 +3,7 @@
3
4
set(REVISIONS "0.0.0" "0.2.0" "0.2.0.csp")
5
if(NOT DEFINED BOARD_REVISION)
- set(BOARD_REVISION "0.0.0")
+ set(BOARD_REVISION "0.2.0")
else()
if(NOT BOARD_REVISION IN_LIST REVISIONS)
message(FATAL_ERROR "${BOARD_REVISION} is not a valid nRF54LM20 PDK board revision. Accepted revisions: ${REVISIONS}")
0 commit comments