aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/cortexm.h1
-rw-r--r--src/include/target.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/include/cortexm.h b/src/include/cortexm.h
index f6170b0..f1fc07a 100644
--- a/src/include/cortexm.h
+++ b/src/include/cortexm.h
@@ -123,6 +123,7 @@
#define CORTEXM_DWT_FUNC_FUNC_WRITE (6 << 0)
#define CORTEXM_DWT_FUNC_FUNC_ACCESS (7 << 0)
+bool cortexm_attach(struct target_s *target);
void cortexm_detach(struct target_s *target);
void cortexm_halt_resume(struct target_s *target, bool step);
diff --git a/src/include/target.h b/src/include/target.h
index 100c4a0..50f1ebe 100644
--- a/src/include/target.h
+++ b/src/include/target.h
@@ -224,7 +224,7 @@ bool lpc11xx_probe(struct target_s *target);
bool lpc43xx_probe(struct target_s *target);
bool sam3x_probe(struct target_s *target);
bool nrf51_probe(struct target_s *target);
-bool samd20_probe(struct target_s *target);
+bool samd_probe(struct target_s *target);
bool kinetis_probe(struct target_s *target);
#endif