flash/nor/stm32xx: fix segfault accessing Cortex-M part number
[fw/openocd] / src / flash / nor / stm32h7x.c
2022-02-25 Tomas Vanekflash/nor/stm32xx: fix segfault accessing Cortex-M...
2021-11-23 Antonio Borneoopenocd: use unique name for struct command_registration
2021-11-13 Tarek BOCHKATIflash/stm32h7x: don't read flash size using the H74...
2021-11-13 Tarek BOCHKATIflash/stm32h7x: avoid using magic numbers for device ids
2021-08-14 Marc Schinkflash/nor: Do not update 'is_erased'
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-06-13 Jan Matyasflash/nor: improved API of flash_driver.info & fixed...
2020-09-27 Tarek BOCHKATIAdd support of STM32H72x/73x 1M (0x483)
2020-09-05 Antonio Borneoflash: avoid checking for non NULL pointer to free it
2020-08-09 Christopher Headsrc/flash/nor/stm32h7x: fix format strings
2020-07-08 Marc Schinkflash/nor/stm32h7x: Use 'bool' data type
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API
2020-04-05 Sasha Kozarukflash/stm32h7x: Use proper flash regs base for bank 1
2020-03-20 Tarek BOCHKATIflash/stm32h7x: use proper data type (bool) for has_dua...
2020-03-10 Tarek BOCHKATIflash/stm32h7x: fix bank sizes for devices with trimmed...
2020-03-02 Tarek BOCHKATIflash/stm32h7x: add support of STM32H7Ax/H7Bx devices
2020-02-24 Marc Schinkflash/nor/stm32h7x: Minor code cleanups
2020-02-23 Christopher Headflash/stm32h7x: use alignment infrastructure
2020-02-23 Christopher Headflash/nor/stm32h7x: check OPTCHANGEERR
2020-02-23 Christopher Headflash/nor/stm32h7x: fix incorrect array indexing
2020-01-02 Tarek BOCHKATIflash/nor/stm32h7: (minor) use proper variable names...
2019-12-07 Tarek BOCHKATItarget/stm32h7x: add support of dual core variant of...
2019-11-27 Tarek BOCHKATIflash/nor/stm32h7x: remove options cache and some drive...
2019-11-27 Tarek BOCHKATIflash/nor/stm32h7x: fix option bytes handling to work...
2019-11-27 Tarek BOCHKATIflash/nor/stm32h7x: remove stm32x_options.protection2
2019-09-08 Tarek BOCHKATIflash/nor/stm32h7x: remove unused 'pages_per_sector...
2019-09-08 Tarek BOCHKATIflash/nor/stm32h7x: remove flash size information from...
2019-06-13 Tarek BOCHKATIflash/stm32h7x: fix register names to comply with RM039...
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-05-04 Christopher Headstm32h7x: fix incorrect indentation
2019-05-04 Tarek BOCHKATIflash/nor/stm32h7x: use of wait queue flag instead...
2019-04-10 Christopher Headflash/stm32h7x: include IO_HSLV in user3_options
2019-03-27 Christopher HeadConstify struct flash_driver instances
2019-03-14 Christopher Headflash/stm32h7x: remove IWDG1_SW separate variable
2019-03-08 Tim Newsomeflash/nor: use target_addr_t for flash bank base
2018-07-03 Christopher Headflash/nor/stm32h7: Fix incorrect comment
2018-07-03 Christopher Headflash/nor/stm32: Eliminate working area leak
2018-07-03 Christopher Headflash/nor/stm32: Report errors in wait_status_busy
2018-04-23 Tomas Vanekflash/nor, contrib/loaders: add stm32 loaders Makefile...
2018-04-04 Tomas Vanekflash/nor: implement flash bank deallocation in drivers...
2017-12-06 Alexandre Torgueflash: Add new stm32h7x driver support