Skip to content

Commit c13d0b4

Browse files
committed
apps: Remove controller direct dependency
Direct dependency on controller is incorrect when controller runs on another core.
1 parent 75c1ef3 commit c13d0b4

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

apps/blecsc/pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ pkg.deps:
3232
- "@apache-mynewt-core/sys/stats/full"
3333
- "@apache-mynewt-core/sys/sysinit"
3434
- "@apache-mynewt-core/sys/id"
35-
- nimble/controller
3635
- nimble/host
3736
- nimble/host/services/gap
3837
- nimble/host/services/gatt

apps/blehr/pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ pkg.deps:
3232
- "@apache-mynewt-core/sys/stats/full"
3333
- "@apache-mynewt-core/sys/sysinit"
3434
- "@apache-mynewt-core/sys/id"
35-
- nimble/controller
3635
- nimble/host
3736
- nimble/host/services/gap
3837
- nimble/host/services/gatt

apps/blemesh/pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ pkg.deps:
2929
- "@apache-mynewt-core/sys/log/modlog"
3030
- "@apache-mynewt-core/sys/stats/full"
3131
- "@apache-mynewt-core/sys/shell"
32-
- nimble/controller
3332
- nimble/host
3433
- nimble/host/services/gap
3534
- nimble/host/services/gatt

apps/blemesh_light/pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ pkg.deps:
2929
- "@apache-mynewt-core/sys/log/modlog"
3030
- "@apache-mynewt-core/sys/stats/full"
3131
- "@apache-mynewt-core/sys/shell"
32-
- nimble/controller
3332
- nimble/host
3433
- nimble/host/services/gap
3534
- nimble/host/services/gatt

apps/blemesh_models_example_1/pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ pkg.deps:
2727
- "@apache-mynewt-core/sys/console/full"
2828
- "@apache-mynewt-core/sys/log/full"
2929
- "@apache-mynewt-core/sys/stats/full"
30-
- nimble/controller
3130
- nimble/host
3231
- nimble/host/services/gap
3332
- nimble/host/services/gatt

apps/blemesh_models_example_2/pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ pkg.deps:
2929
- "@apache-mynewt-core/sys/stats/full"
3030
- "@apache-mynewt-core/encoding/base64"
3131
- "@apache-mynewt-core/sys/config"
32-
- nimble/controller
3332
- nimble/host
3433
- nimble/host/services/gap
3534
- nimble/host/services/gatt

apps/blemesh_shell/pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ pkg.deps:
2929
- "@apache-mynewt-core/sys/log/modlog"
3030
- "@apache-mynewt-core/sys/stats/full"
3131
- "@apache-mynewt-core/sys/shell"
32-
- nimble/controller
3332
- nimble/host
3433
- nimble/host/services/gap
3534
- nimble/host/services/gatt

apps/blestress/pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ pkg.deps:
3030
- "@apache-mynewt-core/sys/log/full"
3131
- "@apache-mynewt-core/sys/stats/full"
3232
- "@apache-mynewt-core/sys/id"
33-
- "@apache-mynewt-nimble/nimble/controller"
3433
- "@apache-mynewt-nimble/nimble/host"
3534
- "@apache-mynewt-nimble/nimble/host/util"
3635
- "@apache-mynewt-nimble/nimble/host/services/gap"

apps/bttester/pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ pkg.deps:
3131
- "@apache-mynewt-core/sys/log/modlog"
3232
- "@apache-mynewt-core/sys/stats/full"
3333
- "@apache-mynewt-core/sys/shell"
34-
- "@apache-mynewt-nimble/nimble/controller"
3534
- "@apache-mynewt-nimble/nimble/host"
3635
- "@apache-mynewt-nimble/nimble/host/util"
3736
- "@apache-mynewt-nimble/nimble/host/services/gap"

apps/ext_advertiser/pkg.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ pkg.homepage: "http://mynewt.apache.org/"
2525
pkg.keywords:
2626

2727
pkg.deps:
28-
- nimble/controller
2928
- nimble/host
3029
- nimble/host/util
3130
- nimble/host/services/gap

0 commit comments

Comments
 (0)