Pete Johanson
|
2a69f31eb0
|
refactor(core): Move away from deprecated DT API.
* Move to `DEVICE_DT_INST_DEFINE` everywhere.
See: https://docs.zephyrproject.org/2.5.0/releases/release-notes-2.5.html#deprecated-in-this-release
PR: https://github.com/zmkfirmware/zmk/pull/736
|
3 years ago |
innovaker
|
00ca0d2f1c
|
refactor(app): replace `struct device *` with `const struct device *`
Replaced with RegExp: /(?<!const )(struct device \*)/g
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html
PR: #467
|
4 years ago |
innovaker
|
1411092a7b
|
refactor(app): replace `driver_data` with `data`
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html
PR: #467
|
4 years ago |
innovaker
|
3d7376d2e5
|
refactor(app): replace `config_info` with `config`
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.4.html
PR: #467
|
4 years ago |
innovaker
|
bac1f17cf6
|
refactor(app): replace Zephyr integer types with C99 integer types
u8_t → uint8_t
u16_t → uint16_t
u32_t → uint32_t
u64_t → uint64_t
s8_t → int8_t
s16_t → int16_t
s32_t → int32_t
s64_t → int64_t
Prerequisite for #223
See: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.4.0
PR: #467
|
4 years ago |
innovaker
|
8d9ae1fdf3
|
refactor: Align drivers with Zephyr file system conventions
PR: #400
|
4 years ago |
Joel Spadin
|
f6f8abe055
|
fix(ec11): allow more than one encoder
Fixes "device.h:101:11: error: redefinition of '__device_ec11'" in firmware that
has more than one encoder.
|
4 years ago |
Pete Johanson
|
191a2d755a
|
chore: clang-format the codebase.
* Use the LLVM style
* Override indent width (8) and column limit (100)
* Fixes #142.
|
4 years ago |
Pete Johanson
|
68e72f9275
|
fix: Switch to single AUTHORS file.* Closes #164
|
4 years ago |
Pete Johanson
|
f3267e6030
|
Tweaks for orientation and A/B pins for Kyria left
|
4 years ago |
Pete Johanson
|
c619d36294
|
Support multiple instances of the encoder.
|
4 years ago |
Pete Johanson
|
ac9ba3ae7d
|
Code cleanup for non-trigger mode.
|
4 years ago |
Pete Johanson
|
7da9a1039f
|
Working encoder detection.
|
4 years ago |
Pete Johanson
|
c058757252
|
Fetch/get implementation work.
|
4 years ago |
Pete Johanson
|
109c69cbab
|
EN11 is actually EC11, some sample work.
|
4 years ago |