..
audio_codec.h
Moved CODEC2 management to a dedicated module
2022-05-27 21:48:47 +02:00
backup.h
Simple utility functions for backup and restore of external flash memory content
2022-03-22 13:39:08 +01:00
battery.h
Updated copyright headers
2022-06-02 09:56:05 +02:00
chan.h
Updated copyright headers
2022-06-02 09:56:05 +02:00
cps.h
Implement codeplug read and write functions
2022-06-01 16:05:35 +02:00
crc.h
Implementation of CCITT CRC16
2022-03-05 11:08:31 +01:00
data_conversion.h
Data conversion utilities
2022-05-27 21:48:47 +02:00
datatypes.h
Updated copyright headers
2022-06-02 09:56:05 +02:00
datetime.h
Reorganised data structures and functions to manage date and time
2022-07-02 10:28:28 +02:00
dsp.h
Moved FIR filter class to a dedicated header file
2022-07-09 18:07:42 +02:00
event.h
Moved the UI event queue inside the UI engine itself, UI FSM update now becomes a periodic task
2022-07-02 10:28:28 +02:00
fir.hpp
Moved FIR filter class to a dedicated header file
2022-07-09 18:07:42 +02:00
gps.h
Renamed sat_t data structure to gpssat_t, changed signedness of point_t coordinates from unsigned to signed.
2022-07-10 09:13:47 +02:00
input.h
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.h
Updated copyright headers
2022-06-02 09:56:05 +02:00
openrtx.h
Moved OpenRTX startup code from main.c to dedicated openrtx_init() and openrtx_run() functions in a separate source file.
2022-06-02 10:01:34 +02:00
queue.h
Updated copyright headers
2022-06-02 09:56:05 +02:00
ringbuf.hpp
Changed file extension of all C++ only header files from .h to .hpp
2022-07-09 18:22:36 +02:00
settings.h
Moved mutex for concurrent access to radio state inside state.h/.c, minimized the time spent with state mutex locked when updating the GPS data fields
2022-07-02 10:47:19 +02:00
state.h
Added field to state data structure containing the current operating state of the device. Implemented clean shutdown of all the threads.
2022-07-02 10:47:19 +02:00
threads.h
Reorganised system initialisation sequence, improved reactivity of UI and device threads
2022-07-02 10:47:19 +02:00
ui.h
Moved the UI event queue inside the UI engine itself, UI FSM update now becomes a periodic task
2022-07-02 10:28:28 +02:00
utils.h
Implement new codeplug interface
2022-06-01 15:59:27 +02:00
xmodem.h
Implemented activation of external flash backup and restore via menu entries
2022-03-22 15:10:52 +01:00