aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2012-09-07flash: fix sam3 page read/write address computation errorChuen Chou1-2/+2
2012-08-29Pic32mx: make row programming work with any offsetSalvador Arroyo1-8/+44
2012-08-29kinetis: bugfix in kinetis_write() fallback pathAndreas Fritiofson1-1/+7
2012-08-29kinetis: ensure flash writes are not truncatedChristopher Kilgour1-11/+54
2012-08-29Patch: Make pic32mx unlock work at higher scan frequenciesSalvador Arroyo1-0/+2
2012-08-24cfi: fix type-punning warnings in cfi_spansion_write_blockAndreas Fritiofson1-9/+9
2012-08-24build: fix clang warningsMartin Nowak1-1/+1
2012-08-24flash: remove lpc2000 clang warningsSpencer Oliver1-4/+4
2012-08-24tcl: fix potential memory leaksSpencer Oliver1-10/+11
2012-08-24build: fix memory leaksSpencer Oliver3-5/+16
2012-08-24flash: fix FC_FLEX_RAM class code pathSpencer Oliver1-0/+2
2012-08-01flash: stm32f1x: Pad odd byte writes early to avoid 16-bit writesAndreas Fritiofson1-54/+49
2012-07-30flash: reduce code duplication in stm32 flash probeAndreas Fritiofson3-171/+90
2012-07-30flash: fix stm32 flash driver typo'sSpencer Oliver3-7/+7
2012-07-30flash: handle zero when reading stm32 flash size regSpencer Oliver3-0/+15
2012-07-30flash: stm32l handle flash size read failureSpencer Oliver1-2/+5
2012-07-30flash: add stm32l Revision X supportSpencer Oliver1-0/+4
2012-07-30flash: don't write to FLASH_CR in stm32x_write_blockAndreas Fritiofson1-16/+15
2012-07-11flash: add stm32f3x supportSpencer Oliver1-0/+56
2012-06-26topic: flash: description/id added for ATSAM3SD8CMike Crowe1-0/+43
2012-06-26Changed SAM4S Erase for effective Sector eraseOlivier Schonken1-1/+4
2012-06-26kinetis: update support for all program flash granularitiesChristopher Kilgour1-222/+412
2012-06-26AT91SAM7 Flash: fixed redundant assignation warningMirela Tauciuc1-5/+5
2012-05-21flash/nor/driver.h: typo fixChristopher Kilgour1-1/+1
2012-05-14flash: blank check use default_flash_blank_checkSpencer Oliver9-15/+8
2012-05-14flash: fix protect check for pic32mx1x/2x familySpencer Oliver1-2/+7
2012-05-14cfi: fix write_bank segfault with spansion flash on armv7mAurelien Jacobs1-13/+16
2012-05-14cfi: fix cfi arch check regressionSpencer Oliver1-1/+1
2012-05-14cfi: check supported archSpencer Oliver1-9/+9
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver6-44/+44
2012-05-08flash: use correct stm32f0 flash size registerSpencer Oliver1-3/+28
2012-05-04build: remove clang unused variable assignment warningsSpencer Oliver2-4/+3
2012-05-04build: remove clang unused variable increments warningsSpencer Oliver2-2/+0
2012-04-30flash: update stm32f0x version infoSpencer Oliver1-1/+5
2012-04-26SAM3X - Added support for at91sam3x8h-ES, fixed CIDR for ES2 and productionOlivier Schonken1-0/+43
2012-04-26topic: Added support for the SAM4S variantsOlivier Schonken3-0/+2313
2012-04-24topic: Fixed a clang Dead assignment warning.Linus Tolke1-1/+1
2012-04-13STM32L: Write partial-page flash data after full-page dataMathias K1-0/+1
2012-04-10topic: add reset functions for SWDSimon Qian1-2/+3
2012-03-30topic: Flash support for Pic32mx1xx/2xxSalvador Arroyo1-6/+54
2012-03-19Add warn message if no flash bank found for the current image address.Mathias K1-0/+1
2012-03-14flash: Fix flash write algorithm on pflash only devices.Mathias K1-1/+0
2012-03-13topic: Added support for the SAM3X/A variantsOlivier Schonken1-16/+369
2012-03-11flash: retire unused eCos flash driverØyvind Harboe3-428/+0
2012-03-06flash: stm32f1x: add a couple missing stm32x_get_flash_regSzymon Modzelewski1-3/+3
2012-03-06flash: Additional check for NULL in str9xpec enable_turboFredrik Hederstierna1-5/+8
2012-03-06SAM3: Remove unused reference to SUPC registersAttila Kinali1-4/+0
2012-03-06SAM3: Add missing architecture names for SAM3S and SAM3NAttila Kinali1-0/+7
2012-03-06SAM3S: correct flash sector sizes.Attila Kinali1-18/+18
2012-02-29Fix assert to check flash programming offsetAttila Kinali1-1/+1