zephyr/samples/bluetooth
Andy Ross f288d1e4a7 tests: samples: Apps shouldn't set tick rate
Tick rate is becoming a platform tunable in the tickless world.  Some
apps were setting it due to requirements of drivers or subsystems (or
sometimes for reasons that don't make much sense), but the dependency
goes the other way around now: board/soc/arch level code is
responsible for setting tick rates that work with their devices.

A few tests still use hard-configured tick rates, as they have
baked-in assumptions (like e.g. "a tick will be longer than a
millisecond") that need to be addressed first.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-07-02 22:52:29 -04:00
..
beacon cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
central cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
central_hr cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
eddystone cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
gatt samples: bluetooth: peripheral_ht: Health Thermometer sample 2019-07-02 17:06:07 +03:00
handsfree cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
hci_spi cleanup: include/: move misc/stack.h to debug/stack.h 2019-06-27 22:55:49 -04:00
hci_uart cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
hci_usb cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
ibeacon cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
ipsp license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mesh tests: samples: Apps shouldn't set tick rate 2019-07-02 22:52:29 -04:00
mesh_demo tests: samples: Apps shouldn't set tick rate 2019-07-02 22:52:29 -04:00
peripheral cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
peripheral_csc cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
peripheral_dis cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
peripheral_esp cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
peripheral_hids cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
peripheral_hr cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
peripheral_ht samples: bluetooth: peripheral_ht: Health Thermometer sample 2019-07-02 17:06:07 +03:00
peripheral_sc_only cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
scan_adv cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
bluetooth.rst