-
Dear
I am using the NRF52832, using the following prj
```
##########
# for GPIO
##########
CONFIG_GPIO=y
##########
# for BLE
##########
CONFIG_BT=y
CONFIG_SENSOR=y
##########
# f…
-
**Describe the bug**
When CONFIG_BT_KEYS_OVERWRITE_OLDEST is enabled, a warning gets thrown by bt_gatt saying no space to store CCC cfg.
**To Reproduce**
Steps to reproduce the behavior:
1. `git…
-
**Describe the bug**
Due to a logic/synchronisation error in `nrf_rtc_timer.c`, it is possible for the tick subtraction in `z_clock_set_timeout` to underflow.
The observed situation is that the va…
-
**Describe the bug**
ATT data from a slave device that is split across multiple PHY packets appears to lockup something in the Zephyr master.
The issue occurs on the first packet that is split. In…
-
[00:00:00.003,967] littlefs: Corrupted dir pair at 0 1
--- 4 messages dropped ---
[00:00:00.003,967] littlefs: can't mount (LFS -84); formatting
[00:00:00.176,147] littlefs: /lfs mounted
[00:00…
-
Platform:
- Central: nrf52dk_nrf52832
- Peripheral: thingy52_nrf52832
Environment:
- OS: (Ubuntu 18.04)
- Toolchain (Zephyr SDK)
Issue:
I am testing BLE, thingy52_nrf52832 as peripheral and…
-
**Describe the bug**
I have a custom board with nrf52832. I made whole board files set and try to launch blinky example on it with additional uart printk (board has uart). Example builds successfully…
-
The current implementation of `zephyr/subsys/power/device.c` breaks because of the following:
```
#if defined(CONFIG_SYS_POWER_MANAGEMENT)
...
/*
* FIXME: Remove the conditional inclusion of
…
-
Describe the bug
MITM bit in Pairing Request cannot be set to cleared. Zephyr aplication doesn't support set BTP MITM off command.
To Reproduce
run auto-pts
[SM_SLA_SIP_BV-01-C-FAIL.zip](https…
-
Describe the bug
Bonding flag in Pairing Request cannot be set to cleared. Zephyr aplication doesn't support set BTP bondable off command.
To Reproduce
run auto-pts
[SM_MAS_PKE_BV-01-C-INCON…