OpenRTX/openrtx/include/core
Niccolò Izzo dc250a25d6 Implement new codeplug interface
The new codeplug interface was implemented for linux and retrofitted to
all the existing OpenRTX platforms. Limited unit testing was also
implemented.

TG-428
2022-06-01 15:59:27 +02:00
..
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 Created 'core' subfolders inside openrtx/include and openrtx/src containing main OpenRTX source files 2022-03-05 10:39:35 +01:00
chan.h Created 'core' subfolders inside openrtx/include and openrtx/src containing main OpenRTX source files 2022-03-05 10:39:35 +01:00
cps.h Implement new codeplug interface 2022-06-01 15:59:27 +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 Created 'core' subfolders inside openrtx/include and openrtx/src containing main OpenRTX source files 2022-03-05 10:39:35 +01:00
dsp.h Moved state variables of PWM compensator and DC removal filter outside the function bodies to allow keeping their consistency among function calls 2022-05-27 21:48:47 +02:00
event.h Created 'core' subfolders inside openrtx/include and openrtx/src containing main OpenRTX source files 2022-03-05 10:39:35 +01:00
gps.h Cleanup and reorganisation of state header file, new OpenRTX CPS data structure 2022-06-01 15:04:17 +02:00
input.h Created 'core' subfolders inside openrtx/include and openrtx/src containing main OpenRTX source files 2022-03-05 10:39:35 +01:00
memory_profiling.h Created 'core' subfolders inside openrtx/include and openrtx/src containing main OpenRTX source files 2022-03-05 10:39:35 +01:00
queue.h Created 'core' subfolders inside openrtx/include and openrtx/src containing main OpenRTX source files 2022-03-05 10:39:35 +01: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 Created 'core' subfolders inside openrtx/include and openrtx/src containing main OpenRTX source files 2022-03-05 10:39:35 +01:00
state.h Implement new codeplug interface 2022-06-01 15:59:27 +02:00
threads.h Created 'core' subfolders inside openrtx/include and openrtx/src containing main OpenRTX source files 2022-03-05 10:39:35 +01:00
ui.h Renamed zones into banks to align to M17 codeplug naming convention. 2022-06-01 14:56:22 +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