flash/nor/stmsmi: Use 'bool' data type
[fw/openocd] / src / flash /
2020-07-08 Marc Schinkflash/nor/stmsmi: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/stm32h7x: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/sh_qspi: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/pic32mx: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/mrvlqspi: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/mdr: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/max32xxx: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/lpcspifi: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/jtagspi: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/fm3: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/fespi: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/em357: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/cfi: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/atsamv: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/ath79: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/at91sam4: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/at91sam3: Use 'bool' data type
2020-07-08 Marc Schinkflash/nor/ambiqmicro: Use 'bool' data type
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API
2020-07-07 Michael Hopeflash/nor/atsame5: Fix a timeout when erasing
2020-06-14 Marc Schinkflash/nor/stm32l4x: Fix check for number of arguments
2020-06-14 Alistair Francisflash: Add the Freedom E310-G002 SPI Flash
2020-06-06 Antonio Borneonor/kinetis: add keep-alive during flash write
2020-05-24 Marc Schinkflash/nor/sh_qspi: Fix dead assignment
2020-05-24 Edward Fewellnor/flash: Add keep_alive() during flash write handler
2020-05-24 Tomas Vanekflash/nor/jtagspi: propagate error from jtag_execute_qu...
2020-05-18 Paul Fertserflash: nor: jtagspi: make read_status report errors
2020-05-12 Marc Schinkflash/nor/bluenrg-x: Minor code cleanups
2020-05-09 Antonio Borneocoding style: let "else" follow the close brace
2020-05-09 Antonio Borneocoding style: add missing space when split strings
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations
2020-05-09 Antonio Borneocoding style: add parenthesis around the argument of...
2020-05-09 Antonio Borneocoding style: remove useless break after a goto or...
2020-05-09 Marc Schinkflash/nor/efm32: Some small code cleanups
2020-05-09 Marc Schinkflash/nor/avrf: Minor code cleanups
2020-05-09 Marc Schinkflash/nor/kinetis: Minor code cleanups
2020-05-03 Tarek BOCHKATIflash/stm32l4x: always use stm32l4_get_flash_reg
2020-05-03 Andreas Bolschrevision id for STM32L4P5/Q5 corrected
2020-04-24 Ilya Kharinflash/nor/stm32l4x: cast wrpxxr_mask to uint16_to to...
2020-04-21 Tomas Vanekflash/nor: add flash mdw/h/b commands
2020-04-21 Aurélien Martinnrf5: Refresh the watchdog while flashing
2020-04-21 Aurélien Martinnrf5: Include generated loader code
2020-04-20 Tomas Vanekflash/nand/core: fix clang static analyzer warning
2020-04-13 tscn92flash/nor/efm32: Chip support extension (EFM32GG12B...
2020-04-12 Antonio Borneoflash/nor/nrf5: pass unsigned char to isalnum()
2020-04-05 Sasha Kozarukflash/stm32h7x: Use proper flash regs base for bank 1
2020-04-05 Marc Schinkflash/nor/cfi: Minor code cleanups
2020-04-05 Tarek BOCHKATIflash/stm32f1x: fix maximum flash size for some devices
2020-04-05 Edward Fewellflash/nor: Change missing protect_check message from...
2020-03-24 Lars Poeschelavrf.c: Add ATmega256RFR2 to known flash list
2020-03-24 Lars Poeschelavrf.c: Use extended addressing for flash > 0x20000
2020-03-23 Tarek BOCHKATIflash/stm32l4x: add support of STM32WB3x devices
2020-03-23 Tarek BOCHKATIflash/stm32l4x: add support of STM32WLEx devices
2020-03-20 Tarek BOCHKATIflash/stm32h7x: use proper data type (bool) for has_dua...
2020-03-17 Christopher Headflash/nor: check fill pattern fits in word size
2020-03-16 Tarek BOCHKATIflash/startup.tcl: add STM32G0 and G4 aliases
2020-03-16 Andreas BolschFlash driver for STM32G0xx and STM32G4xx
2020-03-10 Tarek BOCHKATIflash/stm32h7x: fix bank sizes for devices with trimmed...
2020-03-07 Edward Fewellflash/nor: update support for TI MSP432 devices
2020-03-07 luca vincibluenrg-x: simplyfied the driver
2020-03-07 luca vincibluenrg-x: added support for BlueNRG-LP device
2020-03-07 Tomas Vanekhelper/binarybuffer: fix clang static analyzer warnings
2020-03-07 Tomas Vanekflash/nor/numicro: use flash infrastructure to align...
2020-03-07 Tomas Vanekflash/nor/fm4,tms470: fix clang static analyzer warnings
2020-03-07 Tomas Vaneksrc/flash/nor/at91sam3|4l|7: fix clang static analyzer...
2020-03-07 Marc Schinkflash/nor/stm32f1x: Group and cleanup device list
2020-03-02 Tarek BOCHKATIflash/stm32h7x: add support of STM32H7Ax/H7Bx devices
2020-03-02 Michael StollAdd support for SAMD21E17D device
2020-02-24 Antonio Borneocoding style: fix space around pointer's asterisk
2020-02-24 Marc Schinkflash/nor/stm32l4x: Minor code cleanups
2020-02-24 Marc Schinkflash/nor/stm32h7x: Minor code cleanups
2020-02-23 Tarek BOCHKATIflash/nor/tcl.c: add filld command to write double...
2020-02-23 Tomas Vanekflash/nor/stm32l4x: lock flash after error
2020-02-23 Christopher Headflash/stm32h7x: use alignment infrastructure
2020-02-23 Marc Schinkflash/nor/stm32f1x: Some small code cleanups
2020-02-23 Christopher Headflash/nor/stm32h7x: check OPTCHANGEERR
2020-02-23 Christopher Headflash/nor/stm32h7x: fix incorrect array indexing
2020-02-15 Antonio Borneocoding style: use ARRAY_SIZE() when possible
2020-02-15 Marc Schinkflash/nor/stm32lx: Minor code cleanups
2020-02-13 Tarek BOCHKATIflash/stm32lx: mention explicitly that this driver...
2020-02-13 Tarek BOCHKATIflash/startup.tcl: update stm32 flash driver aliases
2020-02-08 Frank Hunlethefm32: add EFR32ZG13P and EFR32ZG14P parts
2020-02-06 Marek Vasutflash/nor: Add Renesas RPC HF driver
2020-02-06 Marek Vasutflash/nor: Export various functions from the CFI core
2020-01-27 Tomas Vanekflash/nor/stm32l4x: fix minor errors in flash write...
2020-01-27 Tomas Vanekflash/nor/stm32l4x: use flash infrastructure to align...
2020-01-27 Marek Vasutflash/nor/nrf5: Fix build error on OSX
2020-01-22 Marek Vasutflash/nor/sh_qspi: Add SH QSPI driver
2020-01-16 Marek Vasutflash/nor: Rename flash_address() to cfi_flash_address()
2020-01-16 Marek Vasutflash/nor: Rename get_cfi_info() to cfi_get_info()
2020-01-16 Marek Vasutflash/nor: Allow CFI memory read/write functions be...
2020-01-16 Marek Vasutflash/nor: Drop size argument of cfi_target_{read,write...
2020-01-16 Marek Vasutflash/nor: Pass flash_bank to memory accessors
2020-01-16 Tarek BOCHKATIflash/nor/stm32l4x: add support of STM32L4P5/L4Q5x...
2020-01-16 Tarek BOCHKATIflash/nor: add support of STM32WB on top STM32L4 flash...
2020-01-16 Tarek BOCHKATIflash/nor: add support of STM32L41/L42xx
2020-01-16 Tarek BOCHKATIflash/nor/stm32l4x : add structure containers to hold...
2020-01-05 Marek Vasutflash/nor: Factor out CFI memory read/write functions
2020-01-05 Marek Vasutflash/nor: Factor out cfi_spansion_unlock_seq()
2020-01-03 Keir Fraserflash/nor/stm32f2x: Support value line chips with trimm...
next