Age | Commit message (Expand) | Author |
---|---|---|
2020-12-14 | fix(settings): Add missing err handlers on settings_register | Nick |
2020-12-14 | refactor(settings): Only load used subtrees | Nick Winans |
2020-12-14 | refactor(app): replace `struct device *` with `const struct device *` | innovaker |
2020-12-14 | refactor(app): replace `driver_data` with `data` | innovaker |
2020-12-14 | refactor(app): replace `config_info` with `config` | innovaker |
2020-12-14 | refactor(app): replace Zephyr integer types with C99 integer types | innovaker |
2020-12-02 | refactor(settings): Add Kconfig option for settings debounce | Nick |
2020-11-28 | feat: Add settings support for external power | Nick |
2020-10-10 | Added driver to control the external power output | Mega Mind |