Add support for Microchip SAM L10/L11
I'm working on implementing a HAL for the SAML11 using the Xplained Pro evaluation kit and it would be great to have support from probe-rs. I'm relatively new to the Rust embedded ecosystem(and embedded in general) so I don't know what is needed to add support but happy to help in any way I can.
probe-run --list-probes detects the dev board:
[0]: EDBG CMSIS-DAP (VID: 03eb, PID: 2111, Serial: ATML3138071800003086, CmsisDap)
You can generate it with target-gen :)
The CMSIS-Pack for the SAML11 didn't include a flash algorithm so target-gen didn't work for me. As I'm not qualified to write a flash loader I'll leave it open for anyone who might want to volunteer. :)
It seems edbg supports this chip so I'll give that a try in the meantime.
I have an L10, I can probably manage that. Probably not the L11's fancy additions, though.