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 |
|
Peter Johanson
|
3a958c667f
|
refactor: Move to zephyr/ include paths.
* Zephyr moved to properly namespaced headers, so major "rip
the bandaid" commit to move us to those everywhere.
|
2023-04-05 22:55:38 -07:00 |
|
Peter Johanson
|
6a86cd0547
|
feat(gpio): Add 595 shift register driver.
* Use SPI for sending serial data.
* Supports 1-4 shift registers chained together by
setting `ngios` property appropriately.
|
2022-06-03 22:45:04 -04:00 |
|