aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/spi_flash/spi_flash.py
Commit message (Expand)AuthorAgeFilesLines
* flashsd: Add support for chitu-v6 (#6671)Bevan Weiss2024-09-051-12/+11
* stm32: Add sdio supportH. Gregor Molter2023-02-201-6/+416
* scripts: Support SDIO in flash-sdcard using split verification stepDonna Whisnant2022-09-111-7/+42
* spi_flash: reduce speed to 400KEric Callahan2022-04-251-1/+1
* spi_flash: validate mcu configurationEric Callahan2022-04-251-5/+21
* spi_flash: support spi protocol changesEric Callahan2022-04-221-8/+22
* spi_flash: Better fallback on MCU protocol changeJustin Schuh2021-11-091-3/+15
* spi_flash: Fix MCU handshake protocolJustin Schuh2021-11-081-1/+1
* spi_flash: Improve Python3 compatibilityKevin O'Connor2021-10-071-5/+6
* spi_flash: Support firmware dictionary validationJustin Schuh2021-07-201-4/+27
* spi_flash: Make SD updates more tolerant of flaky boardsJustin Schuh2021-07-201-22/+53
* serialhdl: Update callers to decide serial fd typeKevin O'Connor2021-03-021-2/+4
* spi_flash: support for firmware upgrades via SD CardArksine2021-02-051-0/+1112