aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32h7x.c
AgeCommit message (Expand)Author
2020-03-10flash/stm32h7x: fix bank sizes for devices with trimmed flashTarek BOCHKATI
2020-03-02flash/stm32h7x: add support of STM32H7Ax/H7Bx devicesTarek BOCHKATI
2020-02-24flash/nor/stm32h7x: Minor code cleanupsMarc Schink
2020-02-23flash/stm32h7x: use alignment infrastructureChristopher Head
2020-02-23flash/nor/stm32h7x: check OPTCHANGEERRChristopher Head
2020-02-23flash/nor/stm32h7x: fix incorrect array indexingChristopher Head
2020-01-02flash/nor/stm32h7: (minor) use proper variable names and enhance loggingTarek BOCHKATI
2019-12-07target/stm32h7x: add support of dual core variant of STM32H7Tarek BOCHKATI
2019-11-27flash/nor/stm32h7x: remove options cache and some driver enhancementsTarek BOCHKATI
2019-11-27flash/nor/stm32h7x: fix option bytes handling to work with both banksTarek BOCHKATI
2019-11-27flash/nor/stm32h7x: remove stm32x_options.protection2Tarek BOCHKATI
2019-09-08flash/nor/stm32h7x: remove unused 'pages_per_sector' from stm32h7x_part_infoTarek BOCHKATI
2019-09-08flash/nor/stm32h7x: remove flash size information from device nameTarek BOCHKATI
2019-06-13flash/stm32h7x: fix register names to comply with RM0399 Rev2 and RM0433 Rev6Tarek BOCHKATI
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-05-04stm32h7x: fix incorrect indentationChristopher Head
2019-05-04flash/nor/stm32h7x: use of wait queue flag instead of the busy flagTarek BOCHKATI
2019-04-10flash/stm32h7x: include IO_HSLV in user3_optionsChristopher Head
2019-03-27Constify struct flash_driver instancesChristopher Head
2019-03-14flash/stm32h7x: remove IWDG1_SW separate variableChristopher Head
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome
2018-07-03flash/nor/stm32h7: Fix incorrect commentChristopher Head
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
2017-12-06flash: Add new stm32h7x driver supportAlexandre Torgue