12453 Commits (master)
 

Author SHA1 Message Date
timecop@gmail.com 58d362d33e corrected magnetometer alignment bug found by CrashPilot1000 - during mag calibration, axes must be swapped per sensor alignment, which didn't happen. 12 years ago
timecop@gmail.com 5de9dc47e0 fix boxorder output (retarded workaround for stupidity in multiwiigui) 12 years ago
timecop@gmail.com ef9de70161 [PATCH] GPS: Signal Strength for u-Blox only 12 years ago
timecop@gmail.com 61caceb861 [PATCH 4/4] Make: unbrick target to flash w/ bootloader pins shortened 12 years ago
timecop@gmail.com 96af1bd530 [PATCH 3/4] Add SERIAL_DEVICE to the Makefile for configuring the flash target 12 years ago
timecop@gmail.com 04eb65c883 [PATCH 2/4] gitignore 12 years ago
timecop@gmail.com 73f599c4e9 [PATCH 1/4] add make target for flashing naze from linux 12 years ago
timecop@gmail.com 01572cbb96 fix for micros() when not running at default 72MHz. Was affecting intrc-only operation at 64MHz. Updated uvproj to latest keil mdk 12 years ago
timecop@gmail.com 2e64a5d4e1 premature buffer overrun fix for completion 12 years ago
timecop@gmail.com b6fc652b20 beginnings of cli editing support by cehteh; (still buggy) 12 years ago
timecop@gmail.com 3f8fc1b509 oops, this is NOT ready for public consumption yet. 12 years ago
timecop@gmail.com c26603dd72 some more minor updates from 2.2 12 years ago
timecop@gmail.com 9cde60b285 MERGE - Adding GDB support to the makefile. Use the build option 12 years ago
Dominic Clifton fdc9d219d3 Adding GDB support to the makefile. Use the build option DEBUG=GDB to have the .elf file contain debugging symbols. 12 years ago
timecop@gmail.com f2c7ad585a Adding GDB support to the makefile. Use the build option 12 years ago
timecop@gmail.com 4bde0d0c9c MERGE - OLIMEXINO - Initial support for the OLIMEXINO board. 12 years ago
Dominic Clifton 4da8accfc0 OLIMEXINO - Initial support for the OLIMEXINO board. 12 years ago
timecop@gmail.com f2a931d248 OLIMEXINO - Initial support for the OLIMEXINO board. 12 years ago
timecop@gmail.com 880b7418fd fixed bug with telemetry/powermeter labels in CLI - wasn't synced with enum properly. 12 years ago
timecop@gmail.com 98d0581ac2 part 2 of ?? of mw2.2 merge (still not flight-tested, so no binaries) 12 years ago
timecop@gmail.com 491b3627f6 begin initial merge of 2.2 features 12 years ago
timecop@gmail.com bba9bc291f added some more configurable frobs to cli. commit before 2.2 merge. 12 years ago
timecop@gmail.com 600f50ecac added MSP_UID patch from cGiessen 12 years ago
timecop@gmail.com c88614046b reversed o/n meaning from previous commit to actually mean what I said :) 12 years ago
timecop@gmail.com bc627783f8 removed mpu6050_scale cli since it's now autodetected. 12 years ago
timecop@gmail.com fc185b8e15 rewrote mpu6050 revision sensing code to match that of eMPL from Invensense. 12 years ago
timecop@gmail.com e0af7acf4f corrected short options for getopt. 12 years ago
timecop@gmail.com f5616f1437 add -n parameter to stmloader to prevent sending reboot sequence in case STM32 was already in bootloader mode (by fiendie) 12 years ago
timecop@gmail.com 4c0fe94072 further accuracy improvement for mag calculation. 12 years ago
timecop@gmail.com d1d6a5d5ef very nice proper magnetometer vector rotation from crashpilot1000 12 years ago
timecop@gmail.com 785443789c third time's the charm (fixed + confirmed tiltmix gimbal) 12 years ago
timecop@gmail.com fc4693af3a let's try this again (simple gimbal sign fix) 12 years ago
timecop@gmail.com a1ac53c841 changed cpu to CBT6 in release build; 12 years ago
bouwens.mehl@gmail.com 2ee7bb3162 wrong commit. should be part of a new branch. 12 years ago
bouwens.mehl@gmail.com f34c57833e Kalman filter integration 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