aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2020-11-04flash: declare local symbols as staticAntonio Borneo9-15/+19
2020-11-04flash/nor/atsamv: fix clang static analyzer warningTomas Vanek1-0/+3
2020-10-28flash/nor/nrf5: unify size of HWIDTomas Vanek1-5/+6
2020-10-28flash/nor/nrf5: improve handling of nRF52 flash errorsTomas Vanek1-2/+2
2020-10-28flash/nor/nrf5: check protection before flash erase/write on nRF51Tomas Vanek1-48/+98
2020-10-28flash/nor/nrf5: fix protection setting on nRF51Tomas Vanek1-26/+50
2020-10-22flash/stm32l4: add support of STM32G4 category 4 devices (G491/G4A1)Tarek BOCHKATI1-1/+18
2020-10-14flash/nor/at91sam4: ATSAMG55x19 Rev.BBenedikt-Alexander Mokroß1-2/+70
2020-09-27Add support of STM32H72x/73x 1M (0x483)Tarek BOCHKATI1-2/+23
2020-09-05flash: use proper format with uint32_tAntonio Borneo38-142/+141
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo30-161/+71
2020-08-09src/flash/nor/virtual: handle null pointersChristopher Head1-13/+5
2020-08-09flash/nor/stm32f2x: clean up data typesChristopher Head1-18/+17
2020-08-09src/flash/nor/stm32h7x: fix format stringsChristopher Head1-11/+11
2020-08-02nor/spi.c: add N25Q032A flash chipMichael Betz1-0/+1
2020-07-26flash: fix minor typo s/fifo's/fifos/Antonio Borneo1-4/+4
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo42-125/+125
2020-07-26src/flash/nor/stm32f2x: fix format stringsChristopher Head1-20/+20
2020-07-21spi: add MX25U1635E flashHellosun Wu1-0/+1
2020-07-13flash/nor/kinetis: fix FCF handlingTomas Vanek1-22/+34
2020-07-13flash/nor/kinetis: use target_get_working_area_avail()Tomas Vanek1-14/+13
2020-07-08coding style: fix space separationAntonio Borneo4-7/+7
2020-07-08coding style: fix print of hex values as decimalAntonio Borneo1-1/+1
2020-07-08flash/nor/w600: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/stmsmi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/stm32h7x: Use 'bool' data typeMarc Schink1-1/+1
2020-07-08flash/nor/sh_qspi: Use 'bool' data typeMarc Schink1-3/+3
2020-07-08flash/nor/pic32mx: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/mrvlqspi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/mdr: Use 'bool' data typeMarc Schink1-3/+3
2020-07-08flash/nor/max32xxx: Use 'bool' data typeMarc Schink1-8/+8
2020-07-08flash/nor/lpcspifi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/jtagspi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/fm3: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/fespi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/em357: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/cfi: Use 'bool' data typeMarc Schink3-17/+17
2020-07-08flash/nor/atsamv: Use 'bool' data typeMarc Schink1-2/+2
2020-07-08flash/nor/ath79: Use 'bool' data typeMarc Schink1-3/+3
2020-07-08flash/nor/at91sam4: Use 'bool' data typeMarc Schink1-132/+132
2020-07-08flash/nor/at91sam3: Use 'bool' data typeMarc Schink1-88/+88
2020-07-08flash/nor/ambiqmicro: Use 'bool' data typeMarc Schink1-9/+9
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink69-746/+767
2020-07-07flash/nor/atsame5: Fix a timeout when erasingMichael Hope1-6/+16
2020-06-14flash/nor/stm32l4x: Fix check for number of argumentsMarc Schink1-1/+1
2020-06-14flash: Add the Freedom E310-G002 SPI FlashAlistair Francis1-1/+2
2020-06-06nor/kinetis: add keep-alive during flash writeAntonio Borneo1-0/+4
2020-05-24flash/nor/sh_qspi: Fix dead assignmentMarc Schink1-1/+1
2020-05-24nor/flash: Add keep_alive() during flash write handlerEdward Fewell1-0/+2
2020-05-24flash/nor/jtagspi: propagate error from jtag_execute_queue()Tomas Vanek1-2/+2