Skip to content

Commit 8956a18

Browse files
committed
Adding Bluetooth
1 parent c5c09e1 commit 8956a18

File tree

10 files changed

+95172
-158696
lines changed

10 files changed

+95172
-158696
lines changed

apps/my_sensor_app/pkg.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ pkg.deps:
3232
- "@apache-mynewt-core/hw/sensor" # Sensor Library
3333
- "@apache-mynewt-core/hw/sensor/creator" # Sensor Creator
3434
- "@apache-mynewt-core/libc/baselibc" # Baselibc, the tiny version of standard C library
35+
# Bluetooth
36+
- "@apache-mynewt-nimble/nimble/controller"
37+
- "@apache-mynewt-nimble/nimble/host"
38+
- "@apache-mynewt-nimble/nimble/host/store/config"
39+
- "@apache-mynewt-nimble/nimble/transport/ram"
3540
# Inject the Rust build into the Mynewt build
3641
- "libs/mynewt_rust" # Rust interop layer for Mynewt
3742
- "libs/rust_app" # Rust Application Stub. Will be replaced by Rust application and external Rust libraries.

0 commit comments

Comments
 (0)