1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/pios/common
2014-06-06 22:15:18 +02:00
..
libraries OP-1079 - Update to FreeRTOS v7.5.2 2013-09-04 20:26:23 -07:00
pios_adxl345.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_bma180.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_bmp085.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_board_info.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_callbackscheduler.c OP-1294 Resize stack for CallbackScheduler. 2014-04-07 00:31:48 +02:00
pios_com_msg.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_com.c OP-1218 Raise time PIOS_COM_SendBuffer waits to acquire sendbuffer semaphore 2014-02-15 22:05:56 +01:00
pios_crc.c OP-1122 OP-1158 added facility to update a CRC with uavobject data (flight side) 2014-01-12 15:12:41 +01:00
pios_debuglog.c Just uncrustification 2013-11-26 00:43:02 +01:00
pios_deltatime.c OP-1211 removed unneeded define 2014-02-06 19:34:34 +01:00
pios_dosfs_logfs.c Make use of (now supported) standard snprintf in stdarg-printf when used in logfs 2013-11-17 02:49:53 +01:00
pios_etasv3.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_flash_jedec.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_flashfs_logfs.c Uncrustify 2013-06-18 20:23:46 +02:00
pios_gcsrcvr.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_hcsr04.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_hmc5843.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_hmc5883.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_i2c_esc.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_iap.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_instrumentation.c OP-1365 Flight code instrumentation API: PiOS Implementation 2014-06-06 22:15:18 +02:00
pios_l3gd20.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_led.c Moves pios_led functionality to pios_gpio and makes pios_led a thin layer over pios_gpio. Supports configuring multiple sets of GPIOs. 2013-07-28 07:01:08 -07:00
pios_mpu6000.c OP-1049: Hotfix to 13.06.02 for MPU6000 FIFO overflow on CC3D when board initialisation takes 2013-07-28 01:16:22 +09:30
pios_mpxv.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_ms4525do.c OP-1273 OP-1282 OP-1283 uncrustify 2014-03-31 22:17:58 +02:00
pios_ms5611.c OP-1149 change POW2 as POW2(0) led to undefined results 2014-02-09 12:05:40 +01:00
pios_notify.c OP-1302 Add a stub pios_notify API for user interaction/notifications 2014-04-13 17:42:57 +02:00
pios_oplinkrcvr.c OP-932: Adds an oplink receiver device, which is based on the gcs receiver device, but uses the OPLinkReceiver UAVObject. The OPLinkReceiver packets are generated on the OPLink modem. 2013-06-26 17:56:20 -07:00
pios_rcvr.c OP-932 Adds a semaphore to PPM input to signal when a new frame has been received. This can be used to process a new frame with as low a latency as possible. 2013-06-26 17:56:10 -07:00
pios_rfm22b_com.c OP-932 Adds a direct PPM channel on each Tx packet when in PPM mode, and adds a PPM only mode that uses a 9600 bps air datarate. Also updates the OPLink configuration tab and moves all OPLink configuration to the OPLink configuration tab on the Revo, and customizes the OPLink configuration tab for the Revo. 2013-06-26 18:01:54 -07:00
pios_rfm22b.c OP-1033 pios_rfm22b.c will not be messed up by uncrustify anymore :) 2014-04-09 09:06:18 +02:00
pios_sbus.c Adding R7008SB end byte as a possible end of frame check for S.Bus 2014-01-03 18:25:44 +01:00
pios_sdcard.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_task_monitor.c OP-1026 fix review issues 2014-03-09 16:08:27 +01:00
pios_usb_desc_hid_cdc.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_usb_desc_hid_only.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_usb_util.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_video.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00
pios_wavplay.c Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES 2013-05-19 17:37:30 +03:00