| .. |
|
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
|
Updated copyright headers
|
2022-06-02 09:56:05 +02:00 |
|
event.h
|
Updated copyright headers
|
2022-06-02 09:56:05 +02:00 |
|
gps.h
|
Reorganised GPS task to make it a non-blocking task to be called periodically
|
2022-07-02 10:28:28 +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.h
|
RingBuffer class: implemented eraseElement() function, rewritten the pop() function in a cleaner way, fixed a bug in the pop() function causing the not_full condition variable to be never rised.
|
2022-05-27 21:49:33 +02:00 |
|
settings.h
|
Updated copyright headers
|
2022-06-02 09:56:05 +02:00 |
|
state.h
|
Clean termination of all the threads on device shutdown
|
2022-07-02 10:28:28 +02:00 |
|
threads.h
|
Updated copyright headers
|
2022-06-02 09:56:05 +02:00 |
|
ui.h
|
Renamed 'HAS_GPS' and 'HAS_RTC' to, respectively, 'GPS_PRESENT' and 'RTC_PRESENT'
|
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 |