diff --git a/boards/demo_f030c8.json b/boards/demo_f030c8.json new file mode 100644 index 00000000..0efeb544 --- /dev/null +++ b/boards/demo_f030c8.json @@ -0,0 +1,34 @@ +{ + "build": { + "cpu": "cortex-m0", + "extra_flags": "-DSTM32F030x8", + "f_cpu": "48000000L", + "mcu": "stm32f030c8t6", + "variant": "DEMO_F030C8" + }, + "debug": { + "default_tools": [ + "stlink" + ], + "jlink_device": "STM32F030C8", + "openocd_target": "stm32f0x", + "svd_path": "STM32F030.svd" + }, + "frameworks": [ + "arduino", + "stm32cube" + ], + "name": "STM32F030C8 demo board", + "upload": { + "maximum_ram_size": 8192, + "maximum_size": 65536, + "protocol": "stlink", + "protocols": [ + "jlink", + "stlink", + "blackmagic" + ] + }, + "url": "https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32f0-series/stm32f0x0-value-line/stm32f030c8.html", + "vendor": "ST" +}