aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-18flash: nor: jtagspi: make read_status report errorsPaul Fertser1-4/+15
2020-05-12flash/nor/bluenrg-x: Minor code cleanupsMarc Schink1-10/+9
2020-05-09coding style: let "else" follow the close braceAntonio Borneo1-2/+1
2020-05-09coding style: add missing space when split stringsAntonio Borneo2-2/+2
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo6-17/+17
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-1/+1
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo9-35/+0
2020-05-09flash/nor/efm32: Some small code cleanupsMarc Schink1-14/+9
2020-05-09flash/nor/avrf: Minor code cleanupsMarc Schink1-15/+11
2020-05-09flash/nor/kinetis: Minor code cleanupsMarc Schink1-34/+26
2020-05-03flash/stm32l4x: always use stm32l4_get_flash_regTarek BOCHKATI1-4/+3
2020-05-03revision id for STM32L4P5/Q5 correctedAndreas Bolsch1-1/+1
2020-04-24flash/nor/stm32l4x: cast wrpxxr_mask to uint16_to to printIlya Kharin1-1/+1
2020-04-21flash/nor: add flash mdw/h/b commandsTomas Vanek1-0/+82
2020-04-21nrf5: Refresh the watchdog while flashingAurélien Martin1-2/+12
2020-04-21nrf5: Include generated loader codeAurélien Martin1-24/+4
2020-04-20flash/nand/core: fix clang static analyzer warningTomas Vanek1-7/+24