Skip to content

Release v1.3.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 01:58

This release fixes reset pin behaviour in the CMSIS-DAP implementation in the FFP firmware. The host software is unchanged.

The following pre-built files are available:

  • ffp_linux_x86_64: FFP control software for Linux (64-bit)
  • ffp_windows_x86_64.exe: FFP control software for Windows (64-bit)
  • ffp_windows_i686.exe: FFP control software for Windows (32-bit)
  • ffp_firmware.elf: FFP firmware image in ELF format
  • ffp_firmware.bin: FFP firmware image in raw binary format
  • ffp_firmware.dfu: FFP firmware image in DfuSe format

FFP control software requires 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.

To bootload the firmware using dfu-util, run:

$ ffp bootload
$ dfu-util -a 0 -D ffp_firmware.dfu

See firmware/README.md for more details.