OpenRTX/platform/drivers
Silvano Seva 24464a66a8 Integration of tinyusb driver into OpenRTX, old driver still kept active 2022-02-26 12:29:28 +01:00
..
ADC Initial support for I2C soft pots on Module17 2021-12-23 14:52:25 +01:00
GPS Fixed USART ISR handler in MDx GPS driver to prevent it from exiting without clearing the interrupt flags when no thread is registered for wakeup (TG-271 #closed) 2021-08-13 17:01:32 +02:00
NVM Add NVM for settings and VFO on linux platform 2022-01-15 14:02:19 +01:00
USB Integration of tinyusb driver into OpenRTX, old driver still kept active 2022-02-26 12:29:28 +01:00
audio Fixed bugs in MDx and Module17 input stream drivers causing errors in sample rate: one due to wrong configuration of TIM2 registers and one due to wrong configuration of ADC channel sample time. 2022-02-07 22:01:14 +01:00
backlight Created low-level driver for backlight level management 2021-04-10 14:12:15 +02:00
baseband Initial support for I2C soft pots on Module17 2021-12-23 14:52:25 +01:00
chSelector Created low-level driver for management of channel selector knobs with quadrature encoder 2021-04-10 19:29:35 +02:00
display Free shared channel resources on power down 2021-12-23 14:52:25 +01:00
keyboard Don't pump SDL events outside from the main thread 2021-12-23 14:52:25 +01:00
tones Made 'toneGen_playAudioStream' a non-blocking function, added 'toneGen_waitForStreamEnd' API function to allow blocking execution flow until a currently playing audio stream terminates or is stopped 2021-09-03 16:39:06 +02:00