1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/pios/common
2016-08-30 01:22:57 +02:00
..
libraries Changed incorrect #if to #ifdef in pios_msheap.c 2015-09-13 12:39:03 +01:00
pios_adxl345.c OP-1658 - Fixes to other (old and deprecated) sensors 2015-02-03 00:00:05 +01:00
pios_bma180.c OP-1658 - Fixes to other (old and deprecated) sensors 2015-02-03 00:00:05 +01:00
pios_bmp085.c OP-1658 - Fixes to other (old and deprecated) sensors 2015-02-03 00:00:05 +01: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 Raise callbackscheduler stack size 2015-05-18 21:30:03 +02:00
pios_com_msg.c OP-1275 - add ChangeBaud to PIOS_COM_MSG 2014-09-16 00:42:51 +02:00
pios_com.c LP-377 Implement handling of USB_CDC_REQ_SET_LINE_CODING control request for F4 and F1 targets. Removes UsbComBridgeSpeed from hwsettings object. Removes GCS combo boxes related to UsbComBridgeSpeed. Fixes few places where UsbComBridgeSpeed was used for DebugConsole speed config. 2016-08-30 01:22:57 +02: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 LP-381 - Adds circular buffer and run writes within a separate callback 2016-08-17 19:57:29 +02:00
pios_deltatime.c OP-1211 removed unneeded define 2014-02-06 19:34:34 +01:00
pios_dosfs_logfs.c Yaffs or dosfs now conditional linkage for simposix yaffs testing 2014-10-28 08:48:38 +11: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_exbus.c LP-104 LP-196 Signal quality implementation for Graupner HoTT. Uncrustification of flight code. 2016-01-25 00:42:54 +01:00
pios_flash_eeprom.c REVONANO - emulate bigger sector size for erase operations 2015-05-18 21:30:02 +02:00
pios_flash_jedec.c LP-83 fix two known bricking scenarios 2015-12-16 01:46:59 -05:00
pios_flashfs_logfs.c LP-83 fix two known bricking scenarios 2015-12-16 01:46:59 -05:00
pios_flashfs_objlist.c REVONANO - Fix erase settings 2015-05-18 21:30:02 +02:00
pios_gcsrcvr.c OP-943 uses pios_mem API for heap allocation 2014-06-11 22:15:40 +02:00
pios_hcsr04.c OP-943 uses pios_mem API for heap allocation 2014-06-11 22:15:40 +02:00
pios_hmc5x83.c LP-328 Moved i2c operation PIOS_HMC5x83_ReadMag() from _driver_fetch() to _driver_poll() so that fetch() always get good data 2016-06-02 14:34:38 +02: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_hott.c LP-104 LP-196 Signal quality implementation for Graupner HoTT. Uncrustification of flight code. 2016-01-25 00:42:54 +01: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_ibus.c LP-298 Use PIOS_IBUS_NUM_INPUTS like other inputs 2016-08-03 19:52:34 +02:00
pios_instrumentation.c OP-1365 - adds quick and dirty decays to max and min values 2015-02-03 00:00:05 +01:00
pios_l3gd20.c OP-1658 - Fixes to other (old and deprecated) sensors 2015-02-03 00:00:05 +01: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_logfs.c uncrustification! 2014-11-08 12:59:16 +01:00
pios_mem.c OP-1804: Add realloc. 2015-04-16 22:52:09 -07:00
pios_mpu6000.c LP-340 uncrustify 2016-07-12 14:48:11 -04:00
pios_mpu9250.c LP-340 code changes 2016-07-12 14:48:11 -04:00
pios_mpxv.c OP-1869 "scale" lower case 2015-05-13 21:55:18 +02:00
pios_ms4525do.c OP-1273 OP-1282 OP-1283 uncrustify 2014-03-31 22:17:58 +02:00
pios_ms5611.c LP-72 Fix MS5611 driver to allow booting with unpowered i2c devices hanging the bus 2016-05-25 13:51:41 +02:00
pios_notify.c LP-361 - Don't lose notifications when more than an alarm is active 2016-07-17 17:13:09 +02:00
pios_openlrs_rcvr.c LP-190: Removed rfm22breceiver UAVO. 2016-07-12 17:49:16 -07:00
pios_openlrs.c LP-190: Removes RFM22B register definitions from pios_rfm22b_priv.h and switches to using pios_rfm22b_regs.h. Alos addresses a few issues brought up in review. 2016-07-12 17:49:28 -07:00
pios_oplinkrcvr.c LP-190: Moved openlrsstatus UAVO to OPLinkStatus 2016-07-12 17:46:15 -07:00
pios_rcvr.c OP-1803 Return link quality of zero rather than throw an exception if no receiver if the receiver port is undefined 2015-04-20 21:40:42 +01:00
pios_rfm22b_com.c LP-343 Change return type from PIOS_COM_Available() to give extended status about RX and TX availability on given COM device. 2016-06-22 01:57:08 +02:00
pios_rfm22b.c LP-190: Fixes an issue with uninitialized OPLink receiver channels. 2016-07-12 17:49:29 -07:00
pios_sbus.c OP-1803 Uncrustify 2015-04-03 18:30:36 +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_semaphore.c LP-190: Initial checkin that adds OpenLRS receiver support to Revolution and OPLinkMini. 2016-07-12 17:45:33 -07:00
pios_sensors.c LP-281 use correct operator 2016-04-07 01:00:42 +02:00
pios_srxl.c OP-1837 Uncrustify 2015-04-26 21:08:54 +02:00
pios_task_monitor.c LP-96 - Implement CPU idle counters and calibration functions 2015-09-03 20:05:25 +02:00
pios_thread.c LP-190: Initial checkin that adds OpenLRS receiver support to Revolution and OPLinkMini. 2016-07-12 17:45:33 -07:00
pios_trace.c uncrustification! 2014-11-08 12:59:16 +01:00
pios_ubx_dcc.c OP-1477 - Add pios_ubx_ddc driver to handle i2c comms with UBlox GPS 2014-09-16 22:40:52 +02: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 LP-72 Various typo fixes - Set PPM input as default 2016-05-25 13:51:41 +02:00