aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Merge commit 'dfbbfac4d72e247e8094a49c8573b2f49689b6d5' into from_upstreamTim Newsome2-5/+1
2023-07-12Merge commit 'a3ed12401b1f7d9578fb7da881d3504e07acfc27' into from_upstreamTim Newsome2-1109/+523
2023-05-04Merge commit '228fe7300c7df7aa05ba2c0bc19edde6d0156401' into from_upstreamTim Newsome8-103/+208
2023-04-04flash/nor/spi: Move mt25ql02 to match upstream.Tim Newsome1-1/+1
2023-03-16Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstreamTim Newsome127-1830/+1319
2023-03-06flash: Remove duplicate entry for micron mt25qu01.Tim Newsome1-1/+0
2023-02-28Merge commit 'd1b882f2c014258be5397067e45848fa5465b78b' into from_upstreamTim Newsome4-53/+68
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-27flash: fix clang static analyzer build errors (#778)Tim Newsome2-5/+0
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