aboutsummaryrefslogtreecommitdiff
path: root/src/cortexm.c
diff options
context:
space:
mode:
authorRichard Meadows2015-01-18 22:35:59 +0000
committerRichard Meadows2015-01-18 22:35:59 +0000
commit565795e1680eb2a0f2f5737dddd7df293824ec4a (patch)
tree9d9691c6671070d2c80a0c7931566453037a7818 /src/cortexm.c
parent372606177357a815dd7c484739649b50118ad42e (diff)
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.
Diffstat (limited to 'src/cortexm.c')
-rw-r--r--src/cortexm.c2
1 files changed, 1 insertions, 1 deletions
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