summaryrefslogtreecommitdiff
path: root/app/drivers
AgeCommit message (Expand)Author
2021-10-26feat(kscan): Improve matrix debouncingJoel Spadin
2021-09-14fix(kscan): Allow composite driver to handle missing children.Pete Johanson
2021-09-14feat(drivers): Add mcp23017 driver based on upstream mcp23s17 one.Pete Johanson
2021-09-08refactor(kscan): Demacroify GPIO matrix driverJoel Spadin
2021-08-24feat(display): IL0323 driver for EPD displays.Darryldh
2021-07-24feat: Add nrf VDDH battery driverJoel Spadin
2021-07-17refactor(core): Move away from deprecated DT API.Pete Johanson
2021-06-08fix(kscan): Fix nibble demux scan errors on encoder rowJay Greco
2021-03-15fix(kscan): Proper direct wire warning message.Pete Johanson
2021-03-10fix(logging): remove unnecessary newlineOkke Formsma
2021-02-27Fix the label for the GPIO kscan driver.Pete Johanson
2021-02-04fix(power): Add support for capacitors on ADC for BVDjrhrsmit
2021-02-02refactor(kscan): Fix polling of GPIO matrices.Pete Johanson
2021-02-02refactor(kscan): Remove explicit default n from kscan configs.Pete Johanson
2021-01-01refactor(app): format with prettier (#563)innovaker
2020-12-28refactor: replace filename hyphens with underscoresinnovaker
2020-12-14refactor(app): replace `void` with `const struct device *dev` in ISR CBsinnovaker
2020-12-14refactor(app): replace `struct device *` with `const struct device *`innovaker
2020-12-14refactor(app): replace `driver_data` with `data`innovaker
2020-12-14refactor(app): replace `config_info` with `config`innovaker
2020-12-14refactor(app): replace Zephyr integer types with C99 integer typesinnovaker
2020-12-08fix(kscan): Fix building kscan for tests.Pete Johanson
2020-12-04fix(drivers): Remove conditional from directories.Pete Johanson
2020-12-03refactor: Align drivers with Zephyr file system conventionsinnovaker
2020-12-02refactor(kscan): Use PORT events for direct driverPete Johanson
2020-11-29Updated function calls with missing reference. GPIO missing.4pplet
2020-11-20chore: add copyright to core Kconfiginnovaker
2020-11-20fix(drivers): rename module.yaml to module.ymlinnovaker
2020-11-01fix(bvd): Add SENSOR_CHAN_ALL supportNick
2020-10-27Update demux kscan driver as per PR feedbackJay Greco
2020-10-27Add new kscan_gpio_demux driverJay Greco
2020-10-26Implement Kconfig and enhance error checksNick
2020-10-24fix: clang-formatNick
2020-10-24Remove newlib depNick
2020-10-23Check if fetch channel is supportedNick
2020-10-23Fix build for boards without voltage dividerNick
2020-10-23Merge branch 'main' into bluetooth/battery-reportingNick Winans
2020-10-23clang-format and add missing defconfig valuesNick
2020-10-23Refactor driver to use Sensor APINick
2020-10-11Reformatted according to clang-format lintNuxiom
2020-10-11Fix kscan_gpio_irq_callback_handler_##n conditional macroNuxiom
2020-10-06Merge pull request #211 from petejohanson/core/keymap-port-event-explorationPete Johanson
2020-10-06feat(power): Initial deep sleep work.Pete Johanson
2020-10-04feat(kscan): Use PORT events for kscan matrix interruptsPete Johanson
2020-10-04fix(kscan): fix direct GPIO when using interruptsJoel Spadin
2020-10-03fix(ec11): allow more than one encoderJoel Spadin
2020-10-01chore: Fix remaining formatting issues.Pete Johanson
2020-10-01chore: Fix some accidental formatting issues.Pete Johanson
2020-09-28Modify preprocessor directives to use basic #if !defined() rather than Zephyr...Jason Chestnut
2020-09-27Fix preprocessor flag issues for pull request.jason