-
Notifications
You must be signed in to change notification settings - Fork 116
Arduino-Pico (Earlephilhower) support, PicoProbe Debugging #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
+11,382
−460
Closed
Changes from 55 commits
Commits
Show all changes
165 commits
Select commit
Hold shift + click to select a range
9920da0
Add pacakge definitions, skeletons for builder script
maxgerhardt ef26f67
Rename package
maxgerhardt 580b352
Add build script selector
maxgerhardt a94fd62
Clean build selector script
maxgerhardt 4cdb352
Formatting
maxgerhardt e3828b3
Use toolchain-pico
maxgerhardt 3560177
Update board info
maxgerhardt 630c935
Add LittleFS build support, move filesystem size parser code here
maxgerhardt 87f647d
Minor cleanup
maxgerhardt 77e0d3a
Upload filesystem via Picotool working
maxgerhardt c0653a3
Start adding picoprobe as debug tool
maxgerhardt 620fe89
Make sure toolchain-pico is removed from build for normal core
maxgerhardt bb18b72
Merge
maxgerhardt 1a37e2d
Merge branch 'platformio-develop' into develop
maxgerhardt 673d327
Hotfix uploading
maxgerhardt 9811f13
Merge upstream
maxgerhardt e920ef3
Add all Arduino-Pico board definitions
maxgerhardt 091af0e
Fix merge conflict
maxgerhardt 2b15f39
Merge branch 'platformio-develop' into develop
maxgerhardt 2b0c071
Add Arduino-Pico example
maxgerhardt b5359ff
Only CI on Linux
maxgerhardt 27cbf99
Fix UF2 + mbed upload
maxgerhardt a65832b
Actually add earlephilhower example to CI
maxgerhardt f48a9b9
Actually use right core in earlephilhower example
maxgerhardt 8bff181
Update README.md
maxgerhardt 75dffaa
Update README.md
maxgerhardt d20e2ed
Update README.md
maxgerhardt 9870c4c
Update main.py
dlbogdan 74a6e8a
Merge pull request #4 from dlbogdan/patch-2
maxgerhardt 3ddcc3a
Save function in environment
maxgerhardt ddcb4a3
Remove argument
maxgerhardt e1204e6
Fix double dot
maxgerhardt 096f514
Adapt to work with registry packages
maxgerhardt 5ab36c4
Filesystem code cleanup
maxgerhardt 936b8d3
Sync all Arduino-Pico boards
maxgerhardt 41e26cc
Add a new board to CI
maxgerhardt c2441e4
Slight example platformioini refactor
maxgerhardt a587eca
Merge latest upstream
maxgerhardt 4d1e381
Fix UF2 mbed uploading again
maxgerhardt bbb2b17
ACtually use referenced board
maxgerhardt ab26ecb
ACTUALLY use only earlephilhower core in examples
maxgerhardt 4eedf9e
Use correct openocd package
maxgerhardt e568d57
Make OpenOCD uploading more robust, respect speed for picoprobe config
maxgerhardt 1b8624b
Revert back to currently user mbed-builder
maxgerhardt 8d7a063
Correct debug logic, exit on unknown core
maxgerhardt 4d9eca0
Unify examples, add notes
maxgerhardt 47ad4e9
Reformat and restructure board files
maxgerhardt ab1e380
Use variable name for EEPROM length
maxgerhardt 52bb6e5
Rename fetch_fs_size in env, simplify mbed upload, remove PIO 3.6 leg…
maxgerhardt 41da472
Quote uploader executable
maxgerhardt 6f7bbd8
Revert to using ^ in tool-jlink version
maxgerhardt 40aea9c
Make usage of double quotes consistent
maxgerhardt 15497ac
Temporarily change package to test CI
maxgerhardt 750f07c
Merge pull request #8 from maxgerhardt/patchup
maxgerhardt baf2bf2
Switch back to original core
maxgerhardt 1b43288
Shift arduino attribute higher in JSON files
maxgerhardt 1e709a2
Push arduino attribute higher
maxgerhardt dc38120
Move filesystem funcs higher, use env.Replace
maxgerhardt 97b862c
Add newline at end of platformio.ini
maxgerhardt 9177e55
Inline delay function
maxgerhardt e0781a4
Merge pull request #9 from maxgerhardt/patchup
maxgerhardt d24609b
Add support for filesystem flashing with JLink
maxgerhardt bc18ccc
Minor identiation fix
maxgerhardt 5f45696
Reference stable toolchain + framework version for 2.0.2
maxgerhardt 28e5339
Allow GCC 9.3.2 versions for ARM Linux instead of only 9.2.1
maxgerhardt 17cb99f
Update platform.json
maxgerhardt 488689c
Update to Arduino-Pico 2.3.1
maxgerhardt 47b206f
Update Arduino-Pico board files
maxgerhardt 165ade2
Add RPI Pico W (WiFi) to CI
maxgerhardt eb8f864
Add Pico W WiFi Scan example
maxgerhardt 606fe2d
Add WiFi example to CI
maxgerhardt dc472b1
Temporarily use git link for 2.3.2 core
maxgerhardt 81e537a
ULTRA-TEMPORARILY point to fixed Arduino-Pico for WiFi build
maxgerhardt 227b99a
Switch to fixed Arduino-Pico commit
maxgerhardt bd2f3e7
Use Arduino-Pico with fixed linker logic
maxgerhardt 0f1e560
Add HWIDs, update Arduino-Pico core
maxgerhardt 5a389a6
Update Arduino-Pico core
maxgerhardt 5677d9b
Use stable Arduino-Pico 2.3.3 core
maxgerhardt 5397a38
Fix XIAO typo
maxgerhardt de1a5ef
Use bleeding-edge Arduino-Pico
maxgerhardt 5bb8311
Update Arduino-Pico bleeding-edge version
maxgerhardt a3c7bc9
Experiment with OTA support, better mbed upload
maxgerhardt f4a6a45
Only update signing header if pubkey present
maxgerhardt 28b575e
Dont require gen_header if not expected to be generated
maxgerhardt 28ffe07
Try different build strategy
maxgerhardt f1d426e
Try and install openssl dependency
maxgerhardt f982df2
Try fix dependencies
maxgerhardt 42e7c85
Updated used arduino-pico
maxgerhardt 838e9ed
Fix macos runner
maxgerhardt 4c0d7ea
Make examples.yml steps more clear
maxgerhardt 47726da
Update readmes
maxgerhardt 2ace1c2
Merge pull request #13 from maxgerhardt/ota
maxgerhardt ff7a675
Update to 2.4.1
maxgerhardt ef9fd76
Update to 2.5.2
maxgerhardt aa79bc5
Update board files + core commit
maxgerhardt 5ce1a22
Update Arduino-Pico core commit
maxgerhardt 4e39c77
Update core, add latest boards
maxgerhardt 4c4ed63
Prepare pimoroni pga2040 support
maxgerhardt 19cc4d7
Update core, pimoroni pga2040 support
maxgerhardt 9a4ef9f
Update pimoroni_pga2040.json
maxgerhardt 702b36f
Update to latest release
maxgerhardt fec7ed8
Update Arduino-Pico to bleeding edge
maxgerhardt bd485fe
Update to latest board defs and core commit
maxgerhardt 2e399c9
Add SCORPIO and Waveshre RP2040 Zero, update Arduino-Pico
maxgerhardt-phy 6ac4221
Update Arduino-Pico commit
maxgerhardt 20c7dbf
Update to 2.6.5
maxgerhardt 9a13c25
Update toolchain, update arduino-pico (ARMv7l support)
maxgerhardt 9f8c10e
Upgrade Arduino-Pico version to latest
maxgerhardt 3cf9e1a
Update Arduino-Pico
maxgerhardt d11b0ee
Update Arduino-Pico
maxgerhardt 1b96272
Update board definitions
maxgerhardt 11247e9
Update to 2.7.2
maxgerhardt b9928a2
Generalize used toolchain version
maxgerhardt 0b2e90a
Update to Arduino-Pico 2.7.3
maxgerhardt 7921d08
Merge branch 'platformio:develop' into develop
maxgerhardt 090343e
Update Arduino-Pico (now BLE support)
maxgerhardt 139b86b
Enable long paths to hopefully fix TinyUSB clone
maxgerhardt e9fba63
Only enable long paths for Windows
maxgerhardt 8e7f3fc
Refactor enable long paths
maxgerhardt ddb4335
Arduino-Pico 3.1.0
maxgerhardt 5a533d6
Update available boards
maxgerhardt aa10954
Update Arduino-Pico, sync boards
maxgerhardt d9e97a3
Merge branch 'platformio:develop' into develop
maxgerhardt 46ae0c8
Experimental BlackMagicProbe support
maxgerhardt 47763a9
Enable debugging with BMP
maxgerhardt 9dc638d
Merge pull request #27 from maxgerhardt/bmp
maxgerhardt bade1b3
Add pico-debug support, update board definitions
maxgerhardt 92f7dcb
Add pico-debug openocd call
maxgerhardt 0c33219
Use latest Arduino-Pico (merged pico-debug support), update board defs
maxgerhardt 79e4f61
Update to Arduino-Pico 3.2.1
maxgerhardt c0acac7
Update to Arduino-Pico 3.2.2
maxgerhardt 02c5ef4
Update to Arduino-Pico 3.3.0
maxgerhardt f9e5a07
Sync new Arduino-Pico boards
maxgerhardt-phy e3446b7
Update Arduino-Pico to bleeding-edges master (fixes Intellisense issu…
maxgerhardt ac45b10
Update board defs
maxgerhardt 16d6042
change default picoprobe speed to 5000 kHz
LinusHeu 0742fd4
Resolve hang of 2nd core after FW upload via debug adapter
maxgerhardt 5208e8c
Use different reset strategy and delay
maxgerhardt ac952da
Experimental: Bypass PIO registry
maxgerhardt b036e87
Update boards and Arduino-Pico core
maxgerhardt f222d26
Update to Arduino-Pico 3.5.0 plus warning fix
maxgerhardt 1bd794d
Fix OpenOCD not installing correct version
maxgerhardt 612de53
Arduino-Pico 3.6.0 clean
maxgerhardt ffb6889
Use actually updated toolchain links
maxgerhardt c9d5ede
increase rset to 200ms
Ing-Dom 8ed4e4e
Merge pull request #41 from OpenKNX/increase_jlink_rset_time
maxgerhardt af72959
Merge branch 'platformio:develop' into develop
maxgerhardt 182d833
Reference most up-to-date JLink Software
maxgerhardt 20d9d19
Sync boards and framework version
maxgerhardt 79ebb7d
Update framework with SPI 16-bit fix
maxgerhardt eef7c29
Update toolchain to 2.2.0 (native Apple ARM), update Arduino-Pico, Up…
maxgerhardt da81492
Merge branch 'platformio:develop' into develop
maxgerhardt a025e1a
Revert use native MAC ARM binary, compiler crashes on startup
maxgerhardt cdbbfe7
Merge branch 'develop' of https://github.com/maxgerhardt/platform-ras…
maxgerhardt 55d5d52
Make ARM M1 use 2.1.0-a toolchain
maxgerhardt 1f63e59
Use fixed ARM M1 toolchain
maxgerhardt 60d6ae8
Arduino-Pico update, fixes lwip, SPI, better Ethernet interrupt perfo…
maxgerhardt 1d08330
update arduino-pico to Release 3.7.2
britannio 38b1c2f
Add pico-debug to board definition
maxgerhardt a8930d1
Update nanorp2040connect.json
maxgerhardt a30d073
Merge pull request #61 from britannio/develop
maxgerhardt 7d810ea
Merge pull request #35 from LinusHeu/LinusHeu-patch-1
maxgerhardt d317b1f
Update Arduino-Pico 3.8.0
maxgerhardt 0e11ddd
Merge pull request #64 from platformio/develop
maxgerhardt 503933d
Add note for NTFS long paths in main readme
maxgerhardt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"build": { | ||
"core": "earlephilhower", | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-D ARDUINO_ADAFRUIT_FEATHER_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250", | ||
"f_cpu": "133000000L", | ||
"hwids": [ | ||
[ | ||
"0x2E8A", | ||
"0x00C0" | ||
] | ||
], | ||
"mcu": "rp2040", | ||
"variant": "adafruit_feather", | ||
"arduino": { | ||
"earlephilhower": { | ||
"boot2_source": "boot2_w25x10cl_4_padded_checksum.S", | ||
"usb_vid": "0x239a", | ||
"usb_pid": "0x80f1" | ||
} | ||
} | ||
}, | ||
"debug": { | ||
"jlink_device": "RP2040_M0_0", | ||
"openocd_target": "rp2040.cfg", | ||
"svd_path": "rp2040.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "Feather RP2040", | ||
"upload": { | ||
"maximum_ram_size": 270336, | ||
"maximum_size": 8388608, | ||
"require_upload_port": true, | ||
"native_usb": true, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": false, | ||
"protocol": "picotool", | ||
"protocols": [ | ||
"cmsis-dap", | ||
"jlink", | ||
"raspberrypi-swd", | ||
"picotool", | ||
"picoprobe" | ||
] | ||
}, | ||
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", | ||
"vendor": "Adafruit" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"build": { | ||
"core": "earlephilhower", | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-D ARDUINO_ADAFRUIT_ITSYBITSY_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250", | ||
"f_cpu": "133000000L", | ||
"hwids": [ | ||
[ | ||
"0x2E8A", | ||
"0x00C0" | ||
] | ||
], | ||
"mcu": "rp2040", | ||
"variant": "adafruit_itsybitsy", | ||
"arduino": { | ||
"earlephilhower": { | ||
"boot2_source": "boot2_w25q080_2_padded_checksum.S", | ||
"usb_vid": "0x239a", | ||
"usb_pid": "0x80fd" | ||
} | ||
} | ||
}, | ||
"debug": { | ||
"jlink_device": "RP2040_M0_0", | ||
"openocd_target": "rp2040.cfg", | ||
"svd_path": "rp2040.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "ItsyBitsy RP2040", | ||
"upload": { | ||
"maximum_ram_size": 270336, | ||
"maximum_size": 8388608, | ||
"require_upload_port": true, | ||
"native_usb": true, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": false, | ||
"protocol": "picotool", | ||
"protocols": [ | ||
"cmsis-dap", | ||
"jlink", | ||
"raspberrypi-swd", | ||
"picotool", | ||
"picoprobe" | ||
] | ||
}, | ||
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", | ||
"vendor": "Adafruit" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"build": { | ||
"core": "earlephilhower", | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-D ARDUINO_ADAFRUIT_KB2040_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250", | ||
"f_cpu": "133000000L", | ||
"hwids": [ | ||
[ | ||
"0x2E8A", | ||
"0x00C0" | ||
] | ||
], | ||
"mcu": "rp2040", | ||
"variant": "adafruit_kb2040", | ||
"arduino": { | ||
"earlephilhower": { | ||
"boot2_source": "boot2_w25q080_2_padded_checksum.S", | ||
"usb_vid": "0x239a", | ||
"usb_pid": "0x8105" | ||
} | ||
} | ||
}, | ||
"debug": { | ||
"jlink_device": "RP2040_M0_0", | ||
"openocd_target": "rp2040.cfg", | ||
"svd_path": "rp2040.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "KB2040", | ||
"upload": { | ||
"maximum_ram_size": 270336, | ||
"maximum_size": 8388608, | ||
"require_upload_port": true, | ||
"native_usb": true, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": false, | ||
"protocol": "picotool", | ||
"protocols": [ | ||
"cmsis-dap", | ||
"jlink", | ||
"raspberrypi-swd", | ||
"picotool", | ||
"picoprobe" | ||
] | ||
}, | ||
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", | ||
"vendor": "Adafruit" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"build": { | ||
"core": "earlephilhower", | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-D ARDUINO_ADAFRUIT_MACROPAD_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250", | ||
"f_cpu": "133000000L", | ||
"hwids": [ | ||
[ | ||
"0x2E8A", | ||
"0x00C0" | ||
] | ||
], | ||
"mcu": "rp2040", | ||
"variant": "adafruit_macropad2040", | ||
"arduino": { | ||
"earlephilhower": { | ||
"boot2_source": "boot2_w25q080_2_padded_checksum.S", | ||
"usb_vid": "0x239a", | ||
"usb_pid": "0x8107" | ||
} | ||
} | ||
}, | ||
"debug": { | ||
"jlink_device": "RP2040_M0_0", | ||
"openocd_target": "rp2040.cfg", | ||
"svd_path": "rp2040.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "MacroPad RP2040", | ||
"upload": { | ||
"maximum_ram_size": 270336, | ||
"maximum_size": 8388608, | ||
"require_upload_port": true, | ||
"native_usb": true, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": false, | ||
"protocol": "picotool", | ||
"protocols": [ | ||
"cmsis-dap", | ||
"jlink", | ||
"raspberrypi-swd", | ||
"picotool", | ||
"picoprobe" | ||
] | ||
}, | ||
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", | ||
"vendor": "Adafruit" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"build": { | ||
"core": "earlephilhower", | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-D ARDUINO_ADAFRUIT_QTPY_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250", | ||
"f_cpu": "133000000L", | ||
"hwids": [ | ||
[ | ||
"0x2E8A", | ||
"0x00C0" | ||
] | ||
], | ||
"mcu": "rp2040", | ||
"variant": "adafruit_qtpy", | ||
"arduino": { | ||
"earlephilhower": { | ||
"boot2_source": "boot2_w25q080_2_padded_checksum.S", | ||
"usb_vid": "0x239a", | ||
"usb_pid": "0x80f7" | ||
} | ||
} | ||
}, | ||
"debug": { | ||
"jlink_device": "RP2040_M0_0", | ||
"openocd_target": "rp2040.cfg", | ||
"svd_path": "rp2040.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "QT Py RP2040", | ||
"upload": { | ||
"maximum_ram_size": 270336, | ||
"maximum_size": 8388608, | ||
"require_upload_port": true, | ||
"native_usb": true, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": false, | ||
"protocol": "picotool", | ||
"protocols": [ | ||
"cmsis-dap", | ||
"jlink", | ||
"raspberrypi-swd", | ||
"picotool", | ||
"picoprobe" | ||
] | ||
}, | ||
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", | ||
"vendor": "Adafruit" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"build": { | ||
"core": "earlephilhower", | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-D ARDUINO_ADAFRUIT_STEMMAFRIEND_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250", | ||
"f_cpu": "133000000L", | ||
"hwids": [ | ||
[ | ||
"0x2E8A", | ||
"0x00C0" | ||
] | ||
], | ||
"mcu": "rp2040", | ||
"variant": "adafruit_stemmafriend", | ||
"arduino": { | ||
"earlephilhower": { | ||
"boot2_source": "boot2_w25q080_2_padded_checksum.S", | ||
"usb_vid": "0x239a", | ||
"usb_pid": "0x80e3" | ||
} | ||
} | ||
}, | ||
"debug": { | ||
"jlink_device": "RP2040_M0_0", | ||
"openocd_target": "rp2040.cfg", | ||
"svd_path": "rp2040.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "STEMMA Friend RP2040", | ||
"upload": { | ||
"maximum_ram_size": 270336, | ||
"maximum_size": 8388608, | ||
"require_upload_port": true, | ||
"native_usb": true, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": false, | ||
"protocol": "picotool", | ||
"protocols": [ | ||
"cmsis-dap", | ||
"jlink", | ||
"raspberrypi-swd", | ||
"picotool", | ||
"picoprobe" | ||
] | ||
}, | ||
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", | ||
"vendor": "Adafruit" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"build": { | ||
"core": "earlephilhower", | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-D ARDUINO_ADAFRUIT_TRINKEYQT_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250", | ||
"f_cpu": "133000000L", | ||
"hwids": [ | ||
[ | ||
"0x2E8A", | ||
"0x00C0" | ||
] | ||
], | ||
"mcu": "rp2040", | ||
"variant": "adafruit_trinkeyrp2040qt", | ||
"arduino": { | ||
"earlephilhower": { | ||
"boot2_source": "boot2_w25q080_2_padded_checksum.S", | ||
"usb_vid": "0x239a", | ||
"usb_pid": "0x8109" | ||
} | ||
} | ||
}, | ||
"debug": { | ||
"jlink_device": "RP2040_M0_0", | ||
"openocd_target": "rp2040.cfg", | ||
"svd_path": "rp2040.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "Trinkey RP2040 QT", | ||
"upload": { | ||
"maximum_ram_size": 270336, | ||
"maximum_size": 8388608, | ||
"require_upload_port": true, | ||
"native_usb": true, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": false, | ||
"protocol": "picotool", | ||
"protocols": [ | ||
"cmsis-dap", | ||
"jlink", | ||
"raspberrypi-swd", | ||
"picotool", | ||
"picoprobe" | ||
] | ||
}, | ||
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/", | ||
"vendor": "Adafruit" | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.