mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Update feed [ feed_inteno_packages ] package [ peripheral_manager ]
-------------------------------------------------------------------------------
* 664864a Fix compile for bradcom targets (mips/arm).
* 1a5ba03 mem leak fix.
* 0434260 Add missed interrupt handler for touch panel.
* 3008d04 add support for gpio buttons using linux gpio interface.
* d57bb3f Add support for leds using linux gpio interface.
* 70137e9 Include touch driver sx9512 on all platforms.
-------------------------------------------------------------------------------
commit 664864adeb06d23569f27de91b9c743881d99ee4
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2017-02-24 16:38:36 +0100
Fix compile for bradcom targets (mips/arm).
Base directory -> /
Makefile.am | 4 +++-
src/gpio.h | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 1a5ba03b502a0910b5648b26b1051b0e59c4ff28
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2017-02-23 18:02:08 +0100
mem leak fix.
So blob_buf_init needs to have a blob_buf_free or else we leak memory.
This is not done in the ubus example client so if you copy that code you
have a memory leak.
Base directory -> /
src/button.c | 5 +++++
src/catv_monitor.c | 7 +++++++
src/led.c | 2 ++
src/sfp.c | 22 +++++++++++++++++++++-
4 files changed, 35 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 04342602acb00420c5e5cb4e83807d55ccc4b42f
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2016-11-18 19:17:24 +0100
Add missed interrupt handler for touch panel.
missed this file from last commit.
Base directory -> /
src/touch_sx9512.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 3008d04ed46d82f98fc2078333d1c76b6c03de1b
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2016-11-18 18:51:02 +0100
add support for gpio buttons using linux gpio interface.
Base directory -> /
Makefile.am | 2 +-
src/button.c | 10 ++++++----
src/gpio.h | 4 ++++
src/gpio_button.c | 32 +++++++++++++++++++++++++++++++-
src/gpio_led.c | 2 +-
src/gpio_linux.c | 34 ++++++++++++++++++++++++++++++++--
6 files changed, 75 insertions(+), 9 deletions(-)
-------------------------------------------------------------------------------
commit d57bb3f171a1c4383dbc9d6cff7a104b310a61fe
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2016-11-17 20:41:18 +0100
Add support for leds using linux gpio interface.
Base directory -> /
Makefile.am | 9 ++++----
src/gpio.h | 14 +++++++++++++
src/gpio_button.c | 1 -
src/gpio_led.c | 16 +++++++++-----
src/gpio_linux.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/server.c | 6 +++---
6 files changed, 96 insertions(+), 13 deletions(-)
-------------------------------------------------------------------------------
commit 70137e9ef89f43e71b455c8445dd33ae03b06bf6
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2016-11-17 17:18:07 +0100
Include touch driver sx9512 on all platforms.
Was only compiled in on broadcom based platform. But is now also needed for
mediatek SOC (ex400).
Base directory -> /
Makefile.am | 8 ++++----
src/gpio.h | 5 ++++-
src/server.c | 2 +-
src/sx9512.c | 6 ++++--
src/sx9512.h | 4 ++++
src/touch_sx9512.c | 12 ++++++++----
6 files changed, 25 insertions(+), 12 deletions(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
ddf5cc1779
commit
ee972545bc
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ PKG_NAME:=peripheral_manager
|
|||
PKG_VERSION:=1.0.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_VERSION:=db710fed768e20fba40212e11fa4191593e168fc
|
||||
PKG_SOURCE_VERSION:=664864adeb06d23569f27de91b9c743881d99ee4
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=http://public.inteno.se/peripheral_manager
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue