Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Releases: extra2000/vitis-ledxor

v1.1.1

16 Aug 05:17
Compare
Choose a tag to compare

1.1.1 (2022-08-16)

Documentations

  • README: allow non-root R/W access to GPIO and change to non-root systemd unit (0128956)

v1.1.0

02 Aug 12:59
Compare
Choose a tag to compare

1.1.0 (2022-08-02)

Features

  • engine: add shutdown feature to ensure mainloop properly exit (c47dedc)

Code Refactoring

  • engine.hpp: remove unused LED namespace (6a39118)
  • engine: reduce event_wait() duration from 10 seconds to 1 second (0172ad8)
  • engine: simplify event dumping into print_event_info() (604c328)
  • main: move the mainloop into a separate thread because the event_wait() is sleeping the thread which halts ASIO (107e8c9)

v1.0.0

02 Aug 09:19
Compare
Choose a tag to compare

1.0.0 (2022-08-02)

Features

  • initial implementations (978167a)

Documentations

  • README: update README.md (88eced7)

Continuous Integrations

  • add AppVeyor with semantic-release (82ad34d)