aboutsummaryrefslogtreecommitdiff
path: root/src/samd.c
AgeCommit message (Expand)Author
2015-04-11samd: use new flash interface.Gareth McMullin
2015-03-28Consistently use 'target *t' for target var.Gareth McMullin
2015-03-22Move MIN macro to general.hGareth McMullin
2015-03-17Flatten samd_probe.Gareth McMullin
2015-03-17Whitespace.Gareth McMullin
2015-03-17samd: Simplified samd_flash_write further by always using manual writes.Richard Meadows
2015-03-17samd: Remove low level ADIv5 calls an favour of target_mem_write.Gareth McMullin
2015-03-15Replace adiv5_ap_mem* functions with inline wrappers to target mem*.Gareth McMullin
2015-03-14adiv5: Encode APnDP into register definition.Gareth McMullin
2015-03-14Use size_t for sizes in flash functions. Fix all sign compare warnings.Gareth McMullin
2015-03-01Clean up includes everywhere.Gareth McMullin
2015-01-18Complete refactor of samd20 -> samdRichard Meadows