Commit Graph

10 Commits

Author SHA1 Message Date
Michal Gorecki 8a01f72db5 apps: Allow stub/full implementation of packages in syscfg
Packages console, log and stats allow to choose stub or full
implementation. All apps had either stub or full implementation
hardwired in pkg.yml file. Now it can be easily overriden in target.
This also changes defunct setting
of CONSOLE_MODE to CONSOLE_IMPLEMENTATION in all apps.
2023-02-06 14:37:48 +01:00
Tim Gates 9883c2465c docs: Fix a few typos
There are small typos in:
- apps/blehr/src/main.c
- apps/ext_advertiser/src/main.c
- nimble/controller/src/ble_ll.c
- nimble/host/src/ble_att_svr.c
- nimble/host/src/ble_hs_mbuf.c
- nimble/host/src/ble_sm.c

Fixes:
- Should read `response` rather than `respose`.
- Should read `measurement` rather than `measurment`.
- Should read `largest` rather than `larget`.
- Should read `instance` rather than `nstance`.
- Should read `application` rather than `applicaiton`.
- Should read `always` rather than `alwyas`.
2022-07-04 08:55:19 +02:00
Andrzej Kaczmarek e9a4a4fce2 apps: Update to new transport
We do not need depedency to nimble/transport, this is automatically
included by nimble/host.
2022-03-17 11:48:16 +01:00
Jerzy Kasenberg c13d0b478b apps: Remove controller direct dependency
Direct dependency on controller is incorrect when
controller runs on another core.
2022-01-18 11:07:35 +01:00
Jerzy Kasenberg 8c6f70425b apps: Update transport selection method
Transport package should not be included directly.
Instead, nimble/transport should be included and
BLE_HCI_TRANSPORT syscfg value should specify transport,
and this will include correct package.

This commit changes nimble/transport/ram to nimble/transport in
all applications that still have deprecated way of transport
selection.

Default value of BLE_HCI_TRANSPORT is ram so syscfg.yml for
targets does not need to be updated.
2021-12-17 14:12:46 +01:00
Andrzej Kaczmarek e4f5b4498a apps/ext_advertiser: Fix instance and sid values
Let's use instance number as sid also, this makes it easier to find
those instances in the air.

Also fix instance numbers in comments.
2021-09-29 18:16:13 +02:00
Szymon Janc 28533d46f8 apps: Add periodic advertising instance to ext_advertiser sample
Add new instance that advertises 1650 bytes of periodic data.
2021-07-30 09:56:35 +02:00
Magdalena Kasenberg 2971ee5757 Replace deprecated store/ram from nimble apps deps
Replace store/ram with store/config in nimble apps dependencies.
Package store/ram is deprecated and store/config shall be used with
BLE_STORE_CONFIG_PERSIST set to 0.
2021-03-05 12:27:38 +01:00
Szymon Janc 18afa6b76c apps: Fix bootutils dependencies
Some applications were polling bootutils even if not using it.
bleprph is using it for DIS information so depend on mcuboot instead
and enable DIS by default.
2019-04-17 13:28:52 +02:00
Szymon Janc fae57bf8dd apps: Add sample for extended advertising 2018-06-04 14:07:44 +02:00