Skip to content

Commit ac45b10

Browse files
committed
Update board defs
1 parent e3446b7 commit ac45b10

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

boards/electroniccats_bombercat.json renamed to boards/challenger_2040_wifi6_ble.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
"arduino": {
44
"earlephilhower": {
55
"boot2_source": "boot2_w25q080_2_padded_checksum.S",
6-
"usb_vid": "0x1209",
7-
"usb_pid": "0x1209"
6+
"usb_vid": "0x2E8A",
7+
"usb_pid": "0x105F"
88
}
99
},
1010
"core": "earlephilhower",
1111
"cpu": "cortex-m0plus",
12-
"extra_flags": "-D ARDUINO_ELECTRONICCATS_BOMBERCAT -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=500",
12+
"extra_flags": "-D ARDUINO_CHALLENGER_2040_WIFI6_BLE_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=500 -DWIFIESPAT2",
1313
"f_cpu": "133000000L",
1414
"hwids": [
1515
[
1616
"0x2E8A",
1717
"0x00C0"
1818
],
1919
[
20-
"0x1209",
21-
"0x1209"
20+
"0x2E8A",
21+
"0x105F"
2222
]
2323
],
2424
"mcu": "rp2040",
25-
"variant": "electroniccats_bombercat"
25+
"variant": "challenger_2040_wifi6_ble"
2626
},
2727
"debug": {
2828
"jlink_device": "RP2040_M0_0",
@@ -32,23 +32,25 @@
3232
"frameworks": [
3333
"arduino"
3434
],
35-
"name": "HunterCat NFC RP2040",
35+
"name": "Challenger 2040 WiFi6/BLE",
3636
"upload": {
3737
"maximum_ram_size": 270336,
38-
"maximum_size": 2097152,
38+
"maximum_size": 8388608,
3939
"require_upload_port": true,
4040
"native_usb": true,
4141
"use_1200bps_touch": true,
4242
"wait_for_upload_port": false,
4343
"protocol": "picotool",
4444
"protocols": [
45+
"blackmagic",
4546
"cmsis-dap",
4647
"jlink",
4748
"raspberrypi-swd",
4849
"picotool",
49-
"picoprobe"
50+
"picoprobe",
51+
"pico-debug"
5052
]
5153
},
5254
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
53-
"vendor": "ElectronicCats"
55+
"vendor": "iLabs"
5456
}

0 commit comments

Comments
 (0)