Age | Commit message (Expand) | Author |
---|---|---|
2020-12-14 | refactor(app): replace `void` with `const struct device *dev` in ISR CBs | innovaker |
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-03 | refactor: Align drivers with Zephyr file system conventions | innovaker |