zmk/app/module/drivers/sensor/max17048
Pete Johanson 6941abc2af
fix(drivers): Proper static/const for data/config (#2769)
Save a tiny bit of RAM by properly marking our device config
struct instances const consistently, and also add missing static
modifiers to properly isolate config/data for drivers.
2025-01-15 12:35:35 -05:00
..
CMakeLists.txt fix(sensors): Avoid duplicate Kconfig/DTS name. 2024-02-09 14:32:46 -08:00
Kconfig fix(sensors): Avoid duplicate Kconfig/DTS name. 2024-02-09 14:32:46 -08:00
max17048.c fix(drivers): Proper static/const for data/config (#2769) 2025-01-15 12:35:35 -05:00
max17048.h feat(drivers): add driver for MAX17048 fuel gauge 2023-09-25 21:04:03 -04:00