aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
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
2014-03-29nrf51: Add UICR writing supportAndrey Smirnov
2014-03-29nrf51: Add a known devices table and simple chip type detection codeAndrey Smirnov
2014-03-29AT91SAM4L: Fix bug when writing to flash at a non-zero offset, add debugAngus Gratton
2014-03-29Support for sam3n0a sam3n0b sam3n00a sam3n00bAndreas Fritiofson
2014-03-29flash/nor/tcl: fix segfault on write_image misusePaul Fertser
2014-03-17stm32f2x.c: Add STM32F401xE device id.Jens Hoffmann
2014-03-17flash: Constify write bufferAndreas Fritiofson
2014-03-17flash/kinetis: Fix bug in odd byte count paddingAndreas Fritiofson
2014-03-17flash/efm32: Fix bug in odd byte count paddingAndreas Fritiofson
2014-03-07nrf51: Fix format string bugs in nrf51_infoAndrey Smirnov
2014-03-04Add support for the Atmel SAMG53Andrey Yurovsky
2014-02-24fm3: fix erase flash fail on using High Level Adapters.Nemui Trinomius
2014-02-24nrf51: Implement the support for Nordic's nRF51 devicesAndrey Smirnov
2014-02-24EFM32 Wonder Gecko Family supportJoerg Fischer
2014-02-24stm32f1x: Fix option byte flag parsingAndreas Fritiofson
2014-02-11nor/flash/stm32f1x: add stm32f07x supportKuldeep Singh Dhaka
2014-02-06flash: declare fixed arrays constSpencer Oliver
2014-02-04flash/nor/mdr.c: fix uninitialised variable warningPaul Fertser
2014-02-04flash/nor/stm32f1x: fix format specifiers warningPaul Fertser
2014-02-04kinetis : improve kinetis flash driver.Nemui Trinomius
2014-01-20flash: samd: declare const dataAndrey Yurovsky
2014-01-15Atmel samd: add support for SAMD21Andrey Yurovsky
2014-01-11lpc2000: fix LPC810 programming supportNemui Trinomius
2014-01-09add support for Atmel SAMD NOR FlashAndrey Yurovsky
2014-01-09add support for Atmel SAM4L NOR FlashAndrey Yurovsky
2013-12-30topic: Added Spansion S25FL128S and S25FL256S spifi devices.Steve Moorby
2013-12-22kinetis : Detect MCU flash parameters based on the SDID register.Per Ekman