Skip to content

Commit

Permalink
Merge pull request #56 from luisfcorreia/main
Browse files Browse the repository at this point in the history
Add picoprobe support
  • Loading branch information
BrianPugh authored Sep 3, 2023
2 parents eda4219 + 759d0b8 commit d2c739e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ help:
@echo "Commandline arguments:"
@echo " PATCH_PARAMS - Options to pass to the python patching utility."
@echo " Most options go here and will start with two dashes."
@echo " ADAPTER - One of {stlink, jlink, rpi}. Defaults to stlink."
@echo " ADAPTER - One of {stlink, jlink, rpi, pico}. Defaults to stlink."
@echo ""
@echo "Example:"
@echo " make PATCH_PARAMS=\"--sleep-time=120 --slim\" flash_patched_ext"
Expand Down
2 changes: 2 additions & 0 deletions openocd/flash_pico.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source [find openocd/interface_cmsis-dap.cfg]
source [find openocd/flash.cfg]
6 changes: 6 additions & 0 deletions openocd/interface_pico.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source [find interface/cmsis-dap.cfg]
adapter speed 500
transport select swd
source [find openocd/stm32h7x_spiflash.cfg]
reset_config none

0 comments on commit d2c739e

Please sign in to comment.