Skip to content

Commit 9ebefcd

Browse files
authored
Merge pull request #5470 from ashok-rao/master
Add device_name for TB_SENSE_12.
2 parents 203fc36 + 4c57d86 commit 9ebefcd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2961,6 +2961,7 @@
29612961
},
29622962
"TB_SENSE_12": {
29632963
"inherits": ["EFR32MG12P332F1024GL125"],
2964+
"device_name": "EFR32MG12P332F1024GL125",
29642965
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES", "TRNG", "FLASH"],
29652966
"forced_reset_timeout": 5,
29662967
"config": {

tools/export/uvision/uvision.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
<MiscControls>{{asm_flags}}</MiscControls>
395395
<Define></Define>
396396
<Undefine></Undefine>
397-
<IncludePath>{{include_paths}}</IncludePath>
397+
<IncludePath></IncludePath>
398398
</VariousControls>
399399
</Aads>
400400
<LDads>

0 commit comments

Comments
 (0)