842 Commits (0bbcd6570fd20eca5813e4f9e3a9e038e5492f44)
 

Author SHA1 Message Date
timecop 58eb2b966f added configurable motor and servo period settings (50-498Hz). both set by cli, default is 50 for servo, 400 for motors. 13 years ago
timecop 97cdebfb13 added windows batch file to make uploading firmware easier. it calls command line version of STMFlashLoader. 13 years ago
timecop c98b6b30af main uart baud rate commit before tearing stuff up 13 years ago
timecop da5ac020e1 added gps baudrage config setting 13 years ago
timecop 791d67b4ee added separate yaw deadband from issue #6 after fixing some stuff. config version bumped again. 13 years ago
timecop e0537e5aa0 nice boner in PWM output 13 years ago
timecop 96829b7306 synced code with multiwii 2.0 release 13 years ago
timecop fd9d986169 added printing detected sensors in 'status' in cli 13 years ago
timecop 007e033364 committed (untested) GPS support by sbaron; 13 years ago
timecop 0534444b2d temporarily removed throttle calibration. broken until further notice. 13 years ago
timecop 670390e7a6 ugh. only check 1st channel. 13 years ago
timecop f39ed713cb cancel throttle calibration if any RC signal is detected 13 years ago
timecop be56a148f6 send 1000us for low throttle during cal, not minthrottle. 13 years ago
timecop 8318331f27 fixed mag calibration stuff as reported by multiwii dudes 13 years ago
timecop c526d2f3b9 renamed orient to align for sensor orientation 13 years ago
timecop 8bcbf5e41e added mincheck, maxcheck, vbatscale to settings configurable via cli 13 years ago
timecop c1cb4287b7 removed dependency on sprintf which caused gcc to puke (shock and horror). 13 years ago
timecop 2fc24b338e implemented various things for cli 13 years ago
timecop 2861482bb6 cli improvements by simonk 13 years ago
timecop 3748f2b72d patch for core_cm3 and new gcc fail 13 years ago
timecop 7592316c04 added inflight acc cal as a feature (NOT TESTED NOT GUARANTEED TO WORK ETC) 13 years ago
timecop 0f6a75af4a committing before tearing stuff up 13 years ago
timecop 07be618756 latest bulit hex is now in SVN to save time creating uploads. 13 years ago
timecop 204d25d491 added i2cWriteBuffer() for ledring stuff 13 years ago
timecop 6e88b8ae30 started adding ledring stuff (yawn). found out i2c was broken, stopped. 13 years ago
timecop fa29022f21 git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@109 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61 13 years ago
timecop 634f344a12 fixing bicopter mixer... AGAIN. 13 years ago
timecop e92d9e8261 Makefile fixes by IceWind - make building on lunix / mac succeed, and I've tested it works on a real OS as well. 13 years ago
timecop 5091f3e9ff moved source files around in preparation to adding makefile build way 13 years ago
timecop aae8ef4c3d warnings fixes by gke 13 years ago
timecop ef0f756c7b added pwm/ppm switch cli command 13 years ago
timecop 9b48d45bca trashed old eeprom config struct and retarded eeprom code. replaced with config_t stuff to allow more dynamic changes 13 years ago
timecop 14e12ce0bf added startup assembler for gcc-based build 13 years ago
timecop 0545d79457 changed mag orientation again... output seems a bit more sane now. 13 years ago
timecop 57b289466d added featureClearAll to fix pwm/ppm switching due to erased eeprom being FF's 13 years ago
timecop da757d9250 fixes stupid config mistake that messed up servo values stored in eeprom. 13 years ago
timecop 13173a30dc added dynamic mixer stuff 13 years ago
timecop e1afcdca09 merged multiwii_dev-20120219 13 years ago
timecop 5ff5b69db6 turn on both leds when entering STM32 bootloader mode. this should give visual cue when bootloader has been activated. added i2c timeouts and i2c error counter. 13 years ago
timecop e4574698c5 fixed open #endif in sensors.c, and added using i2cUnstick() at startup to clean up I2C bus. 13 years ago
timecop 738541b269 implemented IAP by using ROM bootloader, changed ADXL init stuff, changed mag axis orientation. added startup assembly file to root since it got modified with bootloader reboot check. 13 years ago
timecop d262c6e66c imported STM32 multiwii port into baseflight dir 13 years ago