OpenRTX/platform/targets/ttwrplus
Niccolò Izzo 4697be5ea6 Fix squelch behaviour on T-TWR Plus
On LILYGO T-TWR Plus the squelch was being controlled by AT1846s,
resulting in the squelch bar setting being completely ignored. Now we
are introducing the support for a new command of sa8x8-fw called
AT+AUDIO that controls the muting or unmuting of the speaker power
amplifier, enabling us to:
1. Disable AT1846s embedded squelch
2. Enable OpeRTX squelch
Also fixed a bug where the sa8x8-fw version was incorrectly checked.
AT+AUDIO requires sa8x8-fw version v1.3.0.r1, bumped version check in
OpenRTX.

TG-553
2023-10-17 09:54:09 +02:00
..
support Added Lilygo T-TWR Plus target, using stub drivers. 2023-09-20 21:08:35 +02:00
CMakeLists.txt Fix squelch behaviour on T-TWR Plus 2023-10-17 09:54:09 +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 ttwrplus: enable GPS 2023-09-20 21:08:35 +02:00
platform.c ttwrplus: implemented the platform_pwrButtonStatus() function. 2023-09-20 21:16:43 +02:00
pmu.cpp ttwrplus: implemented the platform_pwrButtonStatus() function. 2023-09-20 21:16:43 +02:00
pmu.h ttwrplus: implemented the platform_pwrButtonStatus() function. 2023-09-20 21:16:43 +02:00
ttwrplus.dts Bump Zephyr to commit a4de2eb3d1756c 2023-09-20 21:16:43 +02:00
ttwrplus.yaml Added Lilygo T-TWR Plus target, using stub drivers. 2023-09-20 21:08:35 +02:00
ttwrplus_defconfig Bump Zephyr to commit a4de2eb3d1756c 2023-09-20 21:16:43 +02:00