release 2024.0.0
This the fourth major release of the GreatFET software and firmware stacks. As usual, this release contains firmware images in firmware-bin
, host software in host-packages
, and a copy of all sources necessary to build the entire codebase.
Upgrading to this release
You can upgrade the GreatFET host tools to the latest release with:
pip install --upgrade greatfet
After upgrading the host tools, update your GreatFET firmware to the latest release with:
greatfet_firmware --autoflash
Happy hacking!
Changelog
v2024.0.0
GreatFET
- gpio: add support for configuring all gpio pin modes
- uart: fix python KeyError when parity argument not specified
- shell: support versions of IPython >= 3.11
- facedancer: fix usb mass storage example
- shell: fix runtime errors when using uart functionality