aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2020-03-07flash/nor/fm4,tms470: fix clang static analyzer warningsTomas Vanek2-3/+6
2020-03-07src/flash/nor/at91sam3|4l|7: fix clang static analyzer warningsTomas Vanek3-7/+4
2020-03-07flash/nor/stm32f1x: Group and cleanup device listMarc Schink1-37/+37
2020-03-02flash/stm32h7x: add support of STM32H7Ax/H7Bx devicesTarek BOCHKATI1-63/+113
2020-03-02Add support for SAMD21E17D deviceMichael Stoll1-0/+17
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo3-4/+4
2020-02-24flash/nor/stm32l4x: Minor code cleanupsMarc Schink1-9/+6
2020-02-24flash/nor/stm32h7x: Minor code cleanupsMarc Schink1-9/+6
2020-02-23flash/nor/tcl.c: add filld command to write double-word with 64-bit valueTarek BOCHKATI1-4/+22
2020-02-23flash/nor/stm32l4x: lock flash after errorTomas Vanek1-22/+31
2020-02-23flash/stm32h7x: use alignment infrastructureChristopher Head1-24/+8
2020-02-23flash/nor/stm32f1x: Some small code cleanupsMarc Schink1-9/+6
2020-02-23flash/nor/stm32h7x: check OPTCHANGEERRChristopher Head1-1/+8
2020-02-23flash/nor/stm32h7x: fix incorrect array indexingChristopher Head1-1/+1
2020-02-15coding style: use ARRAY_SIZE() when possibleAntonio Borneo3-4/+3
2020-02-15flash/nor/stm32lx: Minor code cleanupsMarc Schink1-9/+6
2020-02-13flash/stm32lx: mention explicitly that this driver covers STM32 L0 and L1Tarek BOCHKATI2-1/+5
2020-02-13flash/startup.tcl: update stm32 flash driver aliasesTarek BOCHKATI1-15/+8
2020-02-08efm32: add EFR32ZG13P and EFR32ZG14P partsFrank Hunleth1-0/+2
2020-02-06flash/nor: Add Renesas RPC HF driverMarek Vasut3-0/+651
2020-02-06flash/nor: Export various functions from the CFI coreMarek Vasut2-26/+49
2020-01-27flash/nor/stm32l4x: fix minor errors in flash write/async algoTomas Vanek1-11/+12
2020-01-27flash/nor/stm32l4x: use flash infrastructure to align writeTomas Vanek1-19/+8
2020-01-27flash/nor/nrf5: Fix build error on OSXMarek Vasut1-1/+1
2020-01-22flash/nor/sh_qspi: Add SH QSPI driverMarek Vasut3-0/+915
2020-01-16flash/nor: Rename flash_address() to cfi_flash_address()Marek Vasut1-51/+51
2020-01-16flash/nor: Rename get_cfi_info() to cfi_get_info()Marek Vasut1-2/+2
2020-01-16flash/nor: Allow CFI memory read/write functions be overridenMarek Vasut2-4/+20
2020-01-16flash/nor: Drop size argument of cfi_target_{read,write}_memory()Marek Vasut1-24/+24