aboutsummaryrefslogtreecommitdiff
path: root/contrib/loaders/flash
AgeCommit message (Expand)AuthorFilesLines
2023-12-14contrib/loaders/flash: remove unused gd32vf103.incEvgeniy Naydanov1-8/+0
2023-11-27Merge commit '4b1ea8511a7da9d7201df40302e3341c6e97ffdd' into from_upstreamTim Newsome4-123/+199
2023-10-23Merge commit 'e17fe4db0f256ee4fb97dcfd6b9f7f55c966b190' into from_upstreamTim Newsome1-1/+1
2023-09-08flash/nor: add support for Nuvoton NPCX4/K3 series flashLuca Hung4-123/+199
2023-07-12Merge commit 'a3ed12401b1f7d9578fb7da881d3504e07acfc27' into from_upstreamTim Newsome5-0/+184
2023-04-14flash/rsl10: fix typoMark Zhuang1-1/+1
2023-03-16Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstreamTim Newsome113-1423/+279
2023-01-15flash/nor, contrib/loaders: move numicro M0 write assembly to contrib/loadersJian-Hong Pan5-2/+80
2023-01-15flash/nor, contrib/loaders: move numicro M4 write assembly to contrib/loadersJian-Hong Pan3-0/+106
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo18-18/+18
2022-09-13src/flash/nor: flash driver for RSL10Toms Stūrmanis3-0/+60
2022-09-13contrib: add GPL license tag on files that miss itAntonio Borneo23-0/+46
2022-09-13contrib: replace the GPLv2-or-later license tagAntonio Borneo49-668/+98
2022-09-13contrib: replace the BSD-3-Clause license tagAntonio Borneo29-752/+62
2022-09-13openocd: fix syntax of SPDX tagsAntonio Borneo6-10/+10
2022-05-03Merge branch 'master' into from_upstreamTim Newsome3-0/+65
2022-04-24flash/stm32f1x: add support for RISC-V GigaDevice GD32VF103Tomas Vanek3-0/+65
2021-12-03flash/nor/fespi: algorithm, large address, errorsTim Newsome8-125/+498
2021-11-30Merge branch 'master' into from_upstreamTim Newsome2-14/+37
2021-11-03flash/nor/stm32lx: fixed writes at high adapter speedsJimmy2-19/+37
2021-10-05Merge branch 'master' into from_upstreamTim Newsome10-113/+942
2021-09-12flash/stm32l4x: fix flash programming in 64-bit hostsTarek BOCHKATI1-0/+2
2021-09-02flash/stm32l4x: switch to to c loader instead of assembly loaderTarek BOCHKATI4-113/+205
2021-09-02flash/nor: add support for Nuvoton NPCX series flashWealian Liao6-0/+735
2020-12-31Merge branch 'master' into from_upstreamTim Newsome18-0/+1910
2020-11-08Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interfaceAndreas Bolsch18-0/+1910
2020-10-15Merge branch 'master' into from_upstream_histogramTim Newsome13-21/+21
2020-09-07Add support for GD32VF103 flash (#518)ZL2WRW1-0/+8
2020-07-26contrib: fix minor typosAntonio Borneo13-21/+21
2020-06-23Merge branch 'master' into from_upstreamTim Newsome17-149/+641
2020-05-03loaders/flash/nrf5: add CPU type to loader sourceTomas Vanek1-0/+1
2020-05-02coding style: contrib: remove empty lines at end of text filesAntonio Borneo5-5/+0
2020-04-21nrf5: Comment the flash loaderAurélien Martin1-0/+11
2020-04-21nrf5: Refresh the watchdog while flashingAurélien Martin2-2/+6
2020-04-21nrf5: Include generated loader codeAurélien Martin3-0/+86
2020-03-16Flash driver for STM32G0xx and STM32G4xxAndreas Bolsch2-46/+60
2020-03-07bluenrg-x: simplyfied the driverluca vinci5-97/+40
2020-03-07bluenrg-x: added support for BlueNRG-LP deviceluca vinci5-25/+62
2020-03-02flash/stm32h7x: add support of STM32H7Ax/H7Bx devicesTarek BOCHKATI2-39/+47
2020-02-24coding style: add newline at end of text filesAntonio Borneo1-1/+1
2020-01-27flash/nor/stm32l4x: fix minor errors in flash write/async algoTomas Vanek1-1/+1
2020-01-22flash/nor/sh_qspi: Add SH QSPI driverMarek Vasut4-0/+393
2019-12-07target/stm32h7x: add support of dual core variant of STM32H7Tarek BOCHKATI1-1/+1
2019-11-15fespi: Properly support large flash devices (#421)Tim Newsome3-68/+88
2019-09-27Merge branch 'master' into from_upstreamTim Newsome2-9/+10
2019-09-25Use more idiomatic assembly for flash code. (#410)Tim Newsome3-104/+2
2019-09-23The stack is relative to the program. (#409)Tim Newsome3-7/+7
2019-09-09Fix flashing HiFive Unleashed (#402)Tim Newsome5-125/+189
2019-07-09Redo fespi flash algorithm (#384)Tim Newsome7-26/+417
2019-05-04flash/nor/stm32h7x: use of wait queue flag instead of the busy flagTarek BOCHKATI2-9/+10