Chris Penny
0da650b5bd
changed rc mode to BOXLEDLOW
2015-01-20 10:45:10 +00:00
chris-penny
48bd7c1e19
I hope this is along the right lines... I have it running on NAZE32 ACRO
...
it is using the BOXLLIGHTS at the moment but I'll update it to use
BOXLEDLOW asap
2015-01-19 22:53:02 +00:00
Dominic Clifton
6ef0f2ad63
Fixing typo. Fixes #380 .
2015-01-19 17:29:03 +01:00
Dominic Clifton
2af075fa1d
Merge pull request #373 from rosek86/patch-1
...
Update Building in Windows.md
2015-01-18 23:35:07 +01:00
Dominic Clifton
7ef3c13725
Merge pull request #374 from rosek86/patch-2
...
Update Development.md
2015-01-18 23:34:33 +01:00
Krzysztof Rosiński
cb84394348
Update Development.md
2015-01-18 00:08:34 +01:00
rosek86
ce3c0a5834
Update Building in Windows.md
...
typo
2015-01-17 23:51:00 +01:00
Dominic Clifton
01fb028fe4
Update HoTT connection details
2015-01-17 19:52:42 +00:00
Dominic Clifton
7876530b0f
Merge pull request #371 from nebbian/Bugfix_Failsafe-doesnt-use-mapping
...
Bugfix for failsafe ignoring RX signal mapping
2015-01-17 20:33:13 +01:00
Ben Hitchcock
82161882bb
Bugfix for situations where Rx mapping is being used, and failsafe is kicking in unecessarily. An example is when a GPS is being used on UART2 (Rx pin 4), with the mapping of AET4R123. This code prevents failsafe being triggered by GPS data on Rx pin 4.
2015-01-17 22:29:06 +08:00
Dominic Clifton
d72983e150
Bump version numbers for release.
2015-01-16 12:38:44 +00:00
Dominic Clifton
4945446579
Updating documentation.
2015-01-16 11:33:19 +00:00
tracernz
a81fad9cc2
Add virtual current sensor documentation
...
..and remove a couple of defines I didn't use.
2015-01-16 23:07:06 +13:00
tracernz
a37c6ee9ee
Merge https://github.com/cleanflight/cleanflight into virtualcurrent
2015-01-16 22:03:53 +13:00
tracernz
999f0ce002
Add virtual current sensor support
...
Virtual current sensor calculates an estimate of current based on
throttle position, current_meter_scale, and current_meter_offset.
Documentation to follow later.
2015-01-16 22:00:45 +13:00
Dominic Clifton
b64c71264c
Renaming getRcStickPosition to getRcStickDeflection and moving to
...
rc_controls.c.
2015-01-16 01:00:40 +00:00
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