From 117c5224cc8e5692617a7f09f588b270d0e67804 Mon Sep 17 00:00:00 2001 From: Nabeel Sowan Date: Tue, 10 May 2016 15:04:44 +0200 Subject: [PATCH] Update feed [ feed_inteno_packages ] package [ peripheral_manager ] ------------------------------------------------------------------------------- * c819e97 sx9512: change block write to 31 bytes to fix constant NVM updates when starting up peripheral_manager * 937f2c5 Restore timeout function. ------------------------------------------------------------------------------- commit c819e97d219b7d11c1b78cbd130f7d7d2443cf39 Author: Nabeel Sowan Date: 2016-05-10 15:02:56 +0200 sx9512: change block write to 31 bytes to fix constant NVM updates when starting up peripheral_manager Base directory -> / src/sx9512.c | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) ------------------------------------------------------------------------------- commit 937f2c58211e6f94f771585f83caea436b1cd517 Author: Kenneth Johansson Date: 2016-05-10 12:01:44 +0200 Restore timeout function. Base directory -> / src/led.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) ------------------------------------------------------------------------------- --- peripheral_manager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripheral_manager/Makefile b/peripheral_manager/Makefile index edef01b99..3b77076d3 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:=02edcdaa628c4595a68bcc1da5dc5e398e851e87 +PKG_SOURCE_VERSION:=c819e97d219b7d11c1b78cbd130f7d7d2443cf39 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://public.inteno.se/peripheral_manager