OpenRTX/openrtx/src
Silvano Seva a1ca509eec Restore original functionality of getCurrentFreeHeap() memory profiling function, as the cause of its incorrect behaviour has been found 2021-08-10 09:35:00 +02:00
..
rtx Implemented RX tone squelch on MD-UV3x0 and GDx (TG-43) 2021-06-02 12:44:46 +02:00
ui Fix squelch control on md3x0 2021-07-10 06:57:09 +02:00
battery.c Made 'battery_getCharge' return full charge when 'BAT_NONE' is defined 2021-04-10 12:45:07 +02:00
calibUtils.c Fixed bug in MD3x0 calibration loader, made the input parameters of 'interpCalParameter' const 2020-12-06 19:33:27 +01:00
dsp.cpp Add DSP code with DC removal and FIR PWM filter compensation 2021-04-16 09:46:32 +02:00
gps.c Fix for #20, caused by a memory leak when clearing information about GPS satellites in state data structure 2021-03-26 17:50:06 +01:00
graphics.c Improve gfx_printLine calculation 2021-04-10 11:10:52 +02:00
input.c Add input parsing functions 2020-12-30 15:46:43 +01:00
main.c Added 'platform_pwrButtonStatus' API function, which returns the current status of the power button/knob. Implemented power on/off mechanism on MD-9600 2021-04-11 12:38:20 +02:00
memory_profiling.cpp Restore original functionality of getCurrentFreeHeap() memory profiling function, as the cause of its incorrect behaviour has been found 2021-08-10 09:35:00 +02:00
queue.c Minimal refactoring of queue sources 2021-03-13 09:16:06 +01:00
state.c Set initial frequency based on supported bands (TG-239) 2021-06-05 11:06:22 +02:00
threads.c Driver for STM32F4 USART3, can be used as a debug serial interface on MD3x0 devices without GPS and is enabled by defining the macro MD3x0_ENABLE_DBG 2021-07-09 08:53:12 +02:00