Skip to content

Commit 64c93ed

Browse files
committed
Merge branch 'release/v1.1.0'
2 parents 37227a1 + dc4615d commit 64c93ed

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://github.com/platformio/platform-raspberrypi/workflows/Examples/badge.svg)](https://github.com/platformio/platform-raspberrypi/actions)
44

5-
RP2040 is a low-cost, high-performance microcontroller device with with a large on-chip memory, symmetric dual-core processor complex, deterministic bus fabric, and rich peripheral set augmented with a unique Programmable I/O (PIO) subsystem, it provides professional users with unrivalled power and flexibility.
5+
RP2040 is a low-cost, high-performance microcontroller device with a large on-chip memory, symmetric dual-core processor complex, deterministic bus fabric, and rich peripheral set augmented with a unique Programmable I/O (PIO) subsystem, it provides professional users with unrivalled power and flexibility.
66

77
* [Home](http://platformio.org/platforms/raspberrypi) (home page in PlatformIO Platform Registry)
88
* [Documentation](http://docs.platformio.org/page/platforms/raspberrypi.html) (advanced usage, packages, boards, frameworks, etc.)

boards/nanorp2040connect.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"protocol": "picotool",
3737
"protocols": [
3838
"cmsis-dap",
39+
"jlink",
3940
"raspberrypi-swd",
4041
"picotool"
4142
]

boards/pico.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"protocol": "picotool",
3333
"protocols": [
3434
"cmsis-dap",
35+
"jlink",
3536
"raspberrypi-swd",
3637
"picotool"
3738
]

builder/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def _jlink_cmd_script(env, source):
197197
UPLOADCMD='$UPLOADER $UPLOADERFLAGS -CommanderScript "${__jlink_cmd_script(__env__, SOURCE)}"'
198198
)
199199
upload_actions = [env.VerboseAction("$UPLOADCMD", "Uploading $SOURCE")]
200+
upload_source = env.ElfToHex(join("$BUILD_DIR", "${PROGNAME}"), target_elf)
200201

201202
elif upload_protocol in debug_tools:
202203
openocd_args = [

platform.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-raspberrypi.git"
2020
},
21-
"version": "1.0.0",
21+
"version": "1.1.0",
2222
"frameworks": {
2323
"arduino": {
2424
"package": "framework-arduino-mbed",
@@ -35,11 +35,10 @@
3535
"type": "framework",
3636
"optional": true,
3737
"owner": "platformio",
38-
"version": "~2.0.0"
38+
"version": "~2.1.0"
3939
},
4040
"tool-rp2040tools": {
4141
"type": "uploader",
42-
"optional": true,
4342
"owner": "platformio",
4443
"version": "~1.0.2"
4544
},

0 commit comments

Comments
 (0)