aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/at91sam4l.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-08flash/nor/at91sam: implement flash bank deallocation for SAM seriesTomas Vanek1-27/+14
2016-11-05flash at91samd, at91sam4l: fix improper use of mem_ap_ callTomas Vanek1-4/+9
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson1-3/+3
2015-12-29arm_adi_v5: Change mem_ap calls to take pointer to AP and not DAPAndreas Fritiofson1-4/+3
2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson1-3/+3
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart1-3/+3
2015-04-14AT91SAM4L: handle reset run/halt in SMAPTomas Vanek1-7/+43
2014-05-05Fix some C99 format specifiersPaul Fertser1-5/+5
2014-03-29AT91SAM4L: Fix bug when writing to flash at a non-zero offset, add debugAngus Gratton1-2/+8
2014-03-17flash: Constify write bufferAndreas Fritiofson1-3/+3
2014-02-06flash: declare fixed arrays constSpencer Oliver1-4/+4
2014-01-09add support for Atmel SAM4L NOR FlashAndrey Yurovsky1-0/+668