mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Update feed [ iopsys ] package [ peripheral_manager ]
-------------------------------------------------------------------------------
* 4763b55 If state is the same as what has already been applied, don't do anything.
* 27b0656 sk9822: Add brightness capability
* 44a458c Add advanced LED indicators for button-press
-------------------------------------------------------------------------------
commit 4763b55173a50c572ef91ae4c9889d37200a3997
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2021-02-19 13:15:03 +0100
If state is the same as what has already been applied, don't do anything.
This is a workaround for a bug in the Broadcom CLED driver which causes
flickering of LED:s when brightness is repeatedly set.
Base directory -> /
src/gpio_led.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 27b06566339f22ec0fdc3c71bb9e45c7b22cad86
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2021-01-29 10:38:07 +0100
sk9822: Add brightness capability
When using the sk9822 interface we can set the brightness via an updated
kernel module.
This commit adds support for using the updated API.
Base directory -> /
src/gpio_led.c | 35 ++++++++++++++++++++++++++++++++++-
1 file changed, 34 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 44a458c77543da8f7b97cc5e7c11fa16b986831e
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2021-01-29 10:42:27 +0100
Add advanced LED indicators for button-press
On some products it's necessary to disable the button indicators for certain
buttons or only enable a short-press indicator when the long-press event
occurs.
This commit adds a third state to solve this as well as options to disable
the press indicators for a specific button.
Base directory -> /
src/button.c | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
a0c094b5a1
commit
1bdab0bf97
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ PKG_NAME:=peripheral_manager
|
||||||
PKG_VERSION:=1.0.5
|
PKG_VERSION:=1.0.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_VERSION:=dd4a72aca663bf3c9a57f20e889e43a55d3da1b3
|
PKG_SOURCE_VERSION:=4763b55173a50c572ef91ae4c9889d37200a3997
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/peripheral-manager
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/peripheral-manager
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue