OpenRTX/platform/targets/ttwrplus
Niccolò Izzo df853c8527 ttwrplus: add support for keys using Zephyr bindings
Zephyr already provides button support based on gpios. We are mapping
Zephyr keycodes to OpenRTX therefore future targets will only need to
configure their devicetrees to have button support.

Rotary encoder readout leverages the hardware pulse counter. PTT in
this device is also bound to KEY_ESC, that matched the behaviour
observed in many commercial radios.

TG-553
2023-09-20 21:08:35 +02:00
..
support Added Lilygo T-TWR Plus target, using stub drivers. 2023-09-20 21:08:35 +02:00
CMakeLists.txt ttwrplus: add support for keys using Zephyr bindings 2023-09-20 21:08:35 +02:00
Kconfig.board Update T-TWR devicetree 2023-09-20 21:08:35 +02:00
Kconfig.defconfig Added Lilygo T-TWR Plus target, using stub drivers. 2023-09-20 21:08:35 +02:00
Kconfig.sysbuild Added Lilygo T-TWR Plus target, using stub drivers. 2023-09-20 21:08:35 +02:00
board.cmake Added Lilygo T-TWR Plus target, using stub drivers. 2023-09-20 21:08:35 +02:00
hwconfig.h Enable malloc on ESP32 BSP, specify ttwrplus battery type. 2023-09-20 21:08:35 +02:00
platform.c ttwrplus: add support for keys using Zephyr bindings 2023-09-20 21:08:35 +02:00
ttwrplus.dts ttwrplus: add support for keys using Zephyr bindings 2023-09-20 21:08:35 +02:00
ttwrplus.yaml Added Lilygo T-TWR Plus target, using stub drivers. 2023-09-20 21:08:35 +02:00
ttwrplus_defconfig ttwrplus: add support for keys using Zephyr bindings 2023-09-20 21:08:35 +02:00