summaryrefslogtreecommitdiff
path: root/kvmd/plugins/msd/relay.py
AgeCommit message (Collapse)Author
2020-11-22refactoringDevaev Maxim
2020-11-12refactoringDevaev Maxim
2020-10-13mypy againDevaev Maxim
2020-10-03common env variablesDevaev Maxim
2020-09-30refactoringDevaev Maxim
2020-09-20Make kvmd compatible with libgpiod 1.2.Oleg Girko
The singular default_val argument of gpiod.Line.request() method was introduced in libgpiod 1.3. For older versions of libgpiod, defailt_vals argument with list value should be used. This argument is available in newer versions of libgpiod as well for compatibility. This change is needed for Debian / Raspbian 10 that have libgpiod 1.2. Signed-off-by: Oleg Girko <[email protected]>
2020-09-18fixed consumer names for libgpiodDevaev Maxim
2020-09-14common gpio path variableDevaev Maxim
2020-09-13refactoring and reuse gpio pulse codeDevaev Maxim
2020-09-13pass close()Devaev Maxim
2020-09-12using libgpiod for the relay msdDevaev Maxim
2020-09-08refactoringDevaev Maxim
2020-09-07ugpio pluginsDevaev Maxim
2020-05-29refactoringDevaev Maxim
2020-05-11lint fixesDevaev Maxim
2020-03-16asyncio.CancelledError is a subclass of BaseException since 3.8Devaev Maxim
2020-03-03atomic fixes, removed tasked and mutedDevaev Maxim
2020-03-02changed region methods to asyncDevaev Maxim
2020-02-29moved AioExclusiveRegion to aiotoolsDevaev Maxim
2019-12-09very common exceptionsDevaev Maxim
2019-11-16fixed exception on msd uploading abortDevaev Maxim
2019-11-07otg msd and big refactoringDevaev Maxim
2019-10-24refactoringDevaev Maxim
2019-10-05cdrom flag; written fixDevaev Maxim
2019-09-28mypy fixDevaev Maxim
2019-09-25extended msd api for future otgDevaev Maxim
2019-09-24preparing to otgDevaev Maxim
2019-09-14logging fixDevaev Maxim
2019-09-12msd pluginsDevaev Maxim