Skip to content

Added rules for pluggable discoveries and monitor #648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 20, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions programmers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,26 @@ edbg.protocol=cmsis-dap.cfg
edbg.program.tool=openocd
edbg.program.tool.default=openocd
edbg.program.extra_params=
edbg.extra_params=

atmel_ice.name=Atmel-ICE
atmel_ice.communication=USB
atmel_ice.protocol=cmsis-dap.cfg
atmel_ice.program.tool=openocd
atmel_ice.program.tool.default=openocd
atmel_ice.program.extra_params=
atmel_ice.extra_params=

sam_ice.name=Atmel SAM-ICE
sam_ice.communication=USB
sam_ice.protocol=cmsis-dap.cfg
sam_ice.program.tool=openocd
sam_ice.program.tool.default=openocd
sam_ice.program.extra_params=
sam_ice.extra_params=

jlink.name=Segger J-Link
jlink.communication=USB
jlink.protocol=jlink.cfg
jlink.program.tool=openocd
jlink.extra_params=-c "transport select swd"
You are viewing a condensed version of this merge commit. You can view the full changes here.