aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/spi_flash/fatfs_api.c
Commit message (Collapse)AuthorAgeFilesLines
* spi_flash: support for firmware upgrades via SD CardArksine2021-02-051-0/+232
This module connects directly to MCU's previously flashed with Klipper, uploads Klipper firmware to an attached SD Card, and performs a device reset to intiate the bootloader's update process. Signed-off-by: Eric Callahan <arksine.code@gmail.com>