aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2015-04-14AT91SAM4L: handle reset run/halt in SMAPTomas Vanek1-7/+43
2015-04-14flash/nor/lpc2000: free allocated working area when target_write failsPaul Fertser1-1/+3
2015-04-14flash/nor/lpc2000: properly free working area used in get_lpc2000_part_id()Paul Fertser1-0/+3
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser1-2/+2
2015-04-14lpc2000: Removed cmd51_can_xxxxb variables.Nemui Trinomius1-34/+1
2015-04-14Added Atmel SAM4SA16C chip (chip ID 0x28a70ce0).Patrick Noffke1-0/+44
2015-03-25flash/nor: mrvlqspi: fix printf formatting issuesMahavir Jain1-9/+10
2015-03-25flash/nor/kinetis: do not attempt mass-erase in place of a bank erasePaul Fertser1-17/+0
2015-03-09flash/nor/stellaris: allow to recover a locked device that can't be examinedPaul Fertser1-5/+5
2015-03-09flash/nor/stellaris: remove dead assignmentPaul Fertser1-1/+1
2015-03-09flash/nor/sim3x: remove dead assignmentPaul Fertser1-1/+0
2015-03-09lpc2000: Add LPC407x/8x flash size auto detectionNemui Trinomius1-4/+26
2015-03-09atmega: add support for the at90usb128 flashOlivier Esver1-0/+1
2015-02-28psoc4 flash driver: cleaned printf PRI... formatsTomas Vanek1-23/+26
2015-02-24nrf51: Update known devices table.Theodore A. Roth1-21/+153
2015-02-24flash/nor/spi: add GigaDevice SPI flashdmitry pervushin1-0/+1
2015-02-12flash/nor/stm32lx: add all the IDs and revisions from current RMPaul Fertser1-7/+26
2015-02-11flash/nor/at91samd: add small delay before checking nvm statusAndrej Kazmin1-0/+3
2015-02-11flash/startup: extend "program" command to accept "exit"Paul Fertser1-13/+23
2015-02-11sim3x: new flash driver for Silabs SiM3 microcontroller familyAndreas Bomholtz3-1/+1141
2015-02-11nrf51 - Add async loader. Performance on nrf51822QAA/stlink-v2 from ~3.5KiB/s...Angus Gratton1-88/+177
2015-02-11mini51: support for Nuvoton NuMicro M051 series flash memoryPawel Si1-217/+350
2015-02-11lpc2000: add chip IDs for LPC11U6x/LPC11E6xMichael Brown1-0/+22
2015-02-11psoc4: support for Cypress PSoC 41xx/42xx familyTomas Vanek3-1/+801
2015-02-04stm32lx: do not attempt mass-erase in-place of first bank eraseJussi Kivilinna1-3/+0
2015-02-04flash/nor/stm32lx: use 0 base to autodetect second bank locationPaul Fertser1-2/+2
2015-02-04flash/nor/stm32l: unify waiting for busy flag functionsPaul Fertser1-39/+11
2015-02-04flash/nor/stm32l: fix mass erasePaul Fertser1-6/+41
2015-02-04flash/nor/stm32f2x: add new revisions of STM32F4x partsPaul Fertser1-0/+8
2015-02-04Subject: [PATCH] update src/flash/nor/stm32f2x.cRémi PRUD’HOMME1-0/+9
2015-02-02Add more STM32F3 IDs in target/stm32f3.cfg.Uwe Bonnes1-1/+18
2015-01-30stm32f2x: Fix byte order bug.Jens Bauer1-3/+3
2015-01-30flash/nor/kinetis: pull SRST low during mass erasePaul Fertser1-0/+12
2015-01-26stm32f07/9: Both devices have 256 kByte Flash Maximum.Uwe Bonnes1-7/+0
2015-01-26stm32f0x: Remove duplicate code for revision string.Uwe Bonnes1-50/+20
2015-01-26stm32f09x: Print info in get_stm32x_info.Uwe Bonnes1-0/+14
2015-01-26flash/nor/stm32f1: Add handling of stm32f09, nearly same as stm32f07.Uwe Bonnes1-0/+8
2015-01-15flash: add AT91SAM4SD16C deviceJörg Wunsch1-0/+44
2015-01-15lpc2000: Improve lpc2000 flash driver.Nemui Trinomius1-9/+99
2015-01-09flash: fix kinetis driver typosSpencer Oliver1-2/+2
2014-11-24lpc2000: ignore status of part ID IAP commandGrigori Goronzy1-4/+8
2014-11-24flash: at91samd: fix use of is_erased in checkAndrey Yurovsky1-1/+1
2014-11-24at91sam4: Adding support for the AT91SAM4S4A.Thomas Schmid1-0/+34
2014-11-24flash/nor/lpcspifi.c: fix bug that prevented clean reset after flash writeAnders1-1/+2
2014-11-24lpc2000: Added LPC1500 series flash programming support.Nemui Trinomius1-6/+54
2014-11-24nrf51: fix checks for is_erasedJim Paris1-2/+2
2014-11-24nrf51: verify that UICR needs erasing before triggering an error about itJim Paris1-0/+6
2014-11-24nrf51: fix UICR eraseJim Paris1-5/+7
2014-11-24nrf51: fix UICR region sizeJim Paris1-1/+1
2014-10-06stm32: add mass erase support for STM32LRémi PRUD'HOMME1-4/+177