You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/02/16 09:08:43 UTC

[incubator-nuttx-apps] branch master updated: Pin Nible release to working commit until stable tag is ready

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

aguettouche 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 75690bc  Pin Nible release to working commit until stable tag is ready
75690bc is described below

commit 75690bc31ed11bcb9c77565bd1756fa9c40145d1
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Mon Feb 15 23:28:03 2021 -0800

    Pin Nible release to working commit until stable tag is ready
---
 wireless/bluetooth/nimble/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wireless/bluetooth/nimble/Kconfig b/wireless/bluetooth/nimble/Kconfig
index 79f1e18..9eebcbc 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 "master"
+  default "7b5b5e5b512133e50ef8a517b13e7269f9c821fd"
   ---help---
     Git ref name to use when downloading from nimBLE repo
 endif