OpenRTX/openrtx/src/core
vk7js 7cc287643e Added Broadcast to string table for use with voice prompts. Cleaned up hash key announcement. 2022-10-28 09:47:43 +02:00
..
audio_codec.c Fixed concurrency issue inside audio codec module: after calling codec_stop() the codec resulted free before the effective shutdown of the internal thread, causing codec_decode() to lock inside the outputStream_start() in case of a fast sequence of decode - stop - decode 2022-10-28 08:30:46 +02:00
backup.c Simple utility functions for backup and restore of external flash memory content 2022-03-22 13:39:08 +01:00
battery.c Fixed compiler warnings on MD-UV3x0 and MD-9600 targets 2022-07-10 09:23:37 +02:00
chan.c Updated copyright headers 2022-06-02 09:56:05 +02:00
cps.c Implemented CRC of persistent data (settings and VFO state) in MDx devices 2022-08-11 17:02:04 +02:00
crc.c Implementation of CCITT CRC16 2022-03-05 11:08:31 +01:00
data_conversion.c Data conversion utilities 2022-05-27 21:48:47 +02:00
datetime.c Reorganised data structures and functions to manage date and time 2022-07-02 10:28:28 +02:00
dsp.cpp Moved code of compensating filter for MDx PWM-based DAC to a dedicated class. 2022-08-28 12:17:04 +02:00
gps.c Small reorganization of threads and tasks 2022-09-08 09:11:00 +02:00
graphics.c UI: Build time font selection 2022-08-15 08:17:37 +02:00
input.c Refactored keyboard thread by moving the keypad scan logic to a dedicated function inside input.h 2022-07-02 10:28:28 +02:00
memory_profiling.cpp Updated copyright headers 2022-06-02 09:56:05 +02:00
openrtx.c Refactored voicePrompts.h, aligned function names of voice prompt API to OpenRTX coding style 2022-10-28 08:30:46 +02:00
queue.c Updated copyright headers 2022-06-02 09:56:05 +02:00
state.c Small reorganization of threads and tasks 2022-09-08 09:11:00 +02:00
threads.c Refactored voicePrompts.h, aligned function names of voice prompt API to OpenRTX coding style 2022-10-28 08:30:46 +02:00
utils.c Implement new codeplug interface 2022-06-01 15:59:27 +02:00
voicePromptData.S Implemented storage of voice prompts data inside the binary executable image. Voice prompts data is placed in .rodata section at link time 2022-10-28 08:30:46 +02:00
voicePromptUtils.c Added Broadcast to string table for use with voice prompts. Cleaned up hash key announcement. 2022-10-28 09:47:43 +02:00
voicePrompts.c Minor cleanup of beep code. 2022-10-28 08:30:47 +02:00
xmodem.c Implemented activation of external flash backup and restore via menu entries 2022-03-22 15:10:52 +01:00