OpenRTX/openrtx/src
Federico Amedeo Izzo 95a8e99605 kbd_task: Send keyboard event when the key is pressed, not when it's lifted 2020-12-18 18:42:17 +01:00
..
graphics Improve battery drawing function 2020-12-11 14:17:06 +01:00
battery.c Adjust voltage thresholds 2020-12-18 17:46:15 +01:00
bootstrap.c Made task stack size platform dependent, since values for ARM target were too small for a correct execution on x64 2020-11-28 21:19:37 +01:00
calibUtils.c Fixed bug in MD3x0 calibration loader, made the input parameters of 'interpCalParameter' const 2020-12-06 19:33:27 +01:00
main.c Made calls to 'display_renderRows' and 'display_render' blocking, thus not requiring anymore to busy wiat on 'display_renderingInProgress'. Modifications involved only MDx display driver, the others were already blocking. 2020-12-12 10:16:26 +01:00
state.c Reorganised radio state data structure, bringing in new channel_t variable. 2020-11-26 15:25:26 +01:00
threads.c kbd_task: Send keyboard event when the key is pressed, not when it's lifted 2020-12-18 18:42:17 +01:00
ui.c UI: Adapt updateFSM() to new keyboard message format 2020-12-17 22:18:44 +01:00