zmk/app
Xudong Zheng 6bf4870704 fix(battery): prevent bus fault when battery does not exist
zmk_battery_start_reporting() may be called from battery_event_listener(), which
will result in a bus fault when attempting to read a battery that does not exist
such as on a dongle.
2024-01-08 17:39:05 -08:00
..
boards fix(boards): include the right flash info in XIAO BLE overlay 2024-01-05 19:00:32 -05:00
dts
include Remove error reporting from ble utility functions that never error 2024-01-05 12:16:38 -08:00
keymap-module refactor: remove misleading build warning 2023-12-30 18:26:00 -08:00
module feat(kscan): Add charlieplex keyscan driver 2023-12-09 17:10:05 -05:00
scripts
src fix(battery): prevent bus fault when battery does not exist 2024-01-08 17:39:05 -08:00
tests feat(ble): Add security related tests. 2024-01-05 12:17:59 -08:00
.gitignore
.prettierrc.js
CMakeLists.txt refactor(core): Make low priority queue optional. 2023-12-16 17:10:45 -08:00
Kconfig fix(split): Split peripherals should auto sec req still. 2024-01-06 00:53:49 -08:00
Kconfig.behaviors
core-coverage.yml
package-lock.json
package.json
prj.conf
run-ble-test.sh feat(ble): Add security related tests. 2024-01-05 12:17:59 -08:00
run-test.sh
west.yml