Skip to content

Commit d7d4568

Browse files
authored
Merge pull request #4059 from stevew817/rename-thunderboard
[Silicon Labs] Rename targets
2 parents 782395d + 0c20f33 commit d7d4568

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

targets/TARGET_Silicon_Labs/TARGET_SL_RAIL/mbed_lib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"pti-dframe-pin": 13
2222
},
2323
"target_overrides": {
24-
"THUNDERBOARD_SENSE": {
24+
"TB_SENSE_1": {
2525
"sl-rail.has-2p4": true
2626
},
27-
"THUNDERBOARD_SENSE_12": {
27+
"TB_SENSE_12": {
2828
"sl-rail.has-2p4": true
2929
},
3030
"EFR32MG1_BRD4150": {

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2299,7 +2299,7 @@
22992299
},
23002300
"public": false
23012301
},
2302-
"THUNDERBOARD_SENSE": {
2302+
"TB_SENSE_1": {
23032303
"inherits": ["EFR32MG1P233F256GM48"],
23042304
"device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
23052305
"forced_reset_timeout": 5,
@@ -2396,7 +2396,7 @@
23962396
"release_versions": ["2", "5"],
23972397
"public": false
23982398
},
2399-
"THUNDERBOARD_SENSE_12": {
2399+
"TB_SENSE_12": {
24002400
"inherits": ["EFR32MG12P332F1024GL125"],
24012401
"device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES"],
24022402
"forced_reset_timeout": 5,

0 commit comments

Comments
 (0)