aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/at91sam4l.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-25armv7m.h: relax dependency from 'arm_adi_v5.h'Antonio Borneo1-0/+1
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-3/+0
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-1/+1
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-15/+17
2020-03-07src/flash/nor/at91sam3|4l|7: fix clang static analyzer warningsTomas Vanek1-0/+1
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-1/+2
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-1/+2
2018-04-10flash/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