Skip to content

Commit

Permalink
Merge pull request #1285 from NickeZ/nickez/jlink-things
Browse files Browse the repository at this point in the history
scripts/jlink: Add helpers to enable and disable auto-enter
  • Loading branch information
NickeZ authored Aug 28, 2024
2 parents 94efe7b + 16ecdfc commit 6e42361
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/auto-enter-disable.jlink
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mem 0xe000 1
w1 0xe000 0
mem 0xe000 1
q
4 changes: 4 additions & 0 deletions scripts/auto-enter-enable.jlink
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mem 0xe000 1
w1 0xe000 0x55
mem 0xe000 1
q

0 comments on commit 6e42361

Please sign in to comment.