aboutsummaryrefslogtreecommitdiff
path: root/src/cortexm.c
diff options
context:
space:
mode:
authorGareth McMullin2015-01-06 22:26:00 +1300
committerGareth McMullin2015-01-06 22:26:00 +1300
commit9c5ffd61f7d654418c76015f0073e4accbf9e004 (patch)
treef33ae3b2cb0e35ff2fb93deb9955970066ce1928 /src/cortexm.c
parentd162e75ceb92de346951b979cee5941bdd6ef651 (diff)
First cut at Freescale Kinetis support.
Diffstat (limited to 'src/cortexm.c')
-rw-r--r--src/cortexm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cortexm.c b/src/cortexm.c
index 3ac960c..731632e 100644
--- a/src/cortexm.c
+++ b/src/cortexm.c
@@ -386,6 +386,7 @@ cortexm_probe(struct target_s *target)
PROBE(nrf51_probe);
PROBE(samd20_probe);
PROBE(lmi_probe);
+ PROBE(kinetis_probe);
#undef PROBE
return true;