Fix XIAO typo

This commit is contained in:
Maximilian Gerhardt 2022-08-09 18:59:18 +02:00 committed by GitHub
parent 5677d9bfdd
commit 5397a3854d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,54 +1,54 @@
{ {
"build": { "build": {
"arduino": { "arduino": {
"earlephilhower": { "earlephilhower": {
"boot2_source": "boot2_w25q080_2_padded_checksum.S", "boot2_source": "boot2_w25q080_2_padded_checksum.S",
"usb_vid": "0x2E8A", "usb_vid": "0x2E8A",
"usb_pid": "0x000A" "usb_pid": "0x000A"
} }
}, },
"core": "earlephilhower", "core": "earlephilhower",
"cpu": "cortex-m0plus", "cpu": "cortex-m0plus",
"extra_flags": "-D ARDUINO_SEEED_XAIO_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250", "extra_flags": "-D ARDUINO_SEEED_XIAO_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250",
"f_cpu": "133000000L", "f_cpu": "133000000L",
"hwids": [ "hwids": [
[ [
"0x2E8A", "0x2E8A",
"0x00C0" "0x00C0"
], ],
[ [
"0x2E8A", "0x2E8A",
"0x000A" "0x000A"
] ]
], ],
"mcu": "rp2040", "mcu": "rp2040",
"variant": "seeed_xiao_rp2040" "variant": "seeed_xiao_rp2040"
}, },
"debug": { "debug": {
"jlink_device": "RP2040_M0_0", "jlink_device": "RP2040_M0_0",
"openocd_target": "rp2040.cfg", "openocd_target": "rp2040.cfg",
"svd_path": "rp2040.svd" "svd_path": "rp2040.svd"
}, },
"frameworks": [ "frameworks": [
"arduino" "arduino"
], ],
"name": "XAIO RP2040", "name": "XIAO RP2040",
"upload": { "upload": {
"maximum_ram_size": 270336, "maximum_ram_size": 270336,
"maximum_size": 2097152, "maximum_size": 2097152,
"require_upload_port": true, "require_upload_port": true,
"native_usb": true, "native_usb": true,
"use_1200bps_touch": true, "use_1200bps_touch": true,
"wait_for_upload_port": false, "wait_for_upload_port": false,
"protocol": "picotool", "protocol": "picotool",
"protocols": [ "protocols": [
"cmsis-dap", "cmsis-dap",
"jlink", "jlink",
"raspberrypi-swd", "raspberrypi-swd",
"picotool", "picotool",
"picoprobe" "picoprobe"
] ]
}, },
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", "url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
"vendor": "Seeed" "vendor": "Seeed"
} }