1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/libraries
2013-05-04 19:24:01 +09:30
..
inc OP-924: Completely turn off PPM output when it's not being refreshed. Also fixed testing of PPM input on the OPlink that was broken when the return values were changed to negative values. The PPM values were being stored in an unsigned datatype, which made detecting negative error returns impossible. 2013-05-01 02:48:45 +01:00
math OP-931: Makes flight code compile with -Wfloat-equal and -Wunsuffixed-float-constants enabled. 2013-04-30 20:36:42 +09:30
PyMite Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
rscode Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
aes.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
alarms.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
CoordinateConversions.c OP-931: Makes flight code compile with -Wfloat-equal and -Wunsuffixed-float-constants enabled. 2013-04-30 20:36:42 +09:30
fifo_buffer.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
insgps13state.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
insgps16state.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
insgps_helper.c Cherry-pick and hand-merge of Sami's math cleanup commit from branch sambas/diffnext: 5f3e0c3e1d 2013-04-28 10:45:28 +09:30
op_dfu.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
paths.c Merge branch 'next' into hyper/OP-931_extra_compiler_warnings and update as necessary. 2013-05-04 11:12:44 +09:30
printf2.c OP-931: Makes flight code compile with -Wfloat-equal and -Wunsuffixed-float-constants enabled. 2013-04-30 20:36:42 +09:30
printf-stdarg.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
sanitycheck.c Merge remote-tracking branch 'origin/next' into sambas/diffnext 2013-04-26 16:31:19 +03:00
stopwatch.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
taskmonitor.c Rename Libraries->libraries, Modules->modules 2013-04-25 13:13:36 +03:00
WorldMagModel.c OP-931: Adds -Wdouble-promotion compiler option and fixes problems that the compiler then identifies. 2013-05-04 19:24:01 +09:30