Skip to content

Commit 0b7f858

Browse files
committed
Add lpc821 cocorico target
This is based on the #1688, updated to target.json file.
1 parent 5df96fb commit 0b7f858

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

hal/targets.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,21 @@
407407
}
408408
}
409409
},
410+
"ELEKTOR_COCORICO": {
411+
"core": "Cortex-M0",
412+
"default_toolchain": "uARM",
413+
"extra_labels": ["NXP", "LPC81X"],
414+
"supported_toolchains": ["uARM", "GCC_ARM", "IAR"],
415+
"inherits": ["LPCTarget"],
416+
"is_disk_virtual": true,
417+
"detect_code": ["C000"],
418+
"progen": {
419+
"target": "cocorico",
420+
"uvision": {
421+
"template": ["uvision_microlib.uvproj.tmpl"]
422+
}
423+
}
424+
},
410425
"KL05Z": {
411426
"supported_form_factors": ["ARDUINO"],
412427
"core": "Cortex-M0+",

0 commit comments

Comments
 (0)