1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/PipXtreme
2012-03-18 17:43:29 -07:00
..
inc Moved unused crc.c/h back to PipXtreme directory. 2012-03-18 10:26:47 -07:00
reserved pipx: COM device ids are now 32bit not 8bit 2011-02-13 15:54:26 +00:00
System Moved RFM22B code from PipXtreme to pios_rfm22b.c driver. The radio is now passing data. 2012-03-18 10:22:05 -07:00
api_config.c com: remove all references to PIOS_COM_ReceiveBufferUsed() 2012-01-02 14:27:06 -05:00
crc.c Moved unused crc.c/h back to PipXtreme directory. 2012-03-18 10:26:47 -07:00
gpio_in.c Added some files to the PipXtreme folder. 2010-10-13 07:49:05 +00:00
main.c Update to use the delay API to get entropy rather than reading the timer directly. 2011-07-23 13:53:42 -07:00
Makefile Added Reed-Solomon error correction to PipXtreme. The code is a slight modification of rsscode (http://rscode.sourceforge.net). Packet acking has also been turned on as the default, so each packet is error corrected, and if errors remain, the packet is NACKed, otherwise it is ACKed. Also temporarily turned off UAVTalk parsing. This was causing the CC to be identified as a PipX due to the PipX sending UAVObjects (I believe) from the system module. The system module is going to have to be modified/replaced for the PipX. 2012-03-18 17:43:29 -07:00
packet_handler.c Moved RFM22B code from PipXtreme to pios_rfm22b.c driver. The radio is now passing data. 2012-03-18 10:22:05 -07:00
pios_board.c board_hw_defs: factor out board-specific hw config definitions 2012-01-22 19:41:41 -05:00
pios_usb_board_data.c usb: allow runtime selection of USB descriptors via hwsettings 2012-01-14 14:28:15 -05:00
ppm.c Rewrote PipX's PPM input decoder to do away with supervisor timer/monitor. 2011-03-09 17:36:11 +00:00
rfm22b.c Various minor changes to do with switch modem mode on the fly but mainly PPM Input decoder (with error/noise detection) is now working 2011-03-06 18:52:18 +00:00
saved_settings.c Added "Ready-To-Send-Time" parameter adjustment 2011-02-15 12:57:46 +00:00
stopwatch.c Added some files to the PipXtreme folder. 2010-10-13 07:49:05 +00:00
stream.c Various minor changes to do with switch modem mode on the fly but mainly PPM Input decoder (with error/noise detection) is now working 2011-03-06 18:52:18 +00:00
transparent_comms.c com: remove all references to PIOS_COM_ReceiveBufferUsed() 2012-01-02 14:27:06 -05:00
watchdog.c removed pios_board.h 2011-01-13 19:22:54 +00:00