summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2020-09-14 04:12:17 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2020-09-14 04:12:17 +0200
commit49778feae33f5876f9a7ece51007075546cfa66d (patch)
treed6462ef7299790aa78ce330591b086c00d7f7100 /README.md
parent46be568acfb9659de12177861b72a01d6579a68e (diff)
downloadnrf-softdevice-49778feae33f5876f9a7ece51007075546cfa66d.zip
Update readme again.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index c58b72c..4eef0c1 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,21 @@ Rust bindings for Nordic Semiconductor nRF series SoftDevices.
## High-level bindings
-The `nrf-softdevice` crate
+The `nrf-softdevice` crate contains high-level easy-to-use Rust async/await bindings for the Softdevice.
+
+Working:
+
+- Safe interrupt management
+- Async flash API
+- Bluetooth central (scanning)
+- Bluetooth peripheral (advertising, connectable-only for now)
+- GATT client
+
+Work in progress:
+
+- GATT servers
+- Data length extension
+- ATT MTU extension
To use it you must specify the following Cargo features: