Commit graph

11 commits

Author SHA1 Message Date
zhiayang
b575cf9819
fix another oopsie 2023-09-24 10:57:22 -04:00
zhiayang
ed1b335b0f
remove oopsie 2023-09-24 10:56:33 -04:00
zhiayang
d12a41d333
move things around 2023-09-24 10:50:48 -04:00
zhiayang
2f9e0e992b
satisfy prettier 2023-09-24 10:48:40 -04:00
zhiayang
ed9aeca806
Update so it compiles 2023-09-24 10:48:40 -04:00
zhiayang
90b88d9af3
fix style issues 2023-09-24 10:48:39 -04:00
zhiayang
01fb70772e
address PR comments 2023-09-24 10:48:38 -04:00
zhiayang
0d4025fb95
feat(drivers): add driver for MAX17048 fuel gauge 2023-09-24 10:46:35 -04:00
Peter Johanson
0ca7f69b6d refactor: Promote debounce to exposed mod lib.
* Promote previously local debounce code from kscan drivers to exposed
  module lib, for use with other drivers as needed.
* Refactor existing kscan driver to new "public" API.
2023-09-16 11:52:40 -07:00
Peter Johanson
c28ef1b61e refactor(drivers): Use proper init stage/priority.
* Avoid APPLICATION stage and use the proper earlier stage for
  kscan drivers.
2023-09-16 11:52:40 -07:00
Peter Johanson
690bc1bb44 refactor: Move drivers into properly module.
* Align our driver module layout to properly match Zephyr conventions,
  allowing proper CMake setup to amend the library for each type of driver.
2023-09-16 11:52:40 -07:00