aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
2014-11-24flash: at91samd: fix use of is_erased in checkAndrey Yurovsky
2014-11-24at91sam4: Adding support for the AT91SAM4S4A.Thomas Schmid
2014-11-24flash/nor/lpcspifi.c: fix bug that prevented clean reset after flash writeAnders
2014-11-24lpc2000: Added LPC1500 series flash programming support.Nemui Trinomius
2014-11-24nrf51: fix checks for is_erasedJim Paris
2014-11-24nrf51: verify that UICR needs erasing before triggering an error about itJim Paris
2014-11-24nrf51: fix UICR eraseJim Paris
2014-11-24nrf51: fix UICR region sizeJim Paris
2014-10-06stm32: add mass erase support for STM32LRĂ©mi PRUD'HOMME
2014-10-06flash/nor/stellaris: implement protection statuses and proceduresPaul Fertser
2014-10-06flash/nor/stellaris: actually enable protection and unprotection with ICDIPaul Fertser
2014-10-06flash: constify driver data structuresSpencer Oliver
2014-10-06nuc1x: fix typosSpencer Oliver
2014-10-06at91samd: fix protect, add EEPROM and boot commandsAndrey Yurovsky
2014-10-06at91samd: add erase/secure commands, minor fixAndrey Yurovsky
2014-09-22flash/nor/tcl.c: Do not double probe banksAndrey Smirnov
2014-09-22flash/nor: add mrvlqspi flash controller driverMahavir Jain
2014-09-22flash/nor/spi: Add Winbond w25q32fv flash supportMahavir Jain
2014-09-15flash: added new Spansion S25FL116K, S25FL132K, and S25FL164K devicesAnders
2014-09-15stm32lx: don't allow part_info to be uninitializedAndrey Yurovsky
2014-09-08stm32f2x: added STM32F411xx series support.Nemui Trinomius
2014-09-08flash/nor/stellaris: add all Tiva C parts IDsPaul Fertser
2014-09-08flash/nor/stellaris: improve support for Tiva C (Blizzard and Snowflake)Paul Fertser
2014-08-19stm32lx: refactor and add support for STM32L0xxAndrey Yurovsky
2014-08-19flash: samd: add missing ID for SAMD20E18AAndrey Yurovsky
2014-08-19flash/nor/stm32f1x: add STM32F302x6/8 IDs, clarify STM32F302xB/CPaul Fertser
2014-07-10Adding support for the Atmel SAMR21.Thomas Schmid
2014-07-04kinetis : Added Kinetis-K Series MDM-AP ID.Nemui Trinomius
2014-06-22flash: samd: add SAMD10 and SAMD11 part IDsAndrey Yurovsky
2014-06-22flash/nor/tcl.c: fix formatting in "rejected" error messagePaul Fertser
2014-06-22efm32 : Added ZeroGecko family support.Nemui Trinomius
2014-06-19stm32f1x: add STM32F33x support.Nemui Trinomius
2014-06-18flash/nor/kinetis: prevent segfaulting with an HLAPaul Fertser
2014-06-18flash/nor/at91sam4: add SAM4E16 supportMarco Cruz
2014-06-01Flash/LPC2000: Add support for auto-probing flash sizeCosmin Gorgovan
2014-06-01Flash/LPC2000: Add support for LPC11(x)xx, LPC13xxCosmin Gorgovan
2014-06-01STM32F2x: Don't clear FLASH_OPTCR bits when locking registerElliott Partridge
2014-05-31flash/nor/stm32f1x: add support for F04x partsPaul Fertser
2014-05-16lpcspifi: setup a valid stack pointer before calling ROM code using stackAurelien Jacobs
2014-05-10kinetis: Revise CPU un-securing codeAndrey Smirnov
2014-05-05Fix some C99 format specifiersPaul Fertser
2014-04-27nrf51: remove dereference of null pointerSpencer Oliver
2014-04-08flash/nor/at91sam3: remove sam3_page_write_opcodesPaul 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-29Move ocl (at91sam7x flash loader) sources to contribPaul Fertser
2014-03-29nrf51: Fix incorrect flash writing sequenceAndrey Smirnov
2014-03-29nrf51: Remove unnecessary explicit type castingAndrey Smirnov