aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32f1x.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-2/+2
2015-02-02Add more STM32F3 IDs in target/stm32f3.cfg.Uwe Bonnes1-1/+18
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
2014-08-19flash/nor/stm32f1x: add STM32F302x6/8 IDs, clarify STM32F302xB/CPaul Fertser1-2/+17
2014-06-19stm32f1x: add STM32F33x support.Nemui Trinomius1-0/+18
2014-05-31flash/nor/stm32f1x: add support for F04x partsPaul Fertser1-0/+15
2014-03-17flash: Constify write bufferAndreas Fritiofson1-4/+4
2014-02-24stm32f1x: Fix option byte flag parsingAndreas Fritiofson1-4/+4
2014-02-11nor/flash/stm32f1x: add stm32f07x supportKuldeep Singh Dhaka1-4/+39
2014-02-04flash/nor/stm32f1x: fix format specifiers warningPaul Fertser1-2/+2
2013-12-14flash: revert incorrect stm32f1 default_padded_valueSpencer Oliver1-3/+0
2013-10-31stm32f1x: Fix byte order bug and remove unnecessary castAndreas Fritiofson1-7/+7
2013-10-07stm32l: set default padded valueSpencer Oliver1-0/+3
2013-07-15flash/stm32*: Sync all device/rev IDs with reference manualsAndreas Fritiofson1-11/+19
2013-07-15flash/stm32*: Rewrite info functionsAndreas Fritiofson1-174/+144
2013-07-15flash/stm32*: Remove the halted check in protect_checkAndreas Fritiofson1-5/+0
2013-06-12stm32: add new stm32f0 device idSpencer Oliver1-1/+3
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-03-06flash: fix stm32 failed probe using incorrect flash sizeSpencer Oliver1-2/+4
2013-03-06stm32: update stm32f1x driver for f0x and f3x option bytesSpencer Oliver1-4/+14
2013-02-25stm32: enable flash bank size overrideSpencer Oliver1-0/+7
2013-02-02armv7m: use ARM_MODE_THREAD core mode for algoorithm'sSpencer Oliver1-1/+1
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver1-1/+1
2012-12-31flash: allow stm32f1x options_write args in any orderSpencer Oliver1-30/+37
2012-12-31flash: use correct stm32f1x option read maskSpencer Oliver1-2/+2
2012-12-31stm32f1x: fix stm32f0/f3 broken unlockSpencer Oliver1-1/+8
2012-12-31stm32f1x: preserve user option byte dataSpencer Oliver1-2/+14
2012-12-31flash: stm32f1x: write option bytes using the loaderSzymon Modzelewski1-60/+19
2012-10-28flash: update stm32 flash driver versionsSpencer Oliver1-4/+8
2012-10-08stm32f1x: Increase options erase timeoutAndreas Fritiofson1-9/+14
2012-10-08flash/nor: make all working area pointers localAndreas Fritiofson1-9/+7
2012-10-02flash: add stm32f3 rev 2 flash supportSpencer Oliver1-0/+8
2012-09-07stlink: issue error for stm32 option writingSpencer Oliver1-0/+8
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 Fritiofson1-117/+52
2012-07-30flash: fix stm32 flash driver typo'sSpencer Oliver1-3/+3
2012-07-30flash: handle zero when reading stm32 flash size regSpencer Oliver1-0/+5
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-05-14flash: blank check use default_flash_blank_checkSpencer Oliver1-1/+1
2012-05-08flash: use correct stm32f0 flash size registerSpencer Oliver1-3/+28
2012-04-30flash: update stm32f0x version infoSpencer Oliver1-1/+5
2012-03-06flash: stm32f1x: add a couple missing stm32x_get_flash_regSzymon Modzelewski1-3/+3
2012-02-26target: add target async algorithm supportSpencer Oliver1-100/+5
2012-02-16Add stm32f0x probe and info workingJonathan Dumaresq1-5/+66
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-221/+101