summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: