pkg/nimble: bump version, rmv patches

This commit is contained in:
Francisco Molina 2021-09-09 13:48:52 +02:00
parent a6f3bc9c3b
commit 24a131ebe0
3 changed files with 1 additions and 49 deletions

View File

@ -1,6 +1,6 @@
PKG_NAME = nimble PKG_NAME = nimble
PKG_URL = https://github.com/apache/mynewt-nimble.git PKG_URL = https://github.com/apache/mynewt-nimble.git
PKG_VERSION = 940cc0b4a81295305ceead15928da24fe6e6f603 PKG_VERSION = 7d3f3cc6afce62a628404856fe4f90e27e04350a
PKG_LICENSE = Apache-2.0 PKG_LICENSE = Apache-2.0
include $(RIOTBASE)/pkg/pkg.mk include $(RIOTBASE)/pkg/pkg.mk

View File

@ -1,27 +0,0 @@
From e9728411aeed6c614b1f27bccd8f2c70bef9f560 Mon Sep 17 00:00:00 2001
From: Francisco Molina <femolina@uc.cl>
Date: Mon, 19 Apr 2021 15:47:49 +0200
Subject: [PATCH 1/2] porting/nimble/src/nimble_port: riot initializes timers
---
porting/nimble/src/nimble_port.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/porting/nimble/src/nimble_port.c b/porting/nimble/src/nimble_port.c
index 484e3799..d4824d0b 100644
--- a/porting/nimble/src/nimble_port.c
+++ b/porting/nimble/src/nimble_port.c
@@ -45,8 +45,10 @@ nimble_port_init(void)
#if NIMBLE_CFG_CONTROLLER
ble_hci_ram_init();
+#ifndef RIOT_VERSION
hal_timer_init(5, NULL);
os_cputime_init(32768);
+#endif
ble_ll_init();
#endif
}
--
2.28.0

View File

@ -1,21 +0,0 @@
From 679179258e4e505d065dd64c9130ee1e3369f0c4 Mon Sep 17 00:00:00 2001
From: Francisco Molina <femolina@uc.cl>
Date: Mon, 5 Jul 2021 14:38:12 +0200
Subject: [PATCH 2/2] porting/npl/riot: add namespaced syscfg symlink
---
porting/npl/riot/include/npl_syscfg/npl_sycfg.h | 1 +
1 file changed, 1 insertion(+)
create mode 120000 porting/npl/riot/include/npl_syscfg/npl_sycfg.h
diff --git a/porting/npl/riot/include/npl_syscfg/npl_sycfg.h b/porting/npl/riot/include/npl_syscfg/npl_sycfg.h
new file mode 120000
index 00000000..53c55a90
--- /dev/null
+++ b/porting/npl/riot/include/npl_syscfg/npl_sycfg.h
@@ -0,0 +1 @@
+../syscfg/syscfg.h
\ No newline at end of file
--
2.28.0