Skip to content

Commit 0a58a6a

Browse files
committed
Update Arduino-Pico version, sync boards, remove unneeded prints in pico-sdk builder
1 parent 317a978 commit 0a58a6a

3 files changed

Lines changed: 57 additions & 2 deletions

File tree

boards/challenger_2350_nbiot.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"earlephilhower": {
5+
"boot2_source": "none.S",
6+
"usb_vid": "0x2E8A",
7+
"usb_pid": "0x110D"
8+
}
9+
},
10+
"core": "earlephilhower",
11+
"cpu": "cortex-m33",
12+
"extra_flags": "-DARDUINO_CHALLENGER_2350_NBIOT_RP2350 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=500 ",
13+
"f_cpu": "150000000L",
14+
"hwids": [
15+
[
16+
"0x2E8A",
17+
"0x00C0"
18+
],
19+
[
20+
"0x2E8A",
21+
"0x110D"
22+
]
23+
],
24+
"mcu": "rp2350",
25+
"variant": "challenger_2350_nbiot"
26+
},
27+
"debug": {
28+
"jlink_device": "RP2350_M33_0",
29+
"openocd_target": "rp2350.cfg",
30+
"svd_path": "rp2350.svd"
31+
},
32+
"frameworks": [
33+
"arduino",
34+
"picosdk"
35+
],
36+
"name": "Challenger 2350 NB-IoT",
37+
"upload": {
38+
"maximum_ram_size": 524288,
39+
"maximum_size": 8388608,
40+
"require_upload_port": true,
41+
"native_usb": true,
42+
"use_1200bps_touch": true,
43+
"wait_for_upload_port": false,
44+
"protocol": "picotool",
45+
"protocols": [
46+
"blackmagic",
47+
"cmsis-dap",
48+
"jlink",
49+
"raspberrypi-swd",
50+
"picotool",
51+
"picoprobe"
52+
]
53+
},
54+
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
55+
"vendor": "iLabs"
56+
}

builder/frameworks/picosdk.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ def configure_printf_impl():
412412
flags.append(remap_dict[key])
413413
if "LIB_PICO_STDIO" not in flags:
414414
flags.append("LIB_PICO_STDIO")
415-
print("Flags: ", flags)
416415
# we definitely need tinyusb for this
417416
if "LIB_PICO_STDIO_USB" in flags:
418417
build_tinyusb()

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"type": "framework",
6565
"optional": true,
6666
"owner": "earlephilhower",
67-
"version": "https://github.com/earlephilhower/arduino-pico.git#3a0b6b6472c4dd71c5184a8cd01ef4442e3c16d1"
67+
"version": "https://github.com/earlephilhower/arduino-pico.git#275e73d13e5248418e13507d3988ebbf785cff36"
6868
},
6969
"framework-picosdk": {
7070
"type": "framework",

0 commit comments

Comments
 (0)