rbaron
3ef4464b65
SDK 2.7.0 -- implicit double promotion warnings fix
...
In [018dbcfd6679c273842084ce34c167295bc6f354](018dbcfd66 ),
Zephyr introduced the -Wdouble-promotion compiler flag.
We have some debugging logs that implicitly promote floats to double,
and it generates a lot of warnings. This commit fixes it.
2024-10-15 19:06:20 +02:00
rbaron
ebc26fcccd
Cleanups
2023-03-29 21:42:41 +02:00
rbaron
e82c1b6bc1
Implements button handling
...
- DTS bindings
- Debouncing logic
- New `input` for testing and interrupt power profiling
2023-03-29 21:28:24 +02:00
rbaron
5d25499ae1
[zb] Implement double-reset factory resetting method
2022-12-27 19:22:01 +01:00
rbaron
fe63fda2f1
Setup Kconfig for prstlib
2022-12-19 18:34:03 +01:00
Ole Odendahl
54382e3356
Removed log level config from board definition.
...
Moved prst lib log level config to application layer with prst lib default fallback behaviour.
2022-12-18 21:23:10 +01:00
rbaron
cb6ed73691
Add battery percentage computation
2022-12-09 19:02:55 +01:00
rbaron
cab55d9b8c
<zephyr/zephyr.h> -> <zephyr/kernel.h> everywhere
2022-12-04 10:16:00 +01:00
rbaron
bc08c8284a
Updates Zephyr imports to use the <zephyr/...> prefix
...
See https://docs.zephyrproject.org/latest/releases/release-notes-3.2.html#api-changes
2022-12-03 11:26:03 +01:00
rbaron
a93171b9bf
Adds support for user-supplied BT address
...
Also cleans up BLE configs
2022-12-01 19:48:36 +01:00
rbaron
5ceccfafcc
Extracts prstlib
...
Moves ble sample to code/nrf-connect/samples
2022-11-27 18:37:42 +01:00