summaryrefslogtreecommitdiff
path: root/hw/bsp/BoardPresets.json
diff options
context:
space:
mode:
Diffstat (limited to 'hw/bsp/BoardPresets.json')
-rw-r--r--hw/bsp/BoardPresets.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/hw/bsp/BoardPresets.json b/hw/bsp/BoardPresets.json
index 5c3aaf2b4..86609d075 100644
--- a/hw/bsp/BoardPresets.json
+++ b/hw/bsp/BoardPresets.json
@@ -471,6 +471,10 @@
"inherits": "default"
},
{
+ "name": "nrf54lm20dk",
+ "inherits": "default"
+ },
+ {
"name": "nutiny_nuc126v",
"inherits": "default"
},
@@ -1564,6 +1568,11 @@
"configurePreset": "nrf54h20dk"
},
{
+ "name": "nrf54lm20dk",
+ "description": "Build preset for the nrf54lm20dk board",
+ "configurePreset": "nrf54lm20dk"
+ },
+ {
"name": "nutiny_nuc126v",
"description": "Build preset for the nutiny_nuc126v board",
"configurePreset": "nutiny_nuc126v"
@@ -3712,6 +3721,19 @@
]
},
{
+ "name": "nrf54lm20dk",
+ "steps": [
+ {
+ "type": "configure",
+ "name": "nrf54lm20dk"
+ },
+ {
+ "type": "build",
+ "name": "nrf54lm20dk"
+ }
+ ]
+ },
+ {
"name": "nutiny_nuc126v",
"steps": [
{