aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2018-03-07Added support for STMicroelectronics BlueNRG-1 and BlueNRG-2 SoCMichele Sardo3-0/+552
2018-03-03flash/nor/psoc4: fix protection on devices with 256k flashTomas Vanek1-7/+8
2018-03-03flash/nor/psoc4: fix warningsTomas Vanek1-2/+3
2018-03-03flash/nor/core: fix warning in flash_iterate_address_range_innerTomas Vanek1-4/+7
2018-03-03flash/nor/psoc4: adjust flash size limited by woundingTomas Vanek1-0/+27
2018-02-22flash/nor/core: fix Segmentation fault during flash write of bad formed imgTomas Vanek1-3/+14
2018-02-14efm32: Refactor EFM32 chip family data, add more chipsJonas Norling1-126/+146
2018-02-14Add support for Cypress PSoC6 family of devicesBohdan Tymkiv3-0/+988
2018-02-14psoc4: update for 4x00BLE, L, M, S and PRoC BLE devicesTomas Vanek1-249/+374
2018-02-14flash/nor/at91samd: add SAM R30 familyTomas Vanek1-12/+13
2018-02-04flash/nor/kinetis_ke: fix warning retval set but not usedTomas Vanek1-2/+1
2018-01-30flash: nor: jtagspi: fix jtagspi_read_status() warningPaul Fertser1-3/+4
2018-01-26nor/nrf5: added nrf51822 QFAAH2Daniel Kucera1-0/+1
2018-01-25flash Kinetis: add K27 and K28 devicesTomas Vanek1-0/+11
2018-01-25flash Kinetis: make FCF protection more user friendlyTomas Vanek1-8/+47
2018-01-25flash: nor: stm32l4x: fix warning in probePaul Fertser1-0/+3
2018-01-13jtagspi: new protocol that includes transfer lengthRobert Jordens1-19/+41
2018-01-13XCF (Xilinx platfrom flash) support.barthess3-0/+900
2018-01-13flash/startup: make program accept filenames with spaces and other charactersPaul Fertser1-0/+1
2018-01-13flash: startup.tcl: do not disable polling when not exitingPaul Fertser1-2/+4
2017-12-12flash/nor/stm32f2x: fix erase on STM32F413/423Tomas Vanek1-4/+10
2017-12-12flash/nor/stm32f2x: fix protection block size for F767 in dual bank modeTomas Vanek1-1/+2
2017-12-06flash: Add new stm32h7x driver supportAlexandre Torgue3-0/+1186
2017-12-06spi: add n25q256 flashRobert Jordens1-48/+50
2017-10-23Fix GCC7 warnings about string truncationFreddie Chopin2-3/+3
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin3-2/+4
2017-10-03nrf5: Add nRF52832-QFAA supportSlowcoder1-0/+3
2017-10-03nrf51: Rename to nrf5Slowcoder3-280/+306
2017-10-03nrf51: Refactor device-listSlowcoder1-259/+45
2017-10-03stm32lx.c: Read IDcode at appropriate address.Uwe Bonnes1-9/+6
2017-10-03flash: efm32: add support for EFR-familty (e.g. bluegecko)Andrea Merello1-28/+71
2017-10-03stm32f2x: Fix left shift of negative valueMarc Schink1-1/+1
2017-08-10Support for STM32F722, F723, F413 and F423Andreas Bolsch1-56/+220
2017-08-10stm32l1: Devid 0x429 only has 8bit flash size registerKarl Palsson1-0/+5
2017-07-24flash Kinetis: fix probe for FlexNVM partitioned as EEPROM backupTomas Vanek1-3/+11
2017-07-24flash Kinetis: fix devices with smallest program flash (8 and 16 kB)Tomas Vanek1-1/+6
2017-06-30flash/nor/efm32: Support EZR32HG devices.Richard Watts1-1/+5
2017-06-17flash/nor/tcl: Make read_bank parameters optionalMarc Schink1-7/+26
2017-06-17flash/nor/tcl: Respect flash bank boundary in write_bankMarc Schink1-5/+24
2017-06-17flash/nor/tcl: Make write_bank parameter optionalMarc Schink1-6/+14
2017-06-17flash/nor/tcl: Respect flash bank boundary in verify_bankMarc Schink1-9/+22
2017-06-17flash Kinetis: Add support for newer KW seriesJoakim NohlgÄrd1-0/+39
2017-06-17flash Kinetis: add KL28 deviceTomas Vanek1-21/+118
2017-06-17flash Kinetis: handle all types of watchdog, disable in reset-initTomas Vanek1-69/+204
2017-06-17flash Kinetis: implement automatic bank creation based on device probeTomas Vanek1-0/+102
2017-06-17flash Kinetis: split kinetis_chip from kinetis_flash_bankTomas Vanek1-260/+480
2017-06-17flash Kinetis: add KV5x familyTomas Vanek1-18/+50
2017-06-17flash Kinetis: add KL8x family, fix erase checkTomas Vanek1-8/+28
2017-06-17flash Kinetis: add KE1xZ and KE1xF familiesTomas Vanek1-3/+50
2017-06-17flash/nor: at91samd modified to use real erase sector sizeTomas Vanek1-49/+34