Skip to content

Commit 570df49

Browse files
author
Marcelo Salazar
committed
Rename ADV_WISE_1510 target
1 parent c453a26 commit 570df49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TESTS/lorawan/loraradio/template_mbed_app.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"lora-tcxo": "NC"
136136
},
137137

138-
"MTB_ADV_WISE_1510": {
138+
"ADV_WISE_1510": {
139139
"lora-radio": "SX1276",
140140
"lora-spi-mosi": "SPI_RF_MOSI",
141141
"lora-spi-miso": "SPI_RF_MISO",

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3682,7 +3682,7 @@
36823682
"device_name": "STM32L452RETx",
36833683
"bootloader_supported": true
36843684
},
3685-
"MTB_ADV_WISE_1510": {
3685+
"ADV_WISE_1510": {
36863686
"inherits": [
36873687
"FAMILY_STM32"
36883688
],

tools/export/sw4stm32/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class Sw4STM32(GNUARMEclipse):
253253
'name': 'NUCLEO-L432KC',
254254
'mcuId': 'STM32L432KCUx'
255255
},
256-
'MTB_ADV_WISE_1510':
256+
'ADV_WISE_1510':
257257
{
258258
'name': 'MTB-ADV-WISE-1510',
259259
'mcuId': 'STM32L443xC'

0 commit comments

Comments
 (0)