First init.

This commit is contained in:
2025-10-12 09:13:56 +02:00
commit 1548aeaf9b
458 changed files with 118808 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"build": {
"cpu": "cortex-m3",
"extra_flags": "-DSTM32 -DSTM32F1 -DSTM32F103x8",
"f_cpu": "72000000L",
"mcu": "stm32f103c8t6",
"product_line": "STM32F103x8"
},
"debug": {
"default_tools": [
"stlink"
],
"openocd_target": "stm32f1x",
"svd_path": "STM32F103xx.svd"
},
"frameworks": [
"libopencm3"
],
"name": "STM32F103C8",
"upload": {
"maximum_ram_size": 20480,
"maximum_size": 65536,
"protocol": "stlink",
"protocols": [
"cmsis-dap",
"stlink",
"blackmagic"
]
},
"url": "https://www.st.com/",
"vendor": "ST"
}