aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2020-09-07Add support for GD32VF103 flash (#518)ZL2WRW3-0/+1350
2020-08-18Create `riscv repeat_read` command (#510)Tim Newsome1-1/+2
2020-06-30Fix formatting.Tim Newsome1-3/+2
2020-06-23Merge branch 'master' into from_upstreamTim Newsome47-2013/+4404
2020-06-23flash/nor/spi: add micron MT25QU01G (#487)Jaehoon Park1-0/+1
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
2020-04-13flash/nor/efm32: Chip support extension (EFM32GG12B Giant)tscn921-0/+1
2020-04-12flash/nor/nrf5: pass unsigned char to isalnum()Antonio Borneo1-3/+7
2020-04-05flash/stm32h7x: Use proper flash regs base for bank 1Sasha Kozaruk1-5/+10
2020-04-05flash/nor/cfi: Minor code cleanupsMarc Schink1-45/+30
2020-04-05flash/stm32f1x: fix maximum flash size for some devicesTarek BOCHKATI1-2/+18
2020-04-05flash/nor: Change missing protect_check message from WARN to Info.Edward Fewell1-1/+1
2020-03-27Fix some clang static checker complaints. (#464)Tim Newsome1-16/+16
2020-03-24avrf.c: Add ATmega256RFR2 to known flash listLars Poeschel1-0/+1
2020-03-24avrf.c: Use extended addressing for flash > 0x20000Lars Poeschel1-0/+15
2020-03-23flash/stm32l4x: add support of STM32WB3x devicesTarek BOCHKATI1-0/+15
2020-03-23flash/stm32l4x: add support of STM32WLEx devicesTarek BOCHKATI2-2/+24
2020-03-20flash/stm32h7x: use proper data type (bool) for has_dual_bankTarek BOCHKATI1-8/+8
2020-03-19Add support for HiFive1 RevB board (#456)Jonathan Tinkham1-1/+2
2020-03-17flash/nor: check fill pattern fits in word sizeChristopher Head1-0/+5
2020-03-16flash/startup.tcl: add STM32G0 and G4 aliasesTarek BOCHKATI1-1/+3
2020-03-16Flash driver for STM32G0xx and STM32G4xxAndreas Bolsch3-146/+384
2020-03-10flash/stm32h7x: fix bank sizes for devices with trimmed flashTarek BOCHKATI1-28/+49
2020-03-07flash/nor: update support for TI MSP432 devicesEdward Fewell2-113/+123
2020-03-07bluenrg-x: simplyfied the driverluca vinci3-339/+185
2020-03-07bluenrg-x: added support for BlueNRG-LP deviceluca vinci1-56/+163
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek1-1/+1
2020-03-07flash/nor/numicro: use flash infrastructure to align writeTomas Vanek1-19/+4