aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32l4x.c
AgeCommit message (Expand)Author
2020-02-24flash/nor/stm32l4x: Minor code cleanupsMarc Schink
2020-02-23flash/nor/stm32l4x: lock flash after errorTomas Vanek
2020-01-27flash/nor/stm32l4x: fix minor errors in flash write/async algoTomas Vanek
2020-01-27flash/nor/stm32l4x: use flash infrastructure to align writeTomas Vanek
2020-01-16flash/nor/stm32l4x: add support of STM32L4P5/L4Q5x devicesTarek BOCHKATI
2020-01-16flash/nor: add support of STM32WB on top STM32L4 flash driverTarek BOCHKATI
2020-01-16flash/nor: add support of STM32L41/L42xxTarek BOCHKATI
2020-01-16flash/nor/stm32l4x : add structure containers to hold devices' informationTarek BOCHKATI
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-03-27Constify struct flash_driver instancesChristopher Head
2019-02-21Fix support for single-bank stm32l4 processorsArmin van der Togt
2018-12-11flash/nor: Add support for sector erase in stm32l4x.c for L4+ familybob
2018-11-26stm32l4x: Fix stm32l4x dual bank supportAlex J Lennon
2018-09-19Added support for STM32L4X option bytes writing.Thomas Søhus
2018-07-03flash/nor/stm32: Eliminate working area leakChristopher Head
2018-07-03flash/nor/stm32: Report errors in wait_status_busyChristopher Head
2018-04-23flash/nor, contrib/loaders: add stm32 loaders Makefile and generated .incTomas Vanek
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek
2018-01-25flash: nor: stm32l4x: fix warning in probePaul Fertser
2017-05-08stm32l4: support flashing L45x/46x devicesJuha Niskanen
2017-04-25stm32l4: support flashing L496 devicesJuha Niskanen
2016-10-04STM32L433 Flash supportPeter Kuhar
2016-10-04stm32l4x: fix incorrect device id maskSpencer Oliver
2016-08-14stm32l4: Handle failing flash_size read like on other devices.Uwe Bonnes
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-04 stm32l4x.c: Correct waiting for data.Uwe Bonnes
2016-05-04stm32l4x.c: Use explicit 64-bit flash access as reference manual implies.Uwe Bonnes
2016-05-04stm32l4x.c: Free r6/7 for 64-bit operations.Uwe Bonnes
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz
2015-10-30Add handling for STM32L4.Uwe Bonnes