We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5f9f7 commit 0d46fb5Copy full SHA for 0d46fb5
variants/qtpy_m0/debug_scripts/variant.gdb
@@ -28,4 +28,4 @@ break main
28
# End of 'reset' command
29
end
30
31
-target remote | openocd -c "interface cmsis-dap" -c "set CHIPNAME at91samd21g18" -f target/at91samdXX.cfg -c "gdb_port pipe; log_output openocd.log"
+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
@@ -19,7 +19,7 @@
19
#
20
21
# chip name
22
-set CHIPNAME at91samd21g18
+set CHIPNAME at91samd21e18
23
set ENDIAN little
24
25
# choose a port here
0 commit comments