Add support for cortex m0 FM33LC023U

hi my friends can some one help me add support for cortex m0 FM33LC023U 64mhz 24kb RAM 128KB flash

this is json file and ihave also FM33LC0XX.svd file what to do next??

{
  "build": {
    "cpu": "cortex-m0",
    "extra_flags": "-DSTM32F030x6",
    "f_cpu": "64000000L",
    "mcu": "FM33LC023U",
    "product_line": "FM32LCX2X",
    "variant": "FM33LC0xx/LcC023U"
  },
  "debug": {
    "jlink_device": "FM33LC02X",
    "openocd_target": "stm32f0x",
    "svd_path": "FM33LC0XX.svd"
  },
  "frameworks": [
    "cmsis",
    "libopencm3"
  ],
  "name": "FM33LC023U",
  "upload": {
    "maximum_ram_size": 24576,
    "maximum_size": 131072,
    "protocol": "jlink",
    "protocols": [
      "jlink",
      "cmsis-dap",
      "stlink",
      "blackmagic",
      "serial"
    ]
  },
  "url": "https://www.fm-chips.com/",
  "vendor": "FMSH"
}

You could create a custom platform that includes the SDK packages for that chip, oriented at platform-ststm32.

Is that MCU debuggable via OpenOCD? With which config?