Skip to content

Commit

Permalink
Fix OpenOCD configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfisk committed Jan 6, 2020
1 parent da53a68 commit 986077f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions OpenOCD_scripts/board/olimex_stm32_h405.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@

source [find target/stm32f4x.cfg]

reset_config srst_only
reset_config connect_assert_srst
1 change: 1 addition & 0 deletions OpenOCD_scripts/board/olimex_stm32_h407.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

source [find target/stm32f4x.cfg]

reset_config srst_only
reset_config connect_assert_srst

0 comments on commit 986077f

Please sign in to comment.