Skip to content

Commit c144213

Browse files
committed
[BEETLE] Add support for uVision 5 exporter
This patch adds support for uVision 5 exporter to the Beetle Target. Signed-off-by: Vincenzo Frascino <[email protected]>
1 parent 09b5551 commit c144213

File tree

3 files changed

+437
-0
lines changed

3 files changed

+437
-0
lines changed

hal/targets.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,6 +1539,12 @@
15391539
"default_toolchain": "ARM",
15401540
"extra_labels": ["ARM_SSG", "BEETLE"],
15411541
"macros": ["CMSDK_BEETLE", "WSF_MS_PER_TICK=20", "WSF_TOKEN_ENABLED=FALSE", "WSF_TRACE_ENABLED=TRUE", "WSF_ASSERT_ENABLED=FALSE", "WSF_PRINTF_MAX_LEN=128", "ASIC", "CONFIG_HOST_REV=0x20", "CONFIG_ALLOW_DEEP_SLEEP=FALSE", "HCI_VS_TARGET", "CONFIG_ALLOW_SETTING_WRITE=TRUE", "WSF_MAX_HANDLERS=20", "NO_LEDS"],
1542+
"progen": {
1543+
"target": "beetle",
1544+
"uvision5": {
1545+
"template": ["uvision5_arm_beetle_soc.uvproj.tmpl"]
1546+
}
1547+
},
15421548
"device_has": ["ANALOGIN", "CLCD", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SPI"]
15431549
},
15441550
"RZ_A1H": {

0 commit comments

Comments
 (0)