mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-04-02 01:20:17 +02:00
Merge branch 'main' of github.com:mytechnotalent/Embedded-Hacking
This commit is contained in:
7763
PicoW-A4-Pinout.pdf
7763
PicoW-A4-Pinout.pdf
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
openocd.exe
BIN
openocd.exe
Binary file not shown.
14
openocd.ps1
14
openocd.ps1
@@ -1,14 +0,0 @@
|
||||
# store the current location
|
||||
$originalLocation = Get-Location
|
||||
|
||||
try {
|
||||
# change the location to the OpenOCD scripts directory
|
||||
Set-Location -Path "C:\Program Files\Raspberry Pi\Pico SDK v1.5.0\openocd\scripts"
|
||||
|
||||
# run OpenOCD
|
||||
../openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "adapter speed 5000"
|
||||
}
|
||||
finally {
|
||||
# return to the original location
|
||||
Set-Location -Path $originalLocation
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user