Releases: adamgreig/ffp
Release v1.3.2
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 formatffp_firmware.bin
: FFP firmware image in raw binary formatffp_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
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 formatffp_firmware.bin
: FFP firmware image in raw binary formatffp_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
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 formatffp_firmware.bin
: FFP firmware image in raw binary formatffp_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.