We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d458f24 commit be05753Copy full SHA for be05753
targets/targets.json
@@ -1376,6 +1376,19 @@
1376
"STM32F103xB"
1377
]
1378
},
1379
+ "NUCLEO_F103RB": {
1380
+ "inherits": [
1381
+ "MCU_STM32F103xB"
1382
+ ],
1383
+ "supported_form_factors": [
1384
+ "ARDUINO",
1385
+ "MORPHO"
1386
1387
+ "detect_code": [
1388
+ "0700"
1389
1390
+ "device_name": "STM32F103RB"
1391
+ },
1392
"MCU_STM32F103xE": {
1393
"inherits": [
1394
"MCU_STM32F1"
@@ -1401,19 +1414,6 @@
1401
1414
"PWM"
1402
1415
1403
1416
1404
- "NUCLEO_F103RB": {
1405
- "inherits": [
1406
- "MCU_STM32F103xB"
1407
- ],
1408
- "supported_form_factors": [
1409
- "ARDUINO",
1410
- "MORPHO"
1411
1412
- "detect_code": [
1413
- "0700"
- "device_name": "STM32F103RB"
- },
1417
"MCU_STM32F2": {
1418
1419
"MCU_STM32"
0 commit comments