..
libraries
First round review comments
2014-10-14 17:17:59 +11:00
pios_adxl345.c
Merge branch 'amorale/OP-943_add_malloc_for_ccsram' into next
2014-06-22 19:31:03 +02:00
pios_bma180.c
OP-943 uses pios_mem API for heap allocation
2014-06-11 22:15:40 +02: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-943 uses pios_mem API for heap allocation
2014-06-11 22:15:40 +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
Merge branch 'amorale/OP-1476_1477_1275_GPSV9_pios_firmware_bootloader' into next
2014-10-03 00:37:55 +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
OP-1395 - Reset log num when changing flight num. fix flight num update logic
2014-07-09 23:05:38 +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_flash_jedec.c
OP-1395 - Add support for Fast read, explicitly set SPI clock speed to maximum allowed by all parts used
2014-07-08 02:53:25 +02:00
pios_flashfs_logfs.c
OP-943 uses pios_mem API for heap allocation
2014-06-11 22:15:40 +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
OP-1477 - Fix mag exti config, set correct rate, set correct SPI speed for hmc5x83. Note: GPIO is disabled as it seems there is some issues with Exti on PB0
2014-10-01 02:07:46 +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_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: add documentation to pios_instrumentation_helper, uncrustification
2014-06-10 22:13:20 +02:00
pios_l3gd20.c
OP-943 uses pios_mem API for heap allocation
2014-06-11 22:15:40 +02: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-943 add missing pios_mem.c from previous commit
2014-06-11 23:54:28 +02:00
pios_mpu6000.c
OP-1535 - Refactor MPU6k driver to allow direct and fifo access based on configuration
2014-10-10 22:33:50 +02:00
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-1379 - Prevent loosing any update to background notification and notifications with priority higher than current
2014-09-21 23:32:52 +02:00
pios_oplinkrcvr.c
OP-943 uses pios_mem API for heap allocation
2014-06-11 22:15:40 +02:00
pios_rcvr.c
OP-943 uses pios_mem API for heap allocation
2014-06-11 22:15:40 +02: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-1522 New channel allocation
2015-02-02 21:25:38 +01:00
pios_sbus.c
OP-1473 Fix EOF handling for R7008SB
2014-09-04 18:15:36 +02: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-943 uses pios_mem API for heap allocation
2014-06-11 22:15:40 +02: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
Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES
2013-05-19 17:37:30 +03:00