diff --git a/boards/newsan_archi.json b/boards/newsan_archi.json new file mode 100644 index 0000000..60553ac --- /dev/null +++ b/boards/newsan_archi.json @@ -0,0 +1,60 @@ +{ + "build": { + "arduino": { + "earlephilhower": { + "variant": "newsan_archi", + "boot2_source": "boot2_w25q080_2_padded_checksum.S", + "usb_vid": "0x2e8a", + "usb_pid": "0x1043a", + + "usb_manufacturer": "Newsan", + "usb_product": "Archi" + } + }, + "core": "arduino", + "cpu": "cortex-m0plus", + "extra_flags": "-D NEWSAN_ARCHI -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=500", + "f_cpu": "133000000L", + "hwids": [ + [ + "0x2E8A", + "0x00C0" + ], + [ + "0x2E8A", + "0x1043" + ] + ], + "mcu": "rp2040", + "variant": "NEWSAN_ARCHI" + }, + "debug": { + "jlink_device": "RP2040_M0_0", + "openocd_target": "rp2040.cfg", + "svd_path": "rp2040.svd" + }, + "frameworks": [ + "arduino" + ], + "name": "Archi", + "upload": { + "maximum_ram_size": 270336, + "maximum_size": 2097152, + "require_upload_port": true, + "native_usb": true, + "use_1200bps_touch": true, + "wait_for_upload_port": false, + "protocol": "picotool", + "protocols": [ + "blackmagic", + "cmsis-dap", + "jlink", + "raspberrypi-swd", + "picotool", + "picoprobe", + "pico-debug" + ] + }, + "url": "https://archikids.com.ar/documentacion", + "vendor": "Newsan" +}