835 Commits (1aa85865582403148972171268f3e9482ca4db65)

Author SHA1 Message Date
Mike Smith 42abbb41fd Add options to generate assembly listings for all of the compiled 14 years ago
unknown a4e001bbcf Adding CMake support 14 years ago
Amilcar Lucas 1f29197771 Revert more of 6dcbc7f44bc0. 14 years ago
Amilcar Lucas f08cea8044 These changes were meant to be inside commit a14c06adc06b. I'm sorry but reverting stuff is not that easy 14 years ago
Amilcar Lucas 5406991831 Added support for routing any function to any of the aux. servos. 14 years ago
Jason Short ecd14f4425 Cleaned up guided mode 14 years ago
DrZiplok c0b4cb661f GNU sed wants -r, Darwin/BSD sed wants -E. 14 years ago
Amilcar Lucas c7b3bfd295 Use the G_RC_AUX macro when possible. Added more comments. Remove unused code 14 years ago
Mike Smith c1460add3b Reinstate a Cygwin workround that was backed out by the previous changes. 14 years ago
Amilcar Lucas 77c798abd5 Use G_RC_AUX macro to simplify accessing the auxiliary servos 14 years ago
Amilcar Lucas 46f9d4cec8 This is ugly, but it fixes compilation on arduino 14 years ago
Amilcar Lucas ce010b4e38 Moved update_aux_servo_function() to the RC_Channel_aux.* files. 14 years ago
Jason Short d50ed35077 Added a state machine intended to run at 250hz to the DCM. Spread load of DCM out to lower CPU. 14 years ago
Amilcar Lucas 213969202a Moved the RC_Channel_aux class to its own file. The includes could be improved, has anyone got any ideas how ? 14 years ago
Amilcar Lucas c5fd792024 Make the switch case complete 14 years ago
Amilcar Lucas 9f14c5f578 Fix RC range reversal 14 years ago
Amilcar Lucas dd19a7302d I do not understand this, but it looks like it needs int8 here 14 years ago
Amilcar Lucas 84f108d598 Fix manual values mapping 14 years ago
Amilcar Lucas d84f80cb0d Moved enum values around to make code simpler to read and use 14 years ago
Amilcar Lucas 386e80eaf6 Added comments and TODO 14 years ago
Andrew Tridgell 0a793a1327 Revert "added support for AP_ADC MAVLink packet" 14 years ago
Andrew Tridgell a2c1caacf5 Revert "added support for AP_ADC MAVLink packet" 14 years ago
Andrew Tridgell 95af8dc172 mavlink: import new version with AP_ADC packet 14 years ago
Amilcar Lucas f4998c3673 Moved a function from radio.pde to the RC_Channel_aux library. Now its more readable and reusable 14 years ago
Amilcar Lucas b3d4bb1478 Again remove some more files from the APM_Camera branch 14 years ago
Andrew Tridgell 0b9dbf4645 mavlink: import new version with AP_ADC packet 14 years ago
Amilcar Lucas a8e68040f5 These files are not meant to be in master, they should only be in the APM_Camera branch for now 14 years ago
Amilcar Lucas b7a0d8836a This is the real HEAD of the APM_Camera branch. Seams that lots of changes got lost in the SVN to GIT port 14 years ago
Amilcar Lucas f40c85a601 This is the real HEAD of the APM_Camera branch. Seams that lots of changes got lost in the SVN to GIT port 14 years ago
jasonshort e05de48e2d Adding reverse to Channel Raw output (unscaled output) to fix camera reversing. 14 years ago
joeholdsworth@gmail.com 6dbfd78197 updated make file for cygwin compatibility 14 years ago
tridge60@gmail.com 3072b61aeb updated XML MAVLink definitions 14 years ago
jasonshort 363abab14e Changed bit shifts to division, relying on the compiler. 14 years ago
tridge60@gmail.com 641099d2ed renamed ACM_PI to APM_PI to fix build 14 years ago
jasonshort ab876ebe13 Adding ACM_PI 14 years ago
tridge60@gmail.com 89f9fafb90 BetterSerial has txspace() now 14 years ago
tridge60@gmail.com 2e989fd101 replace space() with txspace() 14 years ago
tridge60@gmail.com 7774ac534e added comm_get_txspace() to GCS_MAVLink 14 years ago
tridge60@gmail.com c822bad359 added txspace() method to FastSerial 14 years ago
tridge60@gmail.com 5980e80333 fixed spelling 14 years ago
jasonshort 694bfc5b87 Added two filters to the RawTemp and RawPress values to increase accuracy from noisy temp sensor. 14 years ago
jasonshort 4ec8805216 Reverted to older PID. Restored the older filter, and removed PI command. I am no longer using PID for the quad and have switched to PIPI loops which perform much better. The D term in this class is not that great. 14 years ago
tridge60@gmail.com fa1a6d3beb shrink the size of mavlink_message_t using max dialect message size 14 years ago
tridge60@gmail.com 754ab0290b import new mavlink version 14 years ago
rmackay9@yahoo.com 0e15cecfb4 AP_RangeFinder - removed LV version because we use XL which covers both types of sonars 14 years ago
tridge60@gmail.com dab8c0cca8 AP_Var: added EEPROM wear levelling 14 years ago
tridge60@gmail.com 06c4f60490 AP_Var: avoid wearing out EEPROM by re-writing the same value 14 years ago
tridge60@gmail.com e099079cc0 AP_Var: fixed a logic bug in APVar::key() 14 years ago
tridge60@gmail.com b8b8b7e8ca AP_Var: fill all of EEPROM with 0xFF on erase_all() 14 years ago
tridge60@gmail.com 6075b7ce73 dataflash: fixed some compiler warnings 14 years ago