Skip to content

Releases: adamgreig/spidap

Release v0.1.0

07 Mar 03:57
202ec26
Compare
Choose a tag to compare

In this release:

  • Initial release of SPIDAP. Basic SPI flash functionality provided.

The following pre-built files are available:

  • spidap_linux_x86_64: spidap software for Linux (64-bit)
  • spidap_windows_x86_64.exe: spidap software for Windows (64-bit)

spidap recommends libusb be installed; on Linux it should suffice to install libusb-1.0, on Windows download the pre-built DLLs from libusb.info and either install them system-wide or put them in the same directory as your executable. Without libusb, only the slower HID-based CMSIS-DAPv1 protocol is available.