.. |
baseflight_startups
|
Initial support for FY90Q hardware
|
2012-04-08 14:46:50 +00:00 |
board.h
|
Fixing IFDEFs for FY90Q target
|
2013-08-15 21:51:26 +01:00 |
buzzer.c
|
Applied patch from trunet for running at 64MHz off HSI for broken Chinese kcopter clones
|
2012-10-06 14:40:24 +00:00 |
cli.c
|
amazing patch from jef78m for cli set
|
2013-06-20 01:15:42 +00:00 |
config.c
|
+ added alternative PID controller from http://www.multiwii.com/forum/viewtopic.php?f=8&t=3671
|
2013-06-16 08:49:36 +00:00 |
drv_adc.c
|
implemented using one of RC inputs as ADC channel for power meter.
|
2012-10-19 02:43:27 +00:00 |
drv_adc.h
|
implemented using one of RC inputs as ADC channel for power meter.
|
2012-10-19 02:43:27 +00:00 |
drv_adc_fy90q.c
|
begin initial merge of 2.2 features
|
2013-03-14 14:03:30 +00:00 |
drv_adxl345.c
|
merged changes from multiwii_dev 20120504. this means new serial protocol, new buzzer code
|
2012-05-05 12:47:52 +00:00 |
drv_adxl345.h
|
fixed acczero offsets to 0 on initial eeprom cleanup
|
2012-04-07 15:29:00 +00:00 |
drv_bmp085.c
|
part 2 of ?? of mw2.2 merge (still not flight-tested, so no binaries)
|
2013-03-23 15:58:18 +00:00 |
drv_bmp085.h
|
cleaned up bmp085 driver
|
2012-08-20 10:25:10 +00:00 |
drv_hcsr04.c
|
added softi2c source file (oops)
|
2012-07-14 07:43:18 +00:00 |
drv_hcsr04.h
|
adding sonar support from sbaron, disabled by default.
|
2012-06-15 13:53:49 +00:00 |
drv_hmc5883l.c
|
went back to non-casted version of mag buffer conversion to int16 to allow (proper) compilers to insert REV16
|
2013-06-12 03:07:26 +00:00 |
drv_hmc5883l.h
|
corrected magnetometer alignment bug found by CrashPilot1000 - during mag calibration, axes must be swapped per sensor alignment, which didn't happen.
|
2013-06-12 02:45:56 +00:00 |
drv_i2c.c
|
removed data copying in i2c write - this wasn't needed, we'll see if rabbit2 "developers" will "fix" this bug too.
|
2013-06-19 06:45:39 +00:00 |
drv_i2c.h
|
added i2cWriteBuffer() for ledring stuff
|
2012-03-13 15:32:38 +00:00 |
drv_i2c_soft.c
|
fixed bug in soft_i2c driver (doesnt affect anyone except testing)
|
2012-09-18 13:29:35 +00:00 |
drv_l3g4200d.c
|
begin initial merge of 2.2 features
|
2013-03-14 14:03:30 +00:00 |
drv_l3g4200d.h
|
begin initial merge of 2.2 features
|
2013-03-14 14:03:30 +00:00 |
drv_ledring.c
|
synced serial protocol to multiwii-dev 20120622
|
2012-06-30 13:20:53 +00:00 |
drv_ledring.h
|
started adding ledring stuff (yawn). found out i2c was broken, stopped.
|
2012-03-13 10:49:23 +00:00 |
drv_mma845x.c
|
OLIMEXINO - Initial support for the OLIMEXINO board.
|
2013-04-09 00:15:34 +02:00 |
drv_mma845x.h
|
oops, forgot to commit mma845x driver.
|
2012-05-19 03:07:00 +00:00 |
drv_mpu3050.c
|
begin initial merge of 2.2 features
|
2013-03-14 14:03:30 +00:00 |
drv_mpu3050.h
|
begin initial merge of 2.2 features
|
2013-03-14 14:03:30 +00:00 |
drv_mpu6050.c
|
begin initial merge of 2.2 features
|
2013-03-14 14:03:30 +00:00 |
drv_mpu6050.h
|
begin initial merge of 2.2 features
|
2013-03-14 14:03:30 +00:00 |
drv_ms5611.c
|
part 2 of ?? of mw2.2 merge (still not flight-tested, so no binaries)
|
2013-03-23 15:58:18 +00:00 |
drv_ms5611.h
|
cleaned up bmp085 driver
|
2012-08-20 10:25:10 +00:00 |
drv_pwm.c
|
beginnings of cli editing support by cehteh; (still buggy)
|
2013-05-09 12:26:11 +00:00 |
drv_pwm.h
|
beginnings of cli editing support by cehteh; (still buggy)
|
2013-05-09 12:26:11 +00:00 |
drv_pwm_fy90q.c
|
beginnings of cli editing support by cehteh; (still buggy)
|
2013-05-09 12:26:11 +00:00 |
drv_system.c
|
fix for micros() when not running at default 72MHz. Was affecting intrc-only operation at 64MHz. Updated uvproj to latest keil mdk
|
2013-05-29 00:05:33 +00:00 |
drv_system.h
|
moved source files around in preparation to adding makefile build way
|
2012-03-06 04:41:23 +00:00 |
drv_uart.c
|
new printf() is too fucking fast, causing DMA buffer overrun in UART transmit. fixed that. Doesn't affect GCC targets.
|
2013-06-19 03:10:45 +00:00 |
drv_uart.h
|
new printf() is too fucking fast, causing DMA buffer overrun in UART transmit. fixed that. Doesn't affect GCC targets.
|
2013-06-19 03:10:45 +00:00 |
gps.c
|
[PATCH] GPS: Signal Strength for u-Blox only
|
2013-05-29 09:11:38 +00:00 |
imu.c
|
beginnings of cli editing support by cehteh; (still buggy)
|
2013-05-09 12:26:11 +00:00 |
main.c
|
Merge branch 'upstream' of github.com:multiwii/baseflight into upstream
|
2013-06-24 20:34:33 +01:00 |
mixer.c
|
begin initial merge of 2.2 features
|
2013-03-14 14:03:30 +00:00 |
mw.c
|
acctrim was broken because changes were never getting saved.
|
2013-06-22 09:11:41 +00:00 |
mw.h
|
+ added alternative PID controller from http://www.multiwii.com/forum/viewtopic.php?f=8&t=3671
|
2013-06-16 08:49:36 +00:00 |
printf.c
|
removed dependency on built-in printf() when using keil - they provided a much better internal one than GNU
|
2013-06-18 08:11:56 +00:00 |
printf.h
|
added printf() support via SpareTimeLabs printf lib. this cleaned up some mess inside cli.c
|
2012-09-06 06:35:02 +00:00 |
sensors.c
|
Merge branch 'upstream' of github.com:multiwii/baseflight into upstream
|
2013-06-24 20:34:33 +01:00 |
serial.c
|
amazing patch from jef78m for cli set
|
2013-06-20 01:15:42 +00:00 |
spektrum.c
|
begin initial merge of 2.2 features
|
2013-03-14 14:03:30 +00:00 |
telemetry.c
|
fixed bug with telemetry/powermeter labels in CLI - wasn't synced with enum properly.
|
2013-04-07 09:24:31 +00:00 |