OpenRTX/platform/drivers/audio
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
..
MAX9814.h Implemented mic gain setting based on UI for Module 17 2023-05-29 22:12:40 +02:00
MAX9814_Mod17.cpp Moved gpio.h to peripherals 2023-07-21 19:27:14 +02:00
audio_GDx.c Audio devices table for linux and GDx targets 2023-08-30 18:04:25 +02:00
audio_MDx.c Audio devices table for MDx 2023-08-30 18:04:25 +02:00
audio_Mod17.c Audio devices table for Module17 2023-08-30 18:04:25 +02:00
audio_linux.c Audio devices table for linux and GDx targets 2023-08-30 18:04:25 +02:00
audio_ttwrplus.c Fix squelch behaviour on T-TWR Plus 2023-10-17 09:54:09 +02:00
stm32_adc.cpp Audio device driver for STM32F4xx ADC peripheral 2023-08-30 18:04:25 +02:00
stm32_adc.h Audio device driver for STM32F4xx ADC peripheral 2023-08-30 18:04:25 +02:00
stm32_dac.cpp Audio device driver for STM32F4xx DAC peripheral 2023-08-30 18:04:24 +02:00
stm32_dac.h Audio device driver for STM32F4xx DAC peripheral 2023-08-30 18:04:24 +02:00
stm32_pwm.cpp Audio device driver for STM32F4xx PWM-based 8-bit DAC emulation 2023-08-30 18:04:25 +02:00
stm32_pwm.h Audio device driver for STM32F4xx PWM-based 8-bit DAC emulation 2023-08-30 18:04:25 +02:00