platformio / platformio-home

PlatformIO Home
https://docs.platformio.org/page/home/index.html
Apache License 2.0
106 stars 63 forks source link

Could not load boards list #8569

Open arpit2512 opened 2 months ago

arpit2512 commented 2 months ago

PIO Core Call Error: "InvalidBoardManifest: Invalid board JSON manifest 'C:\Users\neucleo\.platformio\platforms\ststm32\boards\generic_stm32g030k8t6.json'"

arpit2512 commented 2 months ago

here is the json

{ "build": { "core": "stm32", "cpu": "cortex-m0plus", "extra_flags": "-DSTM32G030xx", "f_cpu": "64000000L", "mcu": "stm32g030k8t6", "series": "STM32G0", "variant": "generic_stm32g030k8t6" }, "debug": { "jlink_device": "STM32G030K8", "openocd_target": "stm32g0x0", "svd_path": "STM32G030.svd" }, "frameworks": [ "arduino", "cmsis", "libopencm3", "stm32cube" ], "name": "Generic STM32G030K8T6", "upload": { "maximum_ram_size": 32768, "maximum_size": 65536, "protocol": "stlink", "protocols": [ "blackmagic", "cmsis-dap", "jlink", "stlink" ] }, "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32g030k8.html", "vendor": "STMicroelectronics" }