better schematic, license
This commit is contained in:
4
bootloader arduino/.gdbinit
Normal file
4
bootloader arduino/.gdbinit
Normal file
@@ -0,0 +1,4 @@
|
||||
target extended-remote /dev/ttyBmpGdb
|
||||
monitor swd_scan
|
||||
#attach 1
|
||||
#set mem inaccessible-by-default off
|
9
bootloader arduino/readme.md
Normal file
9
bootloader arduino/readme.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Load arduino bootloader to samd21g18a with black magic probe
|
||||
============================================================
|
||||
|
||||
```shell
|
||||
arm-none-eabi-gdb
|
||||
target extended-remote /dev/ttyBmpGdb
|
||||
monitor swd_scan
|
||||
load samd21_sam_ba.elf
|
||||
```
|
BIN
bootloader arduino/samd21_sam_ba.elf
Normal file
BIN
bootloader arduino/samd21_sam_ba.elf
Normal file
Binary file not shown.
Reference in New Issue
Block a user