bugfixes/prepare_for_first_unit (#8)
- update ui - implement different features like restart - bugfixes Co-authored-by: pstruebi <struebin.patrick.com> Reviewed-on: https://gitea.pstruebi.xyz/auracaster/bumble-auracast/pulls/8
This commit was merged in pull request #8.
This commit is contained in:
8
src/openocd/raspberrypi-swd0.cfg
Normal file
8
src/openocd/raspberrypi-swd0.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
adapter driver bcm2835gpio
|
||||
transport select swd
|
||||
adapter gpio swclk 17
|
||||
adapter gpio swdio 18
|
||||
#adapter gpio trst 26
|
||||
#reset_config trst_only
|
||||
|
||||
adapter speed 1000
|
||||
8
src/openocd/raspberrypi-swd1.cfg
Normal file
8
src/openocd/raspberrypi-swd1.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
adapter driver bcm2835gpio
|
||||
transport select swd
|
||||
adapter gpio swclk 24
|
||||
adapter gpio swdio 23
|
||||
#adapter gpio trst 27
|
||||
#reset_config trst_only
|
||||
|
||||
adapter speed 1000
|
||||
Reference in New Issue
Block a user