aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2024-05-30Merge up to 437dde701c13e707e5fd912ef6403e09052e4d9b from upstreamEvgeniy Naydanov1-1/+0
2024-05-26openocd: drop include of target_type.hAntonio Borneo1-1/+0
2024-04-27Merge up to 04154af5d6cd5fe76a2583778379bdacb5aa6fb0 from upstreamEvgeniy Naydanov4-0/+436
2024-04-01flash/nor/eneispif: support ENE KB1200 ispi flashSteven Chang4-0/+436
2024-03-28Merge up to a35e254c5383008cdacf7838a777f7f17af5eeb1 from upstreamEvgeniy Naydanov1-246/+86
2024-03-10flash/nor/nrf5: drop useless for cycle conditionTomas Vanek1-1/+1
2024-03-09flash/nor/nrf5: use BIT() instead of << operatorTomas Vanek1-4/+5
2024-03-09flash/nor/nrf5: drop nrf5 info commandTomas Vanek1-166/+0
2024-03-09flash/nor/nrf5: drop nrf5_get_probed_chip_if_halted()Tomas Vanek1-44/+53
2024-03-09flash/nor/nrf5: add missing device typesTomas Vanek1-0/+4
2024-03-09flash/nor/nrf5: add missing package codesTomas Vanek1-4/+9
2024-03-09flash/nor/nrf5, target/nrf51: deprecate nrf51 flash driverTomas Vanek1-0/+3
2024-03-09flash/nor/nrf5: drop unused part of HWIDs tableTomas Vanek1-32/+16
2024-03-07Merge up to 07141132a7d787005c0829618a60b4a842be7847 from upstreamEvgeniy Naydanov1-3/+3
2024-02-15portability fix: Switch binary literals to hexSevan Janiyan1-3/+3
2024-01-10Merge commit 'adcc8ef87bc1ed47c95f1f2d23072b2b916e1555' into en-sc/from_upstreamEvgeniy Naydanov2-17/+244
2024-01-06flash/nor/kinetis: add support for NXP S32K seriesDavid Vidrie Leon1-17/+243
2023-12-30flash/nor/stm32f1x: Add support for Geehy APM32F0 seriesMarc Schink1-0/+1
2023-12-22Merge commit '16e9b9c44fa62ea6eec99d1fb7bc43a8f1cc2f7e' into from_upstreamTim Newsome6-61/+32
2023-12-16jtag: Rename 'hasidcode' to 'has_idcode'Marc Schink1-1/+1
2023-12-05Merge commit 'd4575b647a3603200a9bb4a784d170f792ab88d0' into from_upstreamTim Newsome1-2/+4
2023-12-05Merge commit 'a9080087d82688043ca216d50926228d09631297' into from_upstreamTim Newsome1-4/+21
2023-11-27Merge commit '4b1ea8511a7da9d7201df40302e3341c6e97ffdd' into from_upstreamTim Newsome7-54/+175
2023-11-18flash/nor/stmqspi: Use correct command errorsMarc Schink1-10/+10
2023-11-18flash/nor/pic32mx: Remove redundant error messageMarc Schink1-4/+2
2023-11-18flash/nor/stm32l4x: Remove redundant error messagesMarc Schink1-12/+6
2023-11-18flash/nor/stm32h7x: Remove redundant error messagesMarc Schink1-9/+3
2023-11-18flash/nor/stm32f2x: Remove redundant error messagesMarc Schink1-25/+10
2023-11-18nor: rsl10: fix minor coding styleAntonio Borneo1-2/+4
2023-11-06Merge commit '05ee88915520d1dd82da94a016a9374a1f3a8129' into from_upstreamTim Newsome6-16/+6
2023-11-03Merge pull request #947 from riscv/from_upstreamTim Newsome15-54/+1311
2023-10-30Removed deprecated gd32vf103_flashJan Matyas3-54/+0
2023-10-27Merge commit '9f23a1d7c1e27c556ef9787b9d3f263f5c1ecf24' into from_upstreamTim Newsome15-54/+1311
2023-10-27flash/nor/spi: add guide to select proper erase cmdTomas Vanek1-4/+21
2023-10-23Fix build.Tim Newsome1-0/+1
2023-10-23Merge commit 'e17fe4db0f256ee4fb97dcfd6b9f7f55c966b190' into from_upstreamTim Newsome17-118/+106
2023-10-23Merge pull request #935 from riscv/from_upstreamTim Newsome1-30/+19
2023-10-17flash/stm32lx: Revert to upstream version.Tim Newsome1-2/+3
2023-10-16Merge commit '0384fe5d596f42388f8b84d42959d899f29388ab' into from_upstreamTim Newsome1-30/+19
2023-09-23jtagspi/pld: add interface to get support from pld driversDaniel Anselmi1-30/+89
2023-09-23flash/nor: remove useless bank->next = NULLTomas Vanek4-5/+0
2023-09-23flash/nor/at91sam7: fix flash bank allocationTomas Vanek1-4/+26
2023-09-19flash/stm32l4x: support STM32WBA5xx devicesTarek BOCHKATI2-0/+26
2023-09-17flash: npcx: fix memory leak in npcx_flash_bank_commandAntonio Borneo1-0/+1
2023-09-12Merge commit 'ee31f1578a333a75737bc5b183cd4ae98cdaf798' into from_upstreamTim Newsome3-12/+83
2023-09-08flash/nor: add support for Nuvoton NPCX4/K3 series flashLuca Hung1-15/+33
2023-08-29Merge commit 'dfbbfac4d72e247e8094a49c8573b2f49689b6d5' into from_upstreamTim Newsome2-5/+1
2023-08-26target/cortex_m: check core implementor fieldKarl Palsson4-4/+4
2023-08-26efm32: drop unnecessary and incomplete checksKarl Palsson1-12/+0
2023-08-12flash/nor/spi: Improve erase performance on zd25q16Nikolay Dimitrov1-1/+1