From c09cbe8719493f8a9220fa2ac4a224eb67f520f2 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Fri, 22 Jun 2012 23:13:25 +1200 Subject: First cut at an Atmel SAM3X driver. --- src/include/target.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/target.h') diff --git a/src/include/target.h b/src/include/target.h index cb0e34b..37a712a 100644 --- a/src/include/target.h +++ b/src/include/target.h @@ -161,6 +161,7 @@ typedef struct target_s { /* target-defined options */ unsigned target_options; + uint32_t idcode; /* Flash memory access functions */ const char *xml_mem_map; @@ -184,6 +185,7 @@ int stm32f1_probe(struct target_s *target); int stm32f4_probe(struct target_s *target); int lmi_probe(struct target_s *target); int lpc11xx_probe(struct target_s *target); +int sam3x_probe(struct target_s *target); #endif -- cgit v1.2.3