Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@Peter-van-Tol Peter-van-Tol released this 29 Dec 21:34
· 75 commits to main since this release

Support for Raspberry Pi 5 added (using spidev only at this moment).

For this version the configuration file has to be changed. The section watchdog: {} has to be added to the configuration in order to compile the firmware. Optionally, one can specify an enable out pin. See for more information the watchdog documentation

  • cli:
    • install_toolchain: OpenOCD compiled with support for the libgpiod-driver. Required for support of the Raspberry PI (#64).
    • install_toolchain: Fixed issue with 64-bit OS on RaspberryPi.
    • flash_firmware: Added configuration for libgpiod-driver. Auto-detects whether a Raspberry Pi 5 is used and changes to the new configuration in that case (#64).
  • driver:
    • watchdog: Watchdog requires configuration. Optional an enable out pin can be set for the Watchdog (#65).
    • HUB75HAT: Corrected pinout (#68)
    • gpio: Fixed issue with configurations with either all inputs or all outputs (#70)