boards: add Challenger RP2040 LoRa

This commit is contained in:
Kenneth Bell
2022-07-01 17:06:08 +01:00
committed by Ron Evans
parent e1405640da
commit 1d99b1ed84
12 changed files with 348 additions and 34 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"inherits": [
"rp2040"
],
"serial": "uart",
"build-tags": ["challenger_rp2040"],
"linkerscript": "targets/feather-rp2040.ld",
"extra-files": [
"targets/feather-rp2040-boot-stage2.S"
]
}