Skip to content

Commit 0d46fb5

Browse files
committed
fix name of chip
1 parent 4a5f9f7 commit 0d46fb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

variants/qtpy_m0/debug_scripts/variant.gdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ break main
2828
# End of 'reset' command
2929
end
3030

31-
target remote | openocd -c "interface cmsis-dap" -c "set CHIPNAME at91samd21g18" -f target/at91samdXX.cfg -c "gdb_port pipe; log_output openocd.log"
31+
target remote | openocd -c "interface cmsis-dap" -c "set CHIPNAME at91samd21e18" -f target/at91samdXX.cfg -c "gdb_port pipe; log_output openocd.log"

variants/qtpy_m0/openocd_scripts/itsybitsy_m0.cfg renamed to variants/qtpy_m0/openocd_scripts/qtpy_m0.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020

2121
# chip name
22-
set CHIPNAME at91samd21g18
22+
set CHIPNAME at91samd21e18
2323
set ENDIAN little
2424

2525
# choose a port here

0 commit comments

Comments
 (0)