{
  "build": {
    "arduino":{
      "ldscript": "linker_script.ld"
    },
    "core": "arduino",
    "cpu": "cortex-m4",
    "extra_flags": "-DSEEED_XIAO_NRF52840_SENSE -DARDUINO_ARCH_NRF52840",
    "f_cpu": "64000000L",
    "hwids": [
      [
        "0x2886",
        "0x0045"
      ],
      [
        "0x2886",
        "0x8045"
      ]
    ],
    "mcu": "nrf52840",
    "variant": "SEEED_XIAO_NRF52840_SENSE",
    "softdevice": {
      "sd_flags": "-DS140",
      "sd_name": "s140",
      "sd_version": "7.3.0",
      "sd_fwid": "0x0123"
    }
  },
  "connectivity": [
    "bluetooth"
  ],
  "debug": {
    "jlink_device": "nRF52840_xxAA",
    "openocd_target": "nrf52.cfg",
    "svd_path": "nrf52840.svd"
  },
  "frameworks": [
    "arduino"
  ],
  "name": "Seeed XIAO BLE Sense",
  "upload": {
    "maximum_ram_size": 237568,
    "maximum_size": 811008,
    "protocol": "nrfutil",
    "speed": 115200,
    "protocols": [
      "jlink",
      "nrfjprog",
      "nrfutil",
      "cmsis-dap",
      "sam-ba",
      "blackmagic"
    ],
    "use_1200bps_touch": true,
    "require_upload_port": true,
    "wait_for_upload_port": true
  },
  "url": "https://wiki.seeedstudio.com/XIAO_BLE",
  "vendor": "Seeed Studio"
}