Home
last modified time | relevance | path

Searched full:pkg (Results 1 – 25 of 50) sorted by relevance

12

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/
H A Dpkg.yml20 pkg.name: nimble/host
21 pkg.description: Host side of the nimble Bluetooth Smart stack.
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
28 pkg.deps:
34 pkg.deps.BLE_SM_LEGACY:
37 pkg.deps.BLE_SM_SC:
40 pkg.deps.BLE_MONITOR_RTT:
43 pkg.deps.BLE_MESH:
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/
H A Dpkg.yml20 pkg.name: nimble/transport
21 pkg.description: Meta-package for NimBLE HCI transport
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
28 pkg.deps.BLE_HCI_TRANSPORT_NIMBLE_BUILTIN:
32 pkg.deps.BLE_HCI_TRANSPORT_EMSPI:
35 pkg.deps.BLE_HCI_TRANSPORT_RAM:
38 pkg.deps.BLE_HCI_TRANSPORT_SOCKET:
41 pkg.deps.BLE_HCI_TRANSPORT_UART:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dpkg.yml20 pkg.name: nimble/host/mesh
21 pkg.description: Bluetooth Mesh
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
29 pkg.deps:
36 pkg.deps.BLE_MESH_SHELL:
39 pkg.deps.BLE_MESH_SETTINGS:
43 pkg.req_apis:
47 pkg.init:
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/ram/
H A Dpkg.yml20 pkg.name: nimble/transport/ram
21 pkg.description: XXX
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
28 pkg.deps:
32 pkg.apis:
35 pkg.init:
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/
H A Dpkg.yml20 pkg.name: nimble/transport/emspi
21 pkg.description: "HCI transport using EM's HCI SPI protocol."
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
28 pkg.deps:
32 pkg.apis:
35 pkg.init:
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dpkg.yml20 pkg.name: nimble/controller
21 pkg.description: Controller side of the nimble Bluetooth Smart stack.
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
28 pkg.req_apis:
33 pkg.deps:
37 pkg.init:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bleuart/
H A Dpkg.yml20 pkg.name: nimble/host/services/bleuart
21 pkg.description: BLE uart service.
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
29 pkg.deps:
33 pkg.req_apis:
36 pkg.init:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/store/config/
H A Dpkg.yml20 pkg.name: nimble/host/store/config
21 pkg.description: sys/config-based persistence layer for the NimBLE host.
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
30 pkg.deps:
34 pkg.deps.BLE_STORE_CONFIG_PERSIST:
37 pkg.init:
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/uart/
H A Dpkg.yml20 pkg.name: nimble/transport/uart
21 pkg.description: XXX
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
28 pkg.deps:
34 pkg.apis:
37 pkg.init:
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/
H A Dpkg.yml20 pkg.name: nimble/transport/socket
21 pkg.description: Provides HCI transport over socket interface
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
28 pkg.deps:
34 pkg.apis:
37 pkg.init:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/
H A Dpkg.yml18 pkg.name: nimble/host/test
19 pkg.type: unittest
20 pkg.description: "NimBLE host unit tests."
21 pkg.author: "Apache Mynewt <[email protected]>"
22 pkg.homepage: "http://mynewt.apache.org/"
23 pkg.keywords:
25 pkg.deps:
30 pkg.deps.SELFTEST:
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/test/
H A Dpkg.yml18 pkg.name: nimble/controller/test
19 pkg.type: unittest
20 pkg.description: "NimBLE controller unit tests."
21 pkg.author: "Apache Mynewt <[email protected]>"
22 pkg.homepage: "http://mynewt.apache.org/"
23 pkg.keywords:
25 pkg.deps:
29 pkg.deps.SELFTEST:
/nrf52832-nimble/packages/NimBLE-latest/apps/bletest/
H A Dpkg.yml20 pkg.name: apps/bletest
21 pkg.type: app
22 pkg.description: Test project for the nimble BLE controller.
23 pkg.author: "Apache Mynewt <[email protected]>"
24 pkg.homepage: "http://mynewt.apache.org/"
25 pkg.keywords:
27 pkg.deps:
38 pkg.cflags: -DBLETEST
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/
H A Dpkg.yml20 pkg.name: porting/nimble
21 pkg.type: app
22 pkg.description: Stub for NimBLE porting
23 pkg.author: "Apache Mynewt <[email protected]>"
24 pkg.homepage: "http://mynewt.apache.org/"
25 pkg.keywords:
27 pkg.deps:
42 pkg.ign_files:
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/
H A Dpkg.yml18 pkg.name: apps/btshell
19 pkg.type: app
20 pkg.description: Shell application exposing the nimble GAP and GATT.
21 pkg.author: "Apache Mynewt <[email protected]>"
22 pkg.homepage: "http://mynewt.apache.org/"
23 pkg.keywords:
25 pkg.deps:
38 pkg.deps.BTSHELL_ANS:
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/
H A Dpkg.yml18 pkg.name: apps/blemesh_models_example_2
19 pkg.type: app
20 pkg.description: Sample application for BLE Mesh node with on/off, level, light and vendor models o…
21 pkg.author: "Michał Narajowski <[email protected]>"
22 pkg.homepage: "http://mynewt.apache.org/"
23 pkg.keywords:
25 pkg.deps:
36 pkg.lflags:
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/
H A Dpkg.yml19 pkg.name: apps/ext_advertiser
20 pkg.type: app
21 pkg.description: Extended Advertising sample application.
22 pkg.author: "Szymon Janc"
23 pkg.email: "[email protected]"
24 pkg.homepage: "http://mynewt.apache.org/"
25 pkg.keywords:
27 pkg.deps:
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/
H A Dpkg.yml19 pkg.name: apps/blecsc
20 pkg.type: app
21 pkg.description: BLE peripheral cycling speed and cadence sensor.
22 pkg.author: "Maciej Jurczak"
23 pkg.email: "[email protected]"
24 pkg.homepage: "http://mynewt.apache.org/"
25 pkg.keywords:
27 pkg.deps:
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/
H A Dpkg.yml19 pkg.name: apps/blehr
20 pkg.type: app
21 pkg.description: BLE peripheral heartrate sensor.
22 pkg.author: "Szymon Czapracki"
23 pkg.email: "[email protected]"
24 pkg.homepage: "http://mynewt.apache.org/"
25 pkg.keywords:
27 pkg.deps:
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/native/
H A Dpkg.yml20 pkg.name: nimble/drivers/native
21 pkg.description: BLE driver for simulations.
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
28 pkg.apis: ble_driver
29 pkg.deps:
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/
H A Dpkg.yml20 pkg.name: nimble/drivers/nrf51
21 pkg.description: BLE driver for nRF51 systems.
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
28 pkg.apis: ble_driver
29 pkg.deps:
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/
H A Dpkg.yml20 pkg.name: nimble/drivers/nrf52
21 pkg.description: BLE driver for nRF52 systems.
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
28 pkg.apis: ble_driver
29 pkg.deps:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/tps/
H A Dpkg.yml20 pkg.name: nimble/host/services/tps
21 pkg.description: Tx Power Service adopted specification.
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
30 pkg.deps:
33 pkg.init:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/
H A Dpkg.yml20 pkg.name: nimble/host/services/gap
21 pkg.description: Implements the GAP Service.
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
30 pkg.deps:
33 pkg.init:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/
H A Dpkg.yml20 pkg.name: nimble/host/services/ans
21 pkg.description: Alert Notification Service Server.
22 pkg.author: "Apache Mynewt <[email protected]>"
23 pkg.homepage: "http://mynewt.apache.org/"
24 pkg.keywords:
30 pkg.deps:
33 pkg.init:

12