OpenRTX/openrtx/include
Alessio Caiazza 82699f3d07 Implement an SDL main loop inside the Main Thread 2021-12-23 14:52:25 +01:00
..
calibration New radio driver for GDx. Renamed some entries in GDx calibration data structure 2021-05-29 08:20:12 +02:00
fonts/adafruit Manually trim FreeSans6pt7b font to make it more symmetric 2021-03-14 18:43:33 +01:00
interfaces Created function for writing settings and VFO status to NVM, starting of temporary implementation writing data to the MCU's internal flash 2021-11-08 22:22:26 +01:00
protocols/M17 Implemented function for inverse code puncturing in M17 protocol 2021-10-03 12:09:00 +02:00
rtx Experimental implementation of voice transmission in M17 protocol handler 2021-09-07 12:22:35 +02:00
battery.h Modified 'battery_getCharge': now it takes as input the battery voltage in mV and returns charge percentage as an integer ranging from 0 to 100. Function body is implemented using fixed point math instead of floats for improved platform compatibility when hardware floating point support is not present. 2021-08-14 12:52:55 +02:00
chan.h Implement an SDL main loop inside the Main Thread 2021-12-23 14:52:25 +01:00
cps.h Add M17 codeplug data structures 2021-09-03 16:44:57 +02:00
datatypes.h Moved to C++ and refactored AT1846S driver, grouping common code. A C-callable wrapper is also provided. TG-37 2021-05-29 08:19:47 +02:00
dsp.h Class for implementation of FIR filters 2021-09-03 16:44:56 +02:00
event.h Moving to miosix kernel: swapped old uC/OS-III task management functions with pthread ones 2021-03-13 09:16:06 +01:00
gps.h Fix various warnings 2021-02-17 11:21:46 +01:00
input.h Added function to radio API allowing to fine tune the radio's VCXO polarisation voltage. Currently, this functionality is effective only on MD-3x0 devices. (TG-195 #ready-for-test) 2021-06-03 14:50:47 +02:00
memory_profiling.h Implemented stack and heap memory profiling functions. TG-47 2021-04-12 12:03:15 +02:00
queue.h Applied __attribute__((packed)) to all data structures to reduce memory footprint 2021-03-26 18:11:22 +01:00
settings.h Reorganised settings data structure 2021-11-08 21:44:33 +01:00
state.h Created function for writing settings and VFO status to NVM, starting of temporary implementation writing data to the MCU's internal flash 2021-11-08 22:22:26 +01:00
threads.h Made the main() thread run the UI task, thus removing the need for a dedicated one 2021-03-14 17:17:24 +01:00
ui.h Fixed compilation error with GDx targets 2021-10-06 21:43:07 +02:00