Age | Commit message (Expand) | Author | Files | Lines |
2018-02-22 | flash/nor/core: fix Segmentation fault during flash write of bad formed img | Tomas Vanek | 1 | -3/+14 |
2018-02-14 | efm32: Refactor EFM32 chip family data, add more chips | Jonas Norling | 1 | -126/+146 |
2018-02-14 | Add support for Cypress PSoC6 family of devices | Bohdan Tymkiv | 3 | -0/+988 |
2018-02-14 | psoc4: update for 4x00BLE, L, M, S and PRoC BLE devices | Tomas Vanek | 1 | -249/+374 |
2018-02-14 | flash/nor/at91samd: add SAM R30 family | Tomas Vanek | 1 | -12/+13 |
2018-02-04 | flash/nor/kinetis_ke: fix warning retval set but not used | Tomas Vanek | 1 | -2/+1 |
2018-01-30 | flash: nor: jtagspi: fix jtagspi_read_status() warning | Paul Fertser | 1 | -3/+4 |
2018-01-26 | nor/nrf5: added nrf51822 QFAAH2 | Daniel Kucera | 1 | -0/+1 |
2018-01-25 | flash Kinetis: add K27 and K28 devices | Tomas Vanek | 1 | -0/+11 |
2018-01-25 | flash Kinetis: make FCF protection more user friendly | Tomas Vanek | 1 | -8/+47 |
2018-01-25 | flash: nor: stm32l4x: fix warning in probe | Paul Fertser | 1 | -0/+3 |
2018-01-13 | jtagspi: new protocol that includes transfer length | Robert Jordens | 1 | -19/+41 |
2018-01-13 | XCF (Xilinx platfrom flash) support. | barthess | 3 | -0/+900 |
2018-01-13 | flash/startup: make program accept filenames with spaces and other characters | Paul Fertser | 1 | -0/+1 |
2018-01-13 | flash: startup.tcl: do not disable polling when not exiting | Paul Fertser | 1 | -2/+4 |
2017-12-12 | flash/nor/stm32f2x: fix erase on STM32F413/423 | Tomas Vanek | 1 | -4/+10 |
2017-12-12 | flash/nor/stm32f2x: fix protection block size for F767 in dual bank mode | Tomas Vanek | 1 | -1/+2 |
2017-12-06 | flash: Add new stm32h7x driver support | Alexandre Torgue | 3 | -0/+1186 |
2017-12-06 | spi: add n25q256 flash | Robert Jordens | 1 | -48/+50 |
2017-10-23 | Fix GCC7 warnings about string truncation | Freddie Chopin | 2 | -3/+3 |
2017-10-23 | Fix GCC7 warnings about switch-case fallthroughs | Freddie Chopin | 3 | -2/+4 |
2017-10-03 | nrf5: Add nRF52832-QFAA support | Slowcoder | 1 | -0/+3 |
2017-10-03 | nrf51: Rename to nrf5 | Slowcoder | 3 | -280/+306 |
2017-10-03 | nrf51: Refactor device-list | Slowcoder | 1 | -259/+45 |
2017-10-03 | stm32lx.c: Read IDcode at appropriate address. | Uwe Bonnes | 1 | -9/+6 |
2017-10-03 | flash: efm32: add support for EFR-familty (e.g. bluegecko) | Andrea Merello | 1 | -28/+71 |
2017-10-03 | stm32f2x: Fix left shift of negative value | Marc Schink | 1 | -1/+1 |
2017-08-10 | Support for STM32F722, F723, F413 and F423 | Andreas Bolsch | 1 | -56/+220 |
2017-08-10 | stm32l1: Devid 0x429 only has 8bit flash size register | Karl Palsson | 1 | -0/+5 |
2017-07-24 | flash Kinetis: fix probe for FlexNVM partitioned as EEPROM backup | Tomas Vanek | 1 | -3/+11 |
2017-07-24 | flash Kinetis: fix devices with smallest program flash (8 and 16 kB) | Tomas Vanek | 1 | -1/+6 |
2017-06-30 | flash/nor/efm32: Support EZR32HG devices. | Richard Watts | 1 | -1/+5 |
2017-06-17 | flash/nor/tcl: Make read_bank parameters optional | Marc Schink | 1 | -7/+26 |
2017-06-17 | flash/nor/tcl: Respect flash bank boundary in write_bank | Marc Schink | 1 | -5/+24 |
2017-06-17 | flash/nor/tcl: Make write_bank parameter optional | Marc Schink | 1 | -6/+14 |
2017-06-17 | flash/nor/tcl: Respect flash bank boundary in verify_bank | Marc Schink | 1 | -9/+22 |
2017-06-17 | flash Kinetis: Add support for newer KW series | Joakim NohlgÄrd | 1 | -0/+39 |
2017-06-17 | flash Kinetis: add KL28 device | Tomas Vanek | 1 | -21/+118 |
2017-06-17 | flash Kinetis: handle all types of watchdog, disable in reset-init | Tomas Vanek | 1 | -69/+204 |
2017-06-17 | flash Kinetis: implement automatic bank creation based on device probe | Tomas Vanek | 1 | -0/+102 |
2017-06-17 | flash Kinetis: split kinetis_chip from kinetis_flash_bank | Tomas Vanek | 1 | -260/+480 |
2017-06-17 | flash Kinetis: add KV5x family | Tomas Vanek | 1 | -18/+50 |
2017-06-17 | flash Kinetis: add KL8x family, fix erase check | Tomas Vanek | 1 | -8/+28 |
2017-06-17 | flash Kinetis: add KE1xZ and KE1xF families | Tomas Vanek | 1 | -3/+50 |
2017-06-17 | flash/nor: at91samd modified to use real erase sector size | Tomas Vanek | 1 | -49/+34 |
2017-06-17 | flash/nor/at91sam4: remove FWS=6, rename at91samg to atsamg | Tomas Vanek | 1 | -11/+11 |
2017-06-02 | flash: nor: ath79: fix build failure due to recent MIPS changes | Paul Fertser | 1 | -37/+35 |
2017-05-31 | flash: Add support for Atheros (ath79) SPI interface | Tobias Diedrich | 3 | -0/+906 |
2017-05-08 | stm32l4: support flashing L45x/46x devices | Juha Niskanen | 1 | -7/+18 |
2017-05-08 | mips32, add support for micromips in debug mode | Salvador Arroyo | 1 | -31/+31 |