klipper/scripts/spi_flash
Kevin O'Connor e590bc87d8 spi_flash: Don't import mcu module
Avoid using mcu.CommandQueryWrapper() and mcu.CommandWrapper()
classes.  Instead, implement local variants of these classes.  This
will make it easier to modify the mcu classes without fear of breaking
the spi_flash code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2026-01-20 11:34:21 -05:00
..
board_defs.py spi_flash: add timestamp to firmware filenames on sdcard upload (#7063) 2025-09-29 20:24:13 -04:00
fatfs_api.c spi_flash: support for firmware upgrades via SD Card 2021-02-05 19:37:56 -05:00
fatfs_api.h spi_flash: FATFS fix missing long filenames support needed by flash-sdcard.sh (#6981) 2025-07-27 12:09:11 -04:00
fatfs_lib.py spi_flash: FATFS fix missing long filenames support needed by flash-sdcard.sh (#6981) 2025-07-27 12:09:11 -04:00
spi_flash.py spi_flash: Don't import mcu module 2026-01-20 11:34:21 -05:00