aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/at91samd.c
AgeCommit message (Expand)Author
2020-03-02Add support for SAMD21E17D deviceMichael Stoll
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo
2019-04-07flash/nor/at91samd: set usage for command "set-security"Antonio Borneo
2019-03-27Constify struct flash_driver instancesChristopher Head
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome
2019-02-07at91samd: Add flash programming support for SAMC2?N* partsKevin Vermilion
2019-02-04flash/nor/at91samd: add samr34j18.Guillaume Revaillot
2019-01-16at91samd: added SAM-DA1 partsSeverin Junker
2018-11-02flash/nor/at91samd: add SAMR21E19A DIDTomas Vanek
2018-07-18Adds SAMD11D14AU flash support.Christopher Hoover
2018-04-10flash/nor/at91sam: implement flash bank deallocation for SAM seriesTomas Vanek
2018-04-06flash/nor/at91samd: Add "nvmuserrow" command.Stefan Arnold
2018-02-14flash/nor/at91samd: add SAM R30 familyTomas Vanek
2017-06-17flash/nor: at91samd modified to use real erase sector sizeTomas Vanek
2017-04-24flash/nor/at91samd: fix chip erase of a secured deviceTomas Vanek
2016-12-08flash/nor: at91samd protection bits write fixTomas Vanek
2016-11-05flash at91samd, at91sam4l: fix improper use of mem_ap_ callTomas Vanek
2016-08-13at91samd: Add Atmel SAMD09 family supportOlaf Lüke
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-05at91samd: Add additional "B Variant" parts from SAMD21 familyPeter D. Gray
2016-05-05at91samd: Atmel SAML22 (segment LCD) family addedTomas Vanek
2016-05-05Add support for Atmel AT91SAMD21E16B (B variant) and a spelling mistake.Peter D. Gray
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson
2015-12-29arm_adi_v5: Change mem_ap calls to take pointer to AP and not DAPAndreas Fritiofson
2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart
2015-11-20flash: at91samd: flash write code cleaningTomas Vanek
2015-11-20flash: at91samd: Add SAML21 variant B device support and fix SAMC20/SAMC21Andreas Loehre
2015-11-20at91samd: handle reset run/halt in DSUTomas Vanek
2015-08-06at91samd: add chip IDs for SAMC20 and SAMC21 familiesAndrey Yurovsky
2015-04-16flash: at91samd: add SAML21 support, fix part ID issueAndrey Yurovsky
2015-04-16Fix several format specifiers errors exposed by arm-none-eabiPaul Fertser
2015-02-11flash/nor/at91samd: add small delay before checking nvm statusAndrej Kazmin
2014-11-24flash: at91samd: fix use of is_erased in checkAndrey Yurovsky
2014-10-06at91samd: fix protect, add EEPROM and boot commandsAndrey Yurovsky
2014-10-06at91samd: add erase/secure commands, minor fixAndrey Yurovsky
2014-08-19flash: samd: add missing ID for SAMD20E18AAndrey Yurovsky
2014-07-10Adding support for the Atmel SAMR21.Thomas Schmid
2014-06-22flash: samd: add SAMD10 and SAMD11 part IDsAndrey Yurovsky
2014-05-05Fix some C99 format specifiersPaul Fertser
2014-03-29at91smad: Fixes to 'samd_protect'Andrey Smirnov
2014-03-29at91samd: Bail early if trying to erase protected sectorAndrey Smirnov
2014-03-29at91samd: Bail early if trying to write to protected sectorAndrey Smirnov
2014-03-29at91samd: Remove 'first' and 'last' checks in 'samd_erase'Andrey Smirnov
2014-03-17flash: Constify write bufferAndreas Fritiofson
2014-01-20flash: samd: declare const dataAndrey Yurovsky
2014-01-15Atmel samd: add support for SAMD21Andrey Yurovsky
2014-01-09add support for Atmel SAMD NOR FlashAndrey Yurovsky