From 47a0e7b5ecb4ed1e568098abf9cb62945c52267a Mon Sep 17 00:00:00 2001 From: Oussama Ghorbel Date: Fri, 12 Apr 2019 14:22:18 +0200 Subject: [PATCH] Update feed [ iopsys ] package [ peripheral_manager ] ------------------------------------------------------------------------------- * c1598f9 added support for Linux LED ------------------------------------------------------------------------------- commit c1598f9dc8f2d67fbfcfd831052f40b3cde3d19c Author: Oussama Ghorbel Date: 2019-04-12 14:11:06 +0200 added support for Linux LED Base directory -> / src/gpio_led.c | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- --- peripheral_manager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripheral_manager/Makefile b/peripheral_manager/Makefile index 5b7b10c7d..ae53f7ef6 100644 --- a/peripheral_manager/Makefile +++ b/peripheral_manager/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=peripheral_manager PKG_VERSION:=1.0.0 PKG_RELEASE:=1 -PKG_SOURCE_VERSION:=02903ce5b594420331f80c6973fa3635921d7080 +PKG_SOURCE_VERSION:=c1598f9dc8f2d67fbfcfd831052f40b3cde3d19c PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/peripheral-manager