iot-lab / iot-lab-yocto

IoT-LAB Yocto repository
13 stars 12 forks source link

meta-iotlab: add recipe for edbg flash tool #13

Closed aabadie closed 6 years ago

aabadie commented 6 years ago

This PR adds a new recipe for the edbg flasher. Flashing an Atmel sam0 based board like samr21 or arduino-zero with edbg is way faster than with openocd. This is the default tool used by RIOT with these boards.

rienafairefr commented 6 years ago

Looks good :-) CMSIS-DAP, kind of like PyOCD that I added for microbit

aabadie commented 6 years ago

I tested it in devsaclay on an arduino-zero node and it works like a charm: it's much much faster for flashing than the actual openocd. Resetting the node also works.

I think it's good to merge.