Commit graph

2712 commits

Author SHA1 Message Date
Dominic Clifton
b7462c0b3d Merge pull request #351 from nebbian/baseflight-pid-horizon-mode-tuneup_a
Baseflight pid (pid_controller=2) horizon mode tuneup
2015-01-16 00:50:12 +00:00
Dominic Clifton
eceace7f08 Merge pull request #354 from sherlockflight/master
Add blackbox logging for AutoTune events
2015-01-16 00:47:43 +00:00
Dominic Clifton
d8fa662446 Shorten SBus frame timeout. Fixes #361.
See 5401092afa.
2015-01-16 00:42:15 +00:00
Dominic Clifton
8caff86006 Update MSP_SET_LED_STRIP_CONFIG. Each LED must be sent one at a time
since sending 32 leds needs a packet larger than the MSP receiver buffer
allows.
2015-01-16 00:09:02 +00:00
Dominic Clifton
5de6fee787 Minor const correctness. 2015-01-15 23:48:27 +00:00
Nicholas Sherlock
a61f7eeddf Clean shutdown of blackbox (allows us to write "log completed" event) 2015-01-16 10:52:35 +13:00
Nicholas Sherlock
0b424b00c4 Merge remote-tracking branch 'upstream/master' 2015-01-16 10:50:10 +13:00
Stefan Grufman
51dd9a4367 Added documentation for Align DMSS RJ01 receiver support. 2015-01-15 20:27:00 +01:00
Stefan Grufman
0a3a8667d1 Merge branch 'master' into xbus_jr01 2015-01-15 20:15:36 +01:00
Dominic Clifton
d2e6742917 Fix typo in Configuration.md 2015-01-15 16:55:37 +00:00
Dominic Clifton
a0969755fd Move gui screenshot to new Screenshots folder. 2015-01-15 16:55:03 +00:00
Dominic Clifton
ad65722f0e Code size reduction when led animation is disabled. 2015-01-15 16:53:14 +00:00
Dominic Clifton
947bb0d918 Minor code size reduction. Adding some const correctness. 2015-01-15 10:48:54 +00:00
Dominic Clifton
138fd963a7 Removing known issues and todo list, the issue tracker is now used
instead.
2015-01-15 10:38:48 +00:00
Dominic Clifton
30b928c0bc Cleanup unit test compiler flags. Fix compiler warnings in unit test
and related code.
2015-01-14 15:09:29 +00:00
Dominic Clifton
bf88696847 Update unit tests to correctly use C/C++ where appropriate. Cleanup
makefile by using additional whitespace.
2015-01-14 14:24:34 +00:00
Nicholas Sherlock
cf37c5247f Merge remote-tracking branch 'upstream/master' 2015-01-14 15:44:35 +13:00
Nicholas Sherlock
b893e457f1 Don't break the blackbox stream when PIDs change in-flight 2015-01-14 15:42:38 +13:00
Nicholas Sherlock
2b1e8c12fc Add Blackbox logging for autotune events 2015-01-14 15:14:25 +13:00
Nicholas Sherlock
f7a9a628b6 Add logging for GPS ground course (heading) 2015-01-14 11:46:53 +13:00
Dominic Clifton
319614fab6 Merge pull request #350 from curtisbyers/patch-1
Fix broken link in Buzzer.md.
2015-01-13 00:26:32 +00:00
curtisbyers
b8fa926b3d Fix broken link in Buzzer.md. 2015-01-12 17:50:55 -06:00
Dominic Clifton
ec09f0d7fb Adding a Futuba SBus RX to the list of known working SBus receivers. 2015-01-12 23:28:07 +00:00
Dominic Clifton
c1efede883 Merge pull request #349 from pimvanpelt/master
Building on Ubuntu
2015-01-12 22:58:45 +00:00
Dominic Clifton
b6ac9204d3 STM32F3 - Fix LED Strip hardware initialisation. 2015-01-12 22:02:10 +00:00
Pim van Pelt
c12e1fe087 Various tests/build for 4.8 on SPARKY, tested by AKfreak, add attributions 2015-01-12 23:00:09 +01:00
Pim van Pelt
90a36aea77 Add notes on success/fail TARGETs. Add Penguin to the list. 2015-01-12 22:28:31 +01:00
Pim van Pelt
b261f1a46e Merge remote-tracking branch 'upstream/master' 2015-01-12 22:06:56 +01:00
Pim van Pelt
a89ed666cd Building on Ubuntu 2015-01-12 22:04:45 +01:00
Dominic Clifton
4e0cdf5e86 Merge pull request #338 from Akfreak/patch-6
Update LedStrip.md for Sparky
2015-01-12 16:50:53 +00:00
Dominic Clifton
d7ee09c666 Update .gitignore to exclude generated files. 2015-01-12 10:51:43 +00:00
Dominic Clifton
32888b673f Rename ID column to MSP ID in Modes documenation. 2015-01-11 20:39:45 +00:00
Dominic Clifton
c041bf8b66 Merge pull request #345 from eziosoft/patch-1
Update Modes.md
2015-01-11 20:37:12 +00:00
eziosoft
68be127f9c Update Modes.md
IDs corrected according to the source code
2015-01-11 21:32:24 +01:00
Akfreak
efbffee51a Update LedStrip.md
Data added or the Spaky board, "| Sparky, pin PWM5, signal PA6
2015-01-10 22:03:10 -08:00
Nicholas Sherlock
a43ae266f5 Transmit blackbox header slower on faster looptimes to avoid errors 2015-01-11 14:36:05 +13:00
Dominic Clifton
a64fcfe960 Merge pull request #334 from JBFUK/patch-1
Update LedStrip.md
2015-01-11 01:19:34 +00:00
Dominic Clifton
5d8e39f2d9 SPARKY - Add LED STRIP support.
Update PWM mapping to avoid PWM/LedStrip clash on Motor output pin 5.
2015-01-11 00:24:57 +00:00
Dominic Clifton
5a07194d62 LedStrip - Fix missing GPIO Output type configuration. 2015-01-11 00:24:52 +00:00
Dominic Clifton
3e6646ec45 STM32F3 - Fix LED Strip timer initialisation. 2015-01-10 22:54:04 +00:00
Joel Fuster
f5afb74126 motorCount needs to be global 2015-01-10 14:33:52 -05:00
Joel Fuster
09862aed78 Merge with upstream 2015-01-10 14:31:34 -05:00
Joel Fuster
a81d686a84 Merge branch 'master' of https://github.com/cleanflight/cleanflight 2015-01-10 14:27:19 -05:00
JBFUK
c8d4743ba0 Update LedStrip.md 2015-01-09 19:22:44 +00:00
Dominic Clifton
da2f38aca6 Merge pull request #333 from Malaquitte/patch-2
Update Battery.md
2015-01-09 14:03:53 +00:00
Malaquitte
0c9c69736d Update Battery.md
Minor text correction
2015-01-09 14:49:48 +01:00
Dominic Clifton
8310a97605 Updaing receiver documentation. 2015-01-09 11:30:21 +00:00
Dominic Clifton
4fed4ece97 Merge branch 'dave-pitman-patch-1' 2015-01-09 11:21:14 +00:00
Dave Pitman
ac3d35d971 Update Controls.md 2015-01-09 11:20:57 +00:00
Dave Pitman
bfc348b349 Update Controls.md
Include link to a Multiwii TX stick command pdf file
This File is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.  To view a copy of this license,
visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300,  San Francisco,
California, 94105, USA.
2015-01-09 11:20:57 +00:00