You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2022/09/26 07:06:44 UTC

[mynewt-nimble] branch master updated: README: Add some notes about external projects using NimBLE

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

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new d4f945d9 README: Add some notes about external projects using NimBLE
d4f945d9 is described below

commit d4f945d973eb8849a6c4f94a2a9b8ddef69c126c
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Thu Sep 22 11:00:24 2022 +0200

    README: Add some notes about external projects using NimBLE
    
    Point to known external projects that use NimBLE.
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 40badbbd..d5ddbec8 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,15 @@ Implements a simple BLE peripheral that supports the Nordic
 UART / Serial Port Emulation service
 (https://developer.nordicsemi.com/nRF5_SDK/nRF51_SDK_v8.x.x/doc/8.0.0/s110/html/a00072.html).
 
+## External projects using NimBLE
+
+Several other projects provide support for using NimBLE either by [NPL port](https://github.com/apache/mynewt-nimble/tree/master/porting) or forking:
+
+ * [The Espressif ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/bluetooth/nimble/index.html) contains a NimBLE port for ESP-32 devices.
+ * [The RIOT](https://doc.riot-os.org/group__pkg__nimble.html) operating system contains a package for using NimBLE.
+
+ If you publish a NimBLE port, please let us know to include it here!
+
 # Getting Help
 
 If you are having trouble using or contributing to Apache Mynewt NimBLE, or just