OpenRTX/openrtx/src
Federico Amedeo Izzo 87703a76e6 Add M17 Settings 2021-09-03 16:44:57 +02:00
..
protocols/M17 M17 transmitter class 2021-09-03 16:44:57 +02:00
rtx Initial implementation of M17 operating mode handler 2021-09-03 16:44:57 +02:00
ui Add M17 Settings 2021-09-03 16:44:57 +02:00
battery.c 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
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 Updated digital filter for compensation of PWM filter frequency response. 2021-09-03 16:43:44 +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 * Combine S-meter and Level meter 2021-09-03 16:44:57 +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 Switched 'v_bat' and 'charge' fields of state struct from float to, respectively, uint16_t and uint8_t and updated UI functions accordingly. Rationale for this change is providing better support for future platforms without hardware floating point unit. 2021-08-14 12:56:45 +02:00