aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/at91samd.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-07at91samd: Add flash programming support for SAMC2?N* partsKevin Vermilion1-0/+4
2019-02-04flash/nor/at91samd: add samr34j18.Guillaume Revaillot1-0/+3
2019-01-16at91samd: added SAM-DA1 partsSeverin Junker1-0/+22
2018-11-02flash/nor/at91samd: add SAMR21E19A DIDTomas Vanek1-2/+3
2018-07-18Adds SAMD11D14AU flash support.Christopher Hoover1-2/+3
2018-04-10flash/nor/at91sam: implement flash bank deallocation for SAM seriesTomas Vanek1-26/+13
2018-04-06flash/nor/at91samd: Add "nvmuserrow" command.Stefan Arnold1-86/+246
2018-02-14flash/nor/at91samd: add SAM R30 familyTomas Vanek1-12/+13
2017-06-17flash/nor: at91samd modified to use real erase sector sizeTomas Vanek1-49/+34
2017-04-24flash/nor/at91samd: fix chip erase of a secured deviceTomas Vanek1-4/+10
2016-12-08flash/nor: at91samd protection bits write fixTomas Vanek1-40/+43
2016-11-05flash at91samd, at91sam4l: fix improper use of mem_ap_ callTomas Vanek1-3/+8
2016-08-13at91samd: Add Atmel SAMD09 family supportOlaf Lüke1-0/+10
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-05at91samd: Add additional "B Variant" parts from SAMD21 familyPeter D. Gray1-0/+6
2016-05-05at91samd: Atmel SAML22 (segment LCD) family addedTomas Vanek1-0/+16
2016-05-05Add support for Atmel AT91SAMD21E16B (B variant) and a spelling mistake.Peter D. Gray1-2/+3
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson1-2/+2
2015-12-29arm_adi_v5: Change mem_ap calls to take pointer to AP and not DAPAndreas Fritiofson1-3/+2
2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson1-2/+2
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart1-2/+2
2015-11-20flash: at91samd: flash write code cleaningTomas Vanek1-193/+86
2015-11-20flash: at91samd: Add SAML21 variant B device support and fix SAMC20/SAMC21Andreas Loehre1-4/+52
2015-11-20at91samd: handle reset run/halt in DSUTomas Vanek1-0/+42
2015-08-06at91samd: add chip IDs for SAMC20 and SAMC21 familiesAndrey Yurovsky1-0/+37
2015-04-16flash: at91samd: add SAML21 support, fix part ID issueAndrey Yurovsky1-2/+18
2015-04-16Fix several format specifiers errors exposed by arm-none-eabiPaul Fertser1-2/+2
2015-02-11flash/nor/at91samd: add small delay before checking nvm statusAndrej Kazmin1-0/+3
2014-11-24flash: at91samd: fix use of is_erased in checkAndrey Yurovsky1-1/+1
2014-10-06at91samd: fix protect, add EEPROM and boot commandsAndrey Yurovsky1-38/+313
2014-10-06at91samd: add erase/secure commands, minor fixAndrey Yurovsky1-48/+139
2014-08-19flash: samd: add missing ID for SAMD20E18AAndrey Yurovsky1-0/+1
2014-07-10Adding support for the Atmel SAMR21.Thomas Schmid1-0/+13
2014-06-22flash: samd: add SAMD10 and SAMD11 part IDsAndrey Yurovsky1-0/+32
2014-05-05Fix some C99 format specifiersPaul Fertser1-4/+4
2014-03-29at91smad: Fixes to 'samd_protect'Andrey Smirnov1-13/+22
2014-03-29at91samd: Bail early if trying to erase protected sectorAndrey Smirnov1-8/+15
2014-03-29at91samd: Bail early if trying to write to protected sectorAndrey Smirnov1-0/+26
2014-03-29at91samd: Remove 'first' and 'last' checks in 'samd_erase'Andrey Smirnov1-7/+0
2014-03-17flash: Constify write bufferAndreas Fritiofson1-3/+3
2014-01-20flash: samd: declare const dataAndrey Yurovsky1-7/+7
2014-01-15Atmel samd: add support for SAMD21Andrey Yurovsky1-0/+22
2014-01-09add support for Atmel SAMD NOR FlashAndrey Yurovsky1-0/+586