189 Commits (0bbcd6570fd20eca5813e4f9e3a9e038e5492f44)

Author SHA1 Message Date
timecop@gmail.com a1ac53c841 changed cpu to CBT6 in release build; 12 years ago
timecop@gmail.com bd08f337e7 Ah, finally fixed spektrum stuff. after PWM rewrite, spektrum init ended up before pwm init, so when rcReadRawFunc was assigned, it was always set to PWM. oops. Thanks to Cerberis @ irc for the patch. 12 years ago
timecop@gmail.com 006e6629f6 Added GIMBAL_MIXTILT (16) to gimbal_flags. Setting gimbal_flags=16 will use "mixed" gimbal i.e. SERVO_MIX_TILT from MultiWii. Untested, but should work(tm). 12 years ago
timecop@gmail.com e7bc3cc38e oops. 12 years ago
timecop@gmail.com af7e135d75 fix from frog32 for external adc channel allocation; 12 years ago
timecop@gmail.com 12dfa8915d slight improvement to motion threshold calculation 12 years ago
timecop@gmail.com 23acf529d7 implemented using one of RC inputs as ADC channel for power meter. 12 years ago
timecop@gmail.com e59f639951 made gyrodiff for motion detection configurable, 0 = disabled 12 years ago
timecop@gmail.com 0976133f1f added acc_trim stuff into cli 12 years ago
timecop@gmail.com 9fc43d5357 fixed MPU6050 sig stuff, d'oh 12 years ago
timecop@gmail.com 021b486916 added ability to swap sensor axises dynamically. still needs a sane way to configire in CLI, though. 12 years ago
timecop@gmail.com 193902079c moved some readonly strings to flash, thanks zyp 12 years ago
timecop@gmail.com 005308b430 Applied patch from trunet for running at 64MHz off HSI for broken Chinese kcopter clones 12 years ago
timecop@gmail.com 4a4c0d585d sign error in HEX6P mix. 12 years ago
timecop@gmail.com 1dea2b3b3b integrated tommie's eeprom sanity check. much less chances of new firmware screwing up due to old config version. 12 years ago
timecop@gmail.com 9d5bfdb60b forgot to add lpf_for_velocity into tunables for new althold 12 years ago
timecop@gmail.com 2544c290ae enabled mahowik althold by default. let the users figure it out. 12 years ago
timecop@gmail.com 817eb09b8a fixed bug in soft_i2c driver (doesnt affect anyone except testing) 12 years ago
timecop@gmail.com f3ce558871 flying wing servo output fix 12 years ago
timecop@gmail.com a139b96de6 fixed bug with MTK init - stuff was sent without delay while changing baudrates, and it would wreck stuff - changing rate mid-buffer. oops. should work now. 12 years ago
timecop@gmail.com 70884d69d5 bring back flying wing w/all configuration options 12 years ago
timecop@gmail.com b94c13b1c5 allow using GPS in PWM input mode. This (obviously) reduces number of available channels by 2. 12 years ago
timecop@gmail.com 4ed57b2696 fix for airplane pwm mode - variable wasn't initialized, resulting in non-working motors on some compilers. 12 years ago
timecop@gmail.com 3cd8e4e3f6 added printf() support via SpareTimeLabs printf lib. this cleaned up some mess inside cli.c 12 years ago
timecop@gmail.com 98cba890e1 moving towards custom mixer table and proper fixedwing mixer. 12 years ago
timecop@gmail.com fef43457c0 buffer overrun in cli parser, increased command buffer. oops. thanks nicodh. 12 years ago
timecop@gmail.com b2bc4bf9e6 Finished merging GPS autoconfig + ubx protocol code. 12 years ago
timecop@gmail.com 80d7ba604b merged multiwii GPS code from 1097. still no support for UBX, or GPS auto-config, soon. 12 years ago
timecop 70db9006af mag init after gyro 12 years ago
timecop fd9d077d8b I2C bypass mode permanently enabled on MPU6050. 12 years ago
timecop 10570a6579 i2c no-ack fix (never actually worked properly, fixed now) 12 years ago
timecop e6cb4a0b1c cleaned up bmp085 driver 12 years ago
timecop ee76242525 rewritten and cleaned up PWM driver 12 years ago
timecop 288d0ca4a6 committing built firmware w/currentTime fix 12 years ago
timecop e894dba995 fixed bug in mpu6050 accel code 13 years ago
timecop ecda218e8f added support for l3g4200d i2c gyro, autodetected 13 years ago
timecop 75adda0597 allow 0 for looptime to go back to not-rate-limited loop. 13 years ago
timecop c98113b82c synced with mwc 2.1. it's suprising how many "new" things in 2.1 didn't actually matter on a real platform. 13 years ago
timecop e70d7b5d16 added softi2c source file (oops) 13 years ago
timecop 23d11299b8 added test driver for software i2c. disabled by default. no, that wasn't the cause of cycletime jumps. 13 years ago
timecop 829331c020 added pidalt stuff into cli 13 years ago
timecop c998f5ca67 added support for outputting FrSky telemetry by silpstream @ rcgroups 13 years ago
timecop 9c2204c179 synced serial protocol to multiwii-dev 20120622 13 years ago
timecop 2fd5645dce made sonar support compiled in (lol) 13 years ago
timecop 4366c7f0d4 adding sonar support from sbaron, disabled by default. 13 years ago
timecop 09de7d7d03 rebuild FY90Q version. 13 years ago
timecop f73ccdd0a9 fixed mma driver ID; 13 years ago
timecop 8fb580d3f5 added FY90Q buyild target to Makefile 13 years ago
timecop 572d5827cc took out cycle counter stuff for timing, now using systick + counter strictly. ... seems improved loop precision a bit. 13 years ago
timecop 19ca85963b trashed uvop keil file since that was system-specific stuff. 13 years ago