OpenRTX/openrtx/include/core
vk7js e09ce7e95a Added function implementation to read voiceprompts.vpc header, then read in the table of contents into ram, and then on request, read the codec2 data into the codec2 buffer given an offset and length into the data. 2022-10-28 08:30:46 +02:00
..
audio_codec.h Implemented reference counting inside codec2 management module, allowing for multiple calls of codec_init() 2022-10-28 08:30:46 +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 code of compensating filter for MDx PWM-based DAC to a dedicated class. 2022-08-28 12:17:04 +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 Small reorganization of threads and tasks 2022-09-08 09:11:00 +02:00
graphics.h Reorganised graphics module and moved graphics.h from interfaces to core folder 2022-07-18 21:30:43 +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 Added vpLevel and vpPhoneticSpell to settings. 2022-10-28 08:30:46 +02:00
state.h Small reorganization of threads and tasks 2022-09-08 09:11:00 +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 Added Voice menu to settings. 2022-10-28 08:30:46 +02:00
utils.h Implement new codeplug interface 2022-06-01 15:59:27 +02:00
voicePromptUtils.h Apply clang-format 2022-10-28 08:30:46 +02:00
voicePrompts.h Added function implementation to read voiceprompts.vpc header, then read in the table of contents into ram, and then on request, read the codec2 data into the codec2 buffer given an offset and length into the data. 2022-10-28 08:30:46 +02:00
xmodem.h Implemented activation of external flash backup and restore via menu entries 2022-03-22 15:10:52 +01:00