aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32l4x.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-02-21Fix support for single-bank stm32l4 processorsArmin van der Togt1-2/+13
2018-12-11flash/nor: Add support for sector erase in stm32l4x.c for L4+ familybob1-27/+78
2018-11-26stm32l4x: Fix stm32l4x dual bank supportAlex J Lennon1-7/+7
2018-09-19Added support for STM32L4X option bytes writing.Thomas Søhus1-177/+235
2018-07-03flash/nor/stm32: Eliminate working area leakChristopher Head1-1/+3
2018-07-03flash/nor/stm32: Report errors in wait_status_busyChristopher Head1-0/+2
2018-04-23flash/nor, contrib/loaders: add stm32 loaders Makefile and generated .incTomas Vanek1-12/+1
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2018-01-25flash: nor: stm32l4x: fix warning in probePaul Fertser1-0/+3
2017-05-08stm32l4: support flashing L45x/46x devicesJuha Niskanen1-7/+18
2017-04-25stm32l4: support flashing L496 devicesJuha Niskanen1-1/+6
2016-10-04STM32L433 Flash supportPeter Kuhar1-0/+7
2016-10-04stm32l4x: fix incorrect device id maskSpencer Oliver1-2/+2
2016-08-14stm32l4: Handle failing flash_size read like on other devices.Uwe Bonnes1-2/+15
2016-05-24Remove FSF address from GPL noticesMarc Schink1-2/+1
2016-05-04 stm32l4x.c: Correct waiting for data.Uwe Bonnes1-7/+8
2016-05-04stm32l4x.c: Use explicit 64-bit flash access as reference manual implies.Uwe Bonnes1-8/+7
2016-05-04stm32l4x.c: Free r6/7 for 64-bit operations.Uwe Bonnes1-4/+4
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-2/+2
2015-10-30Add handling for STM32L4.Uwe Bonnes1-0/+918