Skip to content

Commit 6071b14

Browse files
stevew817adbridge
authored andcommitted
Rename targets
Due to limitation in the mbed website backend (board names need to be <= 19 characters), we are shortening the CLI target names from THUNDERBOARD to TB. @screamerbg
1 parent ed4febe commit 6071b14

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
@@ -2320,7 +2320,7 @@
23202320
},
23212321
"public": false
23222322
},
2323-
"THUNDERBOARD_SENSE": {
2323+
"TB_SENSE_1": {
23242324
"inherits": ["EFR32MG1P233F256GM48"],
23252325
"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"],
23262326
"forced_reset_timeout": 5,
@@ -2417,7 +2417,7 @@
24172417
"release_versions": ["2", "5"],
24182418
"public": false
24192419
},
2420-
"THUNDERBOARD_SENSE_12": {
2420+
"TB_SENSE_12": {
24212421
"inherits": ["EFR32MG12P332F1024GL125"],
24222422
"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"],
24232423
"forced_reset_timeout": 5,

0 commit comments

Comments
 (0)