..
audio_codec.c
Implemented reference counting inside codec2 management module, allowing for multiple calls of codec_init()
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
Hook up voice prompts in main startup routine
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
Small reorganization of threads and tasks
2022-09-08 09:11:00 +02:00
utils.c
Implement new codeplug interface
2022-06-01 15:59:27 +02:00
voicePromptUtils.c
Add GPS voiceprompts announcing
2022-10-28 08:30:46 +02:00
voicePrompts.c
Added pauses between lots of info in summary for comprehensibility.
2022-10-28 08:30:46 +02:00
xmodem.c
Implemented activation of external flash backup and restore via menu entries
2022-03-22 15:10:52 +01:00