OpenRTX/openrtx/include
Silvano Seva 6995230d8f Extended 'mode' field in CPS data structure to 8 bits, to align its size to the one contained in rtxStatus_t. Modified code for channel data loading in NVM drivers to align it to the new opMode enum values. 2021-06-05 21:21:12 +02: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 Use channel knob to change frequency and navigate menus (TG-238) 2021-06-05 18:11:30 +02:00
rtx Implemented RX tone squelch on MD-UV3x0 and GDx (TG-43) 2021-06-02 12:44:46 +02:00
battery.h Made 'battery_getCharge' return full charge when 'BAT_NONE' is defined 2021-04-10 12:45:07 +02:00
cps.h Extended 'mode' field in CPS data structure to 8 bits, to align its size to the one contained in rtxStatus_t. Modified code for channel data loading in NVM drivers to align it to the new opMode enum values. 2021-06-05 21:21:12 +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 Add DSP code with DC removal and FIR PWM filter compensation 2021-04-16 09:46:32 +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 Add default contrast setting define 2021-04-11 09:10:08 +02:00
state.h Removed packed attribute from rtx and radio state data structures as they can cause crashes due to unaligned memory accesses. 2021-04-15 21:24:26 +02: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 Remove Messages menu as it's not implemented yet 2021-04-11 10:06:12 +02:00