From 565795e1680eb2a0f2f5737dddd7df293824ec4a Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Sun, 18 Jan 2015 22:35:59 +0000 Subject: Added support for SAMD10/11/21, and list of tested SAM D devices This allows blackmagic to be used with the new Arduino Zero board via the unpopulated SWD header on the east end of the board. --- src/cortexm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cortexm.c') diff --git a/src/cortexm.c b/src/cortexm.c index 364e276..12914d3 100644 --- a/src/cortexm.c +++ b/src/cortexm.c @@ -259,7 +259,7 @@ cortexm_probe(struct target_s *target) PROBE(lpc43xx_probe); PROBE(sam3x_probe); PROBE(nrf51_probe); - PROBE(samd20_probe); + PROBE(samd_probe); PROBE(lmi_probe); PROBE(kinetis_probe); #undef PROBE -- cgit v1.2.3