OpenRTX/openrtx/include/core
Silvano Seva ce1dc202ae Added support for half-hour timezones, moved datetime_t struct fields from bitfields to full 8-bit variables, added function to adjust the off-range fields of a datetime_t struct. 2022-10-31 11:41:54 +01:00
..
audio_codec.h Moved audio_path header file from interfaces to core, moved enums of audio source, sink and priority to audio.h 2022-10-28 09:47:47 +02:00
audio_path.h Implementation of audio path manager 2022-10-28 09:47: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
beeps.h Added vp_beepSeries to play a melody. 2022-10-28 08:30:47 +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 Added support for half-hour timezones, moved datetime_t struct fields from bitfields to full 8-bit variables, added function to adjust the off-range fields of a datetime_t struct. 2022-10-31 11:41:54 +01: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 support for half-hour timezones, moved datetime_t struct fields from bitfields to full 8-bit variables, added function to adjust the off-range fields of a datetime_t struct. 2022-10-31 11:41:54 +01: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 Refactored to decouple vp_init from speaking of splash screen. 2022-10-31 08:41:31 +01:00
voicePrompts.h Refactored to decouple vp_init from speaking of splash screen. 2022-10-31 08:41:31 +01:00
xmodem.h Implemented activation of external flash backup and restore via menu entries 2022-03-22 15:10:52 +01:00