mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-17 06:29:54 +00:00
apps/blecent: Remove explicit dependency to controller
blecent should work with any transport, it does not need explicit dependency to controller and RAM transport. nimble/transport meta package will select proper transport and add controller dependency automatically if needed.
This commit is contained in:
@@ -28,10 +28,9 @@ pkg.deps:
|
|||||||
- "@apache-mynewt-core/sys/log/full"
|
- "@apache-mynewt-core/sys/log/full"
|
||||||
- "@apache-mynewt-core/sys/log/modlog"
|
- "@apache-mynewt-core/sys/log/modlog"
|
||||||
- "@apache-mynewt-core/sys/stats/full"
|
- "@apache-mynewt-core/sys/stats/full"
|
||||||
- nimble/controller
|
|
||||||
- nimble/host
|
- nimble/host
|
||||||
- nimble/host/util
|
- nimble/host/util
|
||||||
- nimble/host/services/gap
|
- nimble/host/services/gap
|
||||||
- nimble/host/services/gatt
|
- nimble/host/services/gatt
|
||||||
- nimble/host/store/ram
|
- nimble/host/store/ram
|
||||||
- nimble/transport/ram
|
- nimble/transport
|
||||||
|
|||||||
@@ -24,13 +24,9 @@
|
|||||||
|
|
||||||
/* BLE */
|
/* BLE */
|
||||||
#include "nimble/ble.h"
|
#include "nimble/ble.h"
|
||||||
#include "controller/ble_ll.h"
|
|
||||||
#include "host/ble_hs.h"
|
#include "host/ble_hs.h"
|
||||||
#include "host/util/util.h"
|
#include "host/util/util.h"
|
||||||
|
|
||||||
/* RAM HCI transport. */
|
|
||||||
#include "transport/ram/ble_hci_ram.h"
|
|
||||||
|
|
||||||
/* Mandatory services. */
|
/* Mandatory services. */
|
||||||
#include "services/gap/ble_svc_gap.h"
|
#include "services/gap/ble_svc_gap.h"
|
||||||
#include "services/gatt/ble_svc_gatt.h"
|
#include "services/gatt/ble_svc_gatt.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user