adafruit / Adafruit_DAP

port of free-DAP to standalone arduino
Other
75 stars 27 forks source link

Fix samd51 #20

Closed hathach closed 3 years ago

hathach commented 3 years ago

This PR fixed issue with flashing bootloader on locked/secured samd51. Tested using samx5_flash_from_header sketch with Teensy 3.6 as host and metro (revA) and itsybitsy m4 as target.

It is unrelated, but I also group examples into mcus folder. I think it make thing easier to follow.