You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pr...@apache.org on 2021/05/22 15:03:15 UTC

[incubator-nuttx-apps] branch master updated: nimble: Update version to cd8ab38c3da91b71dd428979153a408f38d3b02e

This is an automated email from the ASF dual-hosted git repository.

protobits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 34a042a  nimble: Update version to cd8ab38c3da91b71dd428979153a408f38d3b02e
34a042a is described below

commit 34a042aa496e22e8b7aaaa47b0f7b3e2cf9127b6
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Thu May 20 18:13:51 2021 +0800

    nimble: Update version to cd8ab38c3da91b71dd428979153a408f38d3b02e
    
    which contain the following fix:
    commit cd8ab38c3da91b71dd428979153a408f38d3b02e
    Author: Xiang Xiao <xi...@xiaomi.com>
    Date:   Thu May 20 15:43:50 2021 +0800
    
    nuttx: fix error: use of undeclared identifier 'ENOMEM'
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
    Change-Id: Idd832450d98306750ece8307ec7eef5c0c367a48
---
 wireless/bluetooth/nimble/Kconfig  | 2 +-
 wireless/bluetooth/nimble/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wireless/bluetooth/nimble/Kconfig b/wireless/bluetooth/nimble/Kconfig
index 9eebcbc..995ed2b 100644
--- a/wireless/bluetooth/nimble/Kconfig
+++ b/wireless/bluetooth/nimble/Kconfig
@@ -9,7 +9,7 @@ config NIMBLE
 if NIMBLE
   config NIMBLE_REF
   string "Version"
-  default "7b5b5e5b512133e50ef8a517b13e7269f9c821fd"
+  default "cd8ab38c3da91b71dd428979153a408f38d3b02e"
   ---help---
     Git ref name to use when downloading from nimBLE repo
 endif
diff --git a/wireless/bluetooth/nimble/Makefile b/wireless/bluetooth/nimble/Makefile
index b5e2eac..743ccd2 100644
--- a/wireless/bluetooth/nimble/Makefile
+++ b/wireless/bluetooth/nimble/Makefile
@@ -48,6 +48,6 @@ distclean::
 
 # nimBLE assumes this flag since it expects undefined macros to be zero value
 
-CFLAGS += -Wno-undef
+CFLAGS += -Wno-pointer-to-int-cast -Wno-undef
 
 include $(APPDIR)/Application.mk