We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df96fb commit 0b7f858Copy full SHA for 0b7f858
hal/targets.json
@@ -407,6 +407,21 @@
407
}
408
409
},
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
+ },
425
"KL05Z": {
426
"supported_form_factors": ["ARDUINO"],
427
"core": "Cortex-M0+",
0 commit comments