aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2023-03-18flash/nor/at91samd: add missing SAMR34/35 part numbersAndrew Lalaev1-0/+4
2023-03-18flash/nor/at91samd: fix RAM size for SAMR34/35Andrew Lalaev1-2/+2
2023-02-18flash/nor/spi: add 25pe{10/20/40/80/16}Daniel Anselmi1-0/+5
2023-02-12new SPI memory devices, continuation code for manufacturer idAndreas Bolsch1-9/+64
2023-02-03flash/nor/stm32l4x: Add revision 'Z' for STM32L552/562 devicesMarc Schink1-1/+1
2023-02-03flash/nor/spi: Add some zbit flash chips.Daniel Serpell1-0/+7
2023-01-21flash/nor/psoc4: drop jtag_poll_mask() from flash writeTomas Vanek1-5/+0
2023-01-15flash/nor/stm32l4x: Add revision 'X' and 'C' for STM32U575/585 devicesMarc Schink1-0/+1
2023-01-15flash/nor, contrib/loaders: move numicro M0 write assembly to contrib/loadersJian-Hong Pan1-57/+2
2023-01-15flash/nor, contrib/loaders: move numicro M4 write assembly to contrib/loadersJian-Hong Pan1-56/+1
2023-01-15flash: support Nuvoton M541 & NUC442/472 seriesZale Yu1-81/+253
2023-01-15flash/nor/numicro: reorder the parts listZale Yu1-998/+349
2023-01-15flash/stm32l4x: avoid multiple assignmentsTarek BOCHKATI1-1/+2
2023-01-15flash/nor/rp2040: make SPI flash ID detection optionalTomas Vanek1-22/+33
2023-01-15flash/nor/spi: Add issi is25lq040b to device listFawaz Tirmizi1-0/+1
2023-01-15flash/nor/avrf: add ATmega32U4 supportKyle Schwarz1-0/+1
2022-12-17at91samd: wait for nvm readyDan Stahlke1-1/+25
2022-12-03flash: lpc2900: fix clang error 'dead assignment'Antonio Borneo1-2/+2
2022-11-28flash/nor/stm32lx: Add revision '1, X' for Cat.2 devicesMarc Schink1-1/+1
2022-11-15Fix for segfault and some clang reported problems in stmqspiAndreas Bolsch1-16/+14
2022-11-15flash/nor/stm32f1x: adjust size of the flash loader bufferSimon Smiganovski1-1/+1
2022-11-11flash: stmqspi: fix clang error 'dead assignment'Antonio Borneo1-1/+0
2022-10-08flash/nor/at91samd: Use 32-bit register writes for ST-Link compatKeith Packard1-1/+2
2022-10-08flash/nor/rp2040: fix setting spTomas Vanek1-5/+8
2022-09-27flash/nor/rp2040: remove new line from error messageTomas Vanek1-1/+1
2022-09-27flash/nor/rp2040: use LOG_TARGET_xxx to show core nameTomas Vanek1-2/+1
2022-09-27flash/nor/rp2040: check target halted before flash operationTomas Vanek1-1/+19
2022-09-27flash/nor/rp2040: fix flash erase timeoutTomas Vanek1-8/+11
2022-09-27flash/nor/rp2040: fix size of flash write bufferTomas Vanek1-1/+5
2022-09-27flash/nor/rp2040: fix memory leak of target stack workareaTomas Vanek1-25/+57
2022-09-27flash/nor/rp2040: preparatory refactoringTomas Vanek1-29/+40
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo96-96/+96
2022-09-17flash/nor/stm32lx: Add revision 'X' for Cat.4/3 devicesMarc Schink1-1/+1
2022-09-17flash/nor/rsl10: Check return valueToms Stūrmanis1-0/+2
2022-09-13flash/nor: move variable's declaration in C fileAntonio Borneo6-30/+30
2022-09-13flash/nor/npcx: make local symbols staticAntonio Borneo1-1/+1
2022-09-13src/flash/nor: flash driver for RSL10Toms Stūrmanis3-0/+844
2022-09-13openocd: remove recently added CamelCase symbolsAntonio Borneo1-3/+3
2022-09-01flash/nor/kinetis: fix clang scan-build error format-truncationErhan Kurubas1-1/+1
2022-08-27flash/nor/bluenrg-x: clarify target algo stack usageTomas Vanek1-10/+19
2022-08-27flash/nor/nrf5: don't misuse uint32_t for refcountTomas Vanek1-1/+1
2022-08-27flash/nor/core: remove unused defineTomas Vanek1-2/+0
2022-08-27flash/nor: remove empty command definitionsAntonio Borneo3-64/+0
2022-08-27flash: nor: use binary prefixes consistentlyPaul Fertser10-27/+27
2022-08-15target: add API to temporarily mask target pollingAntonio Borneo1-3/+3
2022-08-08flash/nor: remove useless setting of bus_width and chip_widthTomas Vanek3-15/+2
2022-08-08fix Kinetis 100 MHz rev 1.x programmingMartin Hierholzer1-0/+39
2022-08-01flash/nor/fespi: check target typeTomas Vanek1-0/+6
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo110-1429/+220
2022-07-23openocd: src: fix incorrect SPDX tagsAntonio Borneo2-2/+4