File tree Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Original file line number Diff line number Diff line change 1308
1308
" RESET_REASON"
1309
1309
]
1310
1310
},
1311
+ "MCU_STM32_BAREMETAL" : {
1312
+ "inherits" : [
1313
+ " MCU_STM32"
1314
+ ],
1315
+ "public" : false ,
1316
+ "supported_c_libs" : {
1317
+ "arm" : [
1318
+ " small"
1319
+ ],
1320
+ "gcc_arm" : [
1321
+ " small"
1322
+ ],
1323
+ "iar" : [
1324
+ " std"
1325
+ ]
1326
+ },
1327
+ "c_lib" : " small" ,
1328
+ "supported_application_profiles" : [
1329
+ " bare-metal"
1330
+ ],
1331
+ "overrides" : {
1332
+ "boot-stack-size" : " 0x400"
1333
+ }
1334
+ },
1311
1335
"NUCLEO_F030R8" : {
1312
1336
"inherits" : [
1313
1337
" MCU_STM32"
1724
1748
},
1725
1749
"NUCLEO_F303K8" : {
1726
1750
"inherits" : [
1727
- " MCU_STM32 "
1751
+ " MCU_STM32_BAREMETAL "
1728
1752
],
1729
1753
"core" : " Cortex-M4F" ,
1730
1754
"extra_labels_add" : [
1741
1765
},
1742
1766
"overrides" : {
1743
1767
"lse_available" : 0 ,
1744
- "boot-stack-size" : " 0x400" ,
1745
1768
"tickless-from-us-ticker" : true
1746
1769
},
1747
1770
"detect_code" : [
1748
1771
" 0775"
1749
1772
],
1750
- "c_lib" : " small" ,
1751
1773
"device_has_add" : [
1752
1774
" ANALOGOUT" ,
1753
1775
" CAN" ,
1756
1778
"device_has_remove" : [
1757
1779
" LPTICKER"
1758
1780
],
1759
- "supported_application_profiles" : [
1760
- " bare-metal"
1761
- ],
1762
1781
"device_name" : " STM32F303K8"
1763
1782
},
1764
1783
"NUCLEO_F303RE" : {
You can’t perform that action at this time.
0 commit comments