Skip to content

Releases: adamgreig/ffp

Release v1.3.2

24 Jul 01:58
Compare
Choose a tag to compare

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.

Release v1.3.1

26 Apr 02:41
Compare
Choose a tag to compare

This release adds SWO support to 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.

Release v1.3.0

20 Apr 02:38
Compare
Choose a tag to compare

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.