jlink: add variant "J-Link Lite-ADI"
[fw/openocd] / src / flash /
2014-08-19 Paul Fertserflash/nor/stm32f1x: add STM32F302x6/8 IDs, clarify...
2014-07-10 Thomas SchmidAdding support for the Atmel SAMR21.
2014-07-04 Nemui Trinomiuskinetis : Added Kinetis-K Series MDM-AP ID.
2014-06-22 Andrey Yurovskyflash: samd: add SAMD10 and SAMD11 part IDs
2014-06-22 Paul Fertserflash/nor/tcl.c: fix formatting in "rejected" error...
2014-06-22 Nemui Trinomiusefm32 : Added ZeroGecko family support.
2014-06-19 Nemui Trinomiusstm32f1x: add STM32F33x support.
2014-06-18 Paul Fertserflash/nor/kinetis: prevent segfaulting with an HLA
2014-06-18 Marco Cruzflash/nor/at91sam4: add SAM4E16 support
2014-06-01 Cosmin GorgovanFlash/LPC2000: Add support for auto-probing flash size
2014-06-01 Cosmin GorgovanFlash/LPC2000: Add support for LPC11(x)xx, LPC13xx
2014-06-01 Elliott PartridgeSTM32F2x: Don't clear FLASH_OPTCR bits when locking...
2014-05-31 Paul Fertserflash/nor/stm32f1x: add support for F04x parts
2014-05-16 Aurelien Jacobslpcspifi: setup a valid stack pointer before calling...
2014-05-10 Andrey Smirnovkinetis: Revise CPU un-securing code
2014-05-05 Paul FertserFix some C99 format specifiers
2014-04-27 Spencer Olivernrf51: remove dereference of null pointer
2014-04-08 Paul Fertserflash/nor/at91sam3: remove sam3_page_write_opcodes
2014-03-29 Andrey Smirnovat91smad: Fixes to 'samd_protect'
2014-03-29 Andrey Smirnovat91samd: Bail early if trying to erase protected sector
2014-03-29 Andrey Smirnovat91samd: Bail early if trying to write to protected...
2014-03-29 Andrey Smirnovat91samd: Remove 'first' and 'last' checks in 'samd_erase'
2014-03-29 Paul FertserMove ocl (at91sam7x flash loader) sources to contrib
2014-03-29 Andrey Smirnovnrf51: Fix incorrect flash writing sequence
2014-03-29 Andrey Smirnovnrf51: Remove unnecessary explicit type casting
2014-03-29 Andrey Smirnovnrf51: Add UICR writing support
2014-03-29 Andrey Smirnovnrf51: Add a known devices table and simple chip type...
2014-03-29 Angus GrattonAT91SAM4L: Fix bug when writing to flash at a non-zero...
2014-03-29 Andreas FritiofsonSupport for sam3n0a sam3n0b sam3n00a sam3n00b
2014-03-29 Paul Fertserflash/nor/tcl: fix segfault on write_image misuse
2014-03-17 Jens Hoffmannstm32f2x.c: Add STM32F401xE device id.
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2014-03-17 Andreas Fritiofsonflash/kinetis: Fix bug in odd byte count padding
2014-03-17 Andreas Fritiofsonflash/efm32: Fix bug in odd byte count padding
2014-03-07 Andrey Smirnovnrf51: Fix format string bugs in nrf51_info
2014-03-04 Andrey YurovskyAdd support for the Atmel SAMG53
2014-02-24 Nemui Trinomiusfm3: fix erase flash fail on using High Level Adapters.
2014-02-24 Andrey Smirnovnrf51: Implement the support for Nordic's nRF51 devices
2014-02-24 Joerg FischerEFM32 Wonder Gecko Family support
2014-02-24 Andreas Fritiofsonstm32f1x: Fix option byte flag parsing
2014-02-11 Kuldeep Singh Dhakanor/flash/stm32f1x: add stm32f07x support
2014-02-06 Spencer Oliverflash: declare fixed arrays const
2014-02-04 Paul Fertserflash/nor/mdr.c: fix uninitialised variable warning
2014-02-04 Paul Fertserflash/nor/stm32f1x: fix format specifiers warning
2014-02-04 Nemui Trinomiuskinetis : improve kinetis flash driver.
2014-01-20 Andrey Yurovskyflash: samd: declare const data
2014-01-15 Andrey YurovskyAtmel samd: add support for SAMD21
2014-01-11 Nemui Trinomiuslpc2000: fix LPC810 programming support
2014-01-09 Andrey Yurovskyadd support for Atmel SAMD NOR Flash
2014-01-09 Andrey Yurovskyadd support for Atmel SAM4L NOR Flash
2013-12-30 Steve Moorbytopic: Added Spansion S25FL128S and S25FL256S spifi...
2013-12-22 Per Ekmankinetis : Detect MCU flash parameters based on the...
2013-12-22 Ed MasteAvoid 'may be used uninitialized' warning from FreeBSD...
2013-12-17 Sergey A. Borshchfix flash bank auto_probe() fail with multiple targets
2013-12-14 Spencer Oliverflash: revert incorrect stm32f1 default_padded_value
2013-11-08 Per Ekmankinetis : Add flash sector size detection for K21 MCU.
2013-11-08 Per Ekmankinetis : Add flash read support to the kinetis nor...
2013-11-07 Spencer Olivertarget: use target_buffer_set_u32_array
2013-11-06 Andrey Yurovskystm32l flash: add another device ID
2013-11-06 Nemui Trinomiusfm3: fix Fujitsu MB9Ax family support
2013-11-05 Andreas Fritiofsonlpcspifi: Fix byte order bug
2013-10-31 Andreas Fritiofsonstr9x: Fix byte order bug
2013-10-31 Andreas Fritiofsonstr7x: Fix byte order bug
2013-10-31 Andreas Fritiofsonstm32f1x: Fix byte order bug and remove unnecessary...
2013-10-31 Andreas Fritiofsonpic32mx: Fix byte order bug
2013-10-31 Andreas Fritiofsonlpc2900: Fix byte order bugs and remove unnecessary...
2013-10-31 Andreas Fritiofsonaduc702x: Fix byte order bug
2013-10-31 Andreas FritiofsonRemove unnecessary casts
2013-10-31 Andreas Fritiofsonnand/mx*: Remove unused host endianness flag
2013-10-31 Andreas FritiofsonRemove unnecessary (void *)
2013-10-31 Paul FertserClean up many C99 integer types format specifiers
2013-10-29 Thomas Schmidsam4s flash: fix PLLA frequency calculation if diva > 1
2013-10-29 Nemui Trinomiuslpc2000: Fix flash programming fail on LPC4300 internal...
2013-10-16 Gaëtan Carlierflash: mxc nfc(v1) : fix incorrect address in spare...
2013-10-15 Andreas Fritiofsonlpc288x: Can now use target_write_buffer()
2013-10-15 Andrey Yurovskysam4s flash: remove unused bootstrap routine
2013-10-08 Andreas Fritiofsonstr7x: Improve info text
2013-10-08 Andreas Fritiofsonstm32f2x: Fix sector numbering for dual bank flash...
2013-10-07 Spencer Oliverstm32l: set default padded value
2013-10-07 Spencer Oliverflash: add padded_value cmd
2013-10-07 John David Anglinflash: fix mini51 cygwin build issues
2013-10-07 Sergey A. Borshchfix lpc2000 flash programming fail.
2013-10-07 Andreas Fritiofsonstm32f2x: Detect STM32F42x rev Y
2013-10-03 Andreas Fritiofsonflash/nor: Make info function optional
2013-09-25 Petri Laaksobuild: fix NetBSD build warning
2013-09-13 Nemui Trinomiusflash: add Nuvoton NUC910 series support
2013-09-08 Nemui Trinomiusfm3: add Fujitsu MB9Ax family support
2013-09-08 Nemui Trinomiusatmega: add new target support
2013-09-08 Nemui Trinomiusflash: add NXP LPC800 support
2013-09-08 Cosmin Gorgovanmini51: support for Nuvoton NuMicro Mini51 series flash...
2013-09-08 Spencer Oliverkinetis: add kl flash support
2013-08-29 Spencer Oliverflash: fix stm32f1x dual bank detection
2013-08-15 Andrey Yurovskystm32lx flash: fix flash size for Medium+ devices
2013-08-07 Paul Fertsermdr32fx: support for Milandr's MDR32Fx internal flash...
2013-08-01 Nemui Trinomiusflash: add Winbond w25q80bv spi support
2013-07-26 Paul Fertserlpcspifi: assume flash is unprotected after probing
2013-07-26 Andrey Yurovskystm32f2x flash: add STM32F401 (F4 low power)
2013-07-15 Andreas Fritiofsonflash/stm32*: Sync all device/rev IDs with reference...
2013-07-15 Andreas Fritiofsonflash/stm32*: Rewrite info functions
2013-07-15 Andreas Fritiofsonflash/stm32*: Remove the halted check in protect_check
next