aboutsummaryrefslogtreecommitdiff
path: root/src/sam3x.c
AgeCommit message (Expand)Author
2015-04-11sam3x: Update to use new buffered flash interface.Gareth McMullin
2015-04-11sam3x: simplify probe function.Gareth McMullin
2015-04-01sam3x: add SAM3U supportFlorian Larysch
2015-03-28Consistently use 'target *t' for target var.Gareth McMullin
2015-03-15Replace adiv5_ap_mem* functions with inline wrappers to target mem*.Gareth McMullin
2015-03-15Consolidate target_mem_read* and target_mem_write* methods.Gareth McMullin
2015-03-14Use size_t for sizes in flash functions. Fix all sign compare warnings.Gareth McMullin
2015-03-05SAM4S: Erase flash in 8K instead of 16K chunks.David Lawrence
2015-03-01Clean up includes everywhere.Gareth McMullin
2015-01-26Merge pull request #72 from dlaw/masterGareth McMullin
2015-01-23Add support for SAM4 erase commandDavid Lawrence
2015-01-22SAM3S supportMartin Knoll
2015-01-12SAM4S supportDavid Lawrence
2013-06-17Fix trailing whitespace everywhere.Gareth McMullin
2013-05-18Add support for Atmel SAM3N devices.Gareth McMullin
2012-11-03Probe function return bool, true if device identified.Gareth McMullin
2012-06-25Made SAM3X monitor commands static.Gareth McMullin
2012-06-24Added monitor commands to set GPNVM bits on SAM3X.Gareth McMullin
2012-06-23Added flash erase function for Atmel SAM3X.Gareth McMullin
2012-06-22First cut at an Atmel SAM3X driver.Gareth McMullin