target/mips64: Replace printf() with LOG_ERROR()
[fw/openocd] / src / flash /
2021-07-02 Antonio Borneoflash: rename CamelCase symbols
2021-07-02 Antonio Borneoflash/nor/cfi: fix CamelCase symbols in cfi_spansion_pr...
2021-06-27 Marc Schinkflash/nor/stm32l4: Fix stm32l4_probe()
2021-06-18 Tarek BOCHKATIflash/stm32fxx.c: do not read CPUID as this info is...
2021-06-18 Tarek BOCHKATItarget/arm: optimize architecture flags
2021-06-13 Jan Matyasflash/nor: improved API of flash_driver.info & fixed...
2021-06-04 R. DiezAvoid non-standard conditionals with omitted operands.
2021-05-29 Antonio Borneoopenocd: use macro ARRAY_SIZE()
2021-05-22 Antonio Borneoflash: fix some minor typo
2021-05-22 Tarek BOCHKATIflash/stm32l4x: add missing break statement
2021-05-11 Marc Schinkflash/nor/xcf: Do not use 'Yoda conditions'
2021-05-08 Antonio Borneotelnet/auto-complete: hide deprecated and internal...
2021-05-02 Peter Lawrencetcl/board: add pico-debug support
2021-05-02 asier70flash/nor/stm32f1x: Add support for GD32F1x0/3x0
2021-05-01 Tim NewsomeCleanup of config/includes.
2021-04-22 Marc Schinkflash/nor/nrf5: Fix data types and const correctness
2021-04-22 Marc Schinkflash/nor/numicro: Use 'bool' data type
2021-04-18 Antonio Borneohelper/command: pass command prefix to command registration
2021-03-24 Tarek BOCHKATIflash/stm32l4x: probe tzen and rdp values
2021-03-24 Tarek BOCHKATIflash/stm32l4x: introduce stm32l4_part_info.flags for...
2021-03-24 Tarek BOCHKATIflash/stm32l4x: enhance protect handler to use efficien...
2021-03-24 Tarek BOCHKATIstm32l4x: add OTP support for STM32 G0/G4/L4/L4+/L5...
2021-03-24 Tomas Vanekflash/nor/atsame5: add SAME51G18A and SAME51G19A devices
2021-03-24 Mischa Studerflash/nor/cfi: fix uninitialized write-mem pointer
2021-03-19 Rene Kitabuild: remove warnings with gcc 11
2021-03-19 Antonio Borneostartup.tcl: remove commands already deprecated in...
2021-03-16 Raúl Sanchez Silesflash/stm32l4x: zero init stm32l4_flash_bank struct...
2021-03-10 Marc Schinkflash/nor/stmqspi: Replace macros with static inline...
2021-03-10 Marc Schinkflash/nand/lpc32xx: Remove typedef'd struct
2021-01-18 Tarek BOCHKATIflash/stmqspi: fix build error with -Werror=maybe-unini...
2021-01-13 Antonio Borneoopenocd: fix doxygen parameters of functions
2021-01-13 Antonio Borneoopenocd: fix incorrect doxygen comments
2021-01-13 Antonio Borneoflash/nor/max32xxx: fix path of include file
2020-12-26 Luca LindhorstCorrect warning message
2020-12-09 Antonio Borneoflash/nor/stmsmi: fix compile error with clang 12.0.0
2020-12-09 Tarek BOCHKATIflash/nor/sfdp|stmqspi: fix build issue with clang...
2020-11-15 Tomas Vanekflash/nor/stm32f1x: fix error message
2020-11-15 Tarek BOCHKATIstm32l4x: cosmetic simplification of get_stm32l4_info
2020-11-15 Tarek BOCHKATIflash/stm32l4x: STM32L55/L56xx basic support (non-secur...
2020-11-15 Tarek BOCHKATIflash/stm32l4x: introduce table with register offsets
2020-11-15 Tomas Vanekflash/nor/psoc6: remove setting of xPSR.T bit from...
2020-11-15 Antonio Borneocortex_m: use the new enum ARMV7M_REGSEL_name
2020-11-15 Antonio Borneoflash/stmqspi: minor fixes on coding style
2020-11-08 Andreas BolschFlash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI...
2020-11-07 Marc Schinktarget/image: Use proper data types
2020-11-04 Antonio Borneoflash: declare local symbols as static
2020-11-04 Tomas Vanekflash/nor/atsamv: fix clang static analyzer warning
2020-10-28 Tomas Vanekflash/nor/nrf5: unify size of HWID
2020-10-28 Tomas Vanekflash/nor/nrf5: improve handling of nRF52 flash errors
2020-10-28 Tomas Vanekflash/nor/nrf5: check protection before flash erase...
2020-10-28 Tomas Vanekflash/nor/nrf5: fix protection setting on nRF51
2020-10-22 Tarek BOCHKATIflash/stm32l4: add support of STM32G4 category 4 device...
2020-10-14 Benedikt-Alexander... flash/nor/at91sam4: ATSAMG55x19 Rev.B
2020-09-27 Tarek BOCHKATIAdd support of STM32H72x/73x 1M (0x483)
2020-09-05 Antonio Borneoflash: use proper format with uint32_t
2020-09-05 Antonio Borneoflash: avoid checking for non NULL pointer to free it
2020-08-09 Christopher Headsrc/flash/nor/virtual: handle null pointers
2020-08-09 Christopher Headflash/nor/stm32f2x: clean up data types
2020-08-09 Christopher Headsrc/flash/nor/stm32h7x: fix format strings
2020-08-02 Michael Betznor/spi.c: add N25Q032A flash chip
2020-07-26 Antonio Borneoflash: fix minor typo s/fifo's/fifos/
2020-07-26 Antonio Borneoflash: fix typos and duplicated words
2020-07-26 Christopher Headsrc/flash/nor/stm32f2x: fix format strings
2020-07-21 Hellosun Wuspi: add MX25U1635E flash
2020-07-13 Tomas Vanekflash/nor/kinetis: fix FCF handling
2020-07-13 Tomas Vanekflash/nor/kinetis: use target_get_working_area_avail()
2020-07-08 Antonio Borneocoding style: fix space separation
2020-07-08 Antonio Borneocoding style: fix print of hex values as decimal
2020-07-08 Marc Schinkflash/nor/w600: Use 'bool' data type
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
next