Commit graph

2712 commits

Author SHA1 Message Date
Michael Jakob 5fccedd5f3 Deactivate BlackBox and GPS for ALIENWIIF3 2015-03-17 21:35:11 +01:00
Michael Jakob 0c0b2e8461 Enable battery monitoring for Sparky and ALIENWII F3 2015-03-17 21:35:10 +01:00
Nicholas Sherlock 3e8ce5833f Simplify blackbox header writing using new printf() 2015-03-17 22:52:05 +13:00
Nicholas Sherlock bcadd0803a Merge pull request #624 from ledvinap/improvement-blackbox
Simplify Blackbox code by improving printf() and using that instead of longer more specialised code
2015-03-17 22:30:21 +13:00
Petr Ledvina 35ef95cec7 blackbox - support arrays greater that 10 elements / use printf to print numbers 2015-03-17 09:34:52 +01:00
Petr Ledvina 8d2dc82f4b blackboxPrintf - return number of characters written
change fmt to `const char*`
2015-03-17 09:33:16 +01:00
Petr Ledvina c90231f35c printf - implement '%n' 2015-03-17 09:27:54 +01:00
Petr Ledvina ae67870db1 Modify prinf-like functions to return number of characters written 2015-03-17 09:27:19 +01:00
Dominic Clifton 8e6570754c Add the first unit test for the mixer.
See #16
2015-03-16 22:56:14 +01:00
Jenny 1ff8c177ce Update battery_unittest.cc
additions for feature and calculateThrottleStatus
2015-03-16 15:03:46 +00:00
Jenny 3160677e1c Merge remote-tracking branch 'upstream/master' into VCM_motor_stop_fix 2015-03-16 14:58:57 +00:00
Administrator 934adfc613 Merge remote-tracking branch 'cleanflight/master' into docs 2015-03-15 19:55:13 -04:00
Dominic Clifton 1e7fb08b9d Ensure failsafe is not reset when using stale serial rx channel data. 2015-03-15 22:05:54 +01:00
Dominic Clifton 001cd74add Merge pull request #626 from tracernz/patch-1
Add note on passthrough mode
2015-03-15 08:42:15 +01:00
tracernz 0f3c4afcc4 Add note on passthrough mode 2015-03-15 17:11:49 +13:00
Administrator f6ef4273b4 Markdown touchups 2015-03-14 23:50:32 -04:00
Administrator 4baec3eed2 Wrap ASCII board in code block to correct display formatting 2015-03-14 23:46:51 -04:00
Administrator 1747f621d4 Better formatting and more verbose 2015-03-14 23:31:34 -04:00
Administrator c38611191d Add 5V pad warning, and configurator setting. 2015-03-14 23:21:05 -04:00
Administrator ae83189085 Board recovery documentation. 2015-03-14 21:34:34 -04:00
Dominic Clifton e08c83fdc9 Use the same pattern for cleaning the frame complete flag in spektrum
and xbus driver as used in sbus/sumd/sumh drivers.

Very minor performance optimization too since the flag is only checked
once per main loop instead of once per channel read.
2015-03-15 00:02:45 +01:00
Dominic Clifton 7d6e4aa390 Updating the SerialRX drivers so they can report back a failsafe
condition.  Improve SumD driver, when a failsafe is detected the values
from the frame will be used (same behaviour as SBus when SBus RX reports
failsafe).
2015-03-14 23:28:38 +01:00
Dominic Clifton 0e2356bf00 Updating failsafe documentation. 2015-03-14 22:14:39 +01:00
Dominic Clifton 0b99a2e791 Merge pull request #611 from dascons/patch-2
Update CONTRIBUTING.md
2015-03-14 21:21:16 +01:00
Dominic Clifton 9b092a841b Merge pull request #621 from OpCode1300/docs
GPS support and hardware split
2015-03-14 21:20:51 +01:00
Dominic Clifton 6059089bb6 Fix disabling of acc and mag sensors.
Closes #623
2015-03-14 21:01:19 +01:00
Dominic Clifton 4cf6fe6571 Rename 'frsky_hiprec_vfas' to 'frsky_vfas_precision' and introduce enum
for FRSKY_VFAS_PRECISION_LOW and FRSKY_VFAS_PRECISION_HIGH.

Improves naming for humans.  'hiprec' was meaningless and
untranslatable. See
https://cleancoders.com/episode/clean-code-episode-2/show
2015-03-13 23:49:24 +01:00
Dominic Clifton d82fc6b9be Merge pull request #477 from projectkk2glider/projectkk2glider/issue_316_frsky_voltages
Fixes #316: better arithmetics for FrSky CELL voltages, VFAS battery vol...
2015-03-13 23:40:24 +01:00
Dominic Clifton 626bd29dae Merge pull request #592 from sherlockflight/blackbox-serial-baud
Support new 230400 baud rate which allows >750Hz Blackbox logging
2015-03-13 23:24:57 +01:00
Dominic Clifton ecc6645783 CC3D - Adding instructions on how to restore the OpenPilot bootloader
via JLink.
2015-03-13 23:06:27 +01:00
Dominic Clifton ccb1698ba5 Add human readable versions of the serial functions bitmask values to
help non-developers understand.
2015-03-13 22:28:10 +01:00
Dominic Clifton 3b77626dd8 Only enable VBat ADC when VBat feature is enabled.
Fixes #612
2015-03-13 22:28:10 +01:00
Administrator 028d616169 GPS support and hardware split
Moved supported hardware to new doc. Added support for Ublox Neo-M8N
2015-03-13 14:06:20 -04:00
Dominic Clifton 8fcffa1454 Merge pull request #616 from ledvinap/fix-small-angle
Fix small_angle type to match CLI
2015-03-13 13:52:06 +01:00
Petr Ledvina 59df4e502b Fix small_angle type to match CLI
int8_t small_angle prevents using angles>128deg (and thus disabling it with small_angle=180)
2015-03-12 15:25:30 +01:00
dascons 6f7f1d7430 Update LedStrip.md
Minor changes stating that the leds can now be configured by the GUI and a link to http://blog.oscarliang.net/setup-rgb-led-cleanflight/
2015-03-12 23:36:57 +13:00
dascons b7dc9b0b10 Update CONTRIBUTING.md
Fix small spelling error
2015-03-12 23:16:39 +13:00
Dominic Clifton fce1d5a680 Bump MSP API version for recent MSP_RC_TUNING changes. 2015-03-11 22:40:10 +01:00
Jenny 40cc7697fe Update to Virtual Current Meter fix
now using rc_controls/calculateThrottleStatus()
unneeded dependencies removed.
2015-03-11 20:03:25 +00:00
Dominic Clifton 764b1ecc18 Merge pull request #576 from tracernz/vcm-doc
Fix error in VCM docs
2015-03-11 20:19:09 +01:00
Dominic Clifton bf95cbcaf4 Merge pull request #602 from dkisselev/patch-1
Fix default value on updated pid_at_main_throttle
2015-03-11 20:17:29 +01:00
Dominic Clifton f62b5c883d Merge pull request #601 from tricopterY/tricopterY-patch-1
Update serial_msp.c
2015-03-11 20:15:24 +01:00
Dominic Clifton 3a0a4e70f9 Merge pull request #608 from icdark/patch-1
Fix typo in "PID tuning.md"
2015-03-11 20:11:04 +01:00
Dominic Clifton 77eefd1a8f Merge pull request #610 from joefarmer/mixer-docs
Updated Mixer.md for custom mixer types with examples
2015-03-11 20:10:22 +01:00
Jenny 7c2a2a1732 Merge remote-tracking branch 'upstream/master' into VCM_motor_stop_fix 2015-03-11 18:43:29 +00:00
Brnadon Miller 036fa9c049 Added custom mixer examples and documentation 2015-03-11 14:20:45 -04:00
Brnadon Miller 4fd51ef3ba Merge remote-tracking branch 'cleanflight/master' 2015-03-11 14:17:02 -04:00
Brnadon Miller eccdca9262 Merge remote-tracking branch 'remotes/cleanflight/master' 2015-03-11 14:04:12 -04:00
Dominic Clifton 3fdd9f788c Merge pull request #579 from joefarmer/master
Update LedStrip documentation from issue tracker 555
2015-03-11 18:23:13 +01:00
icdark e1be456b3c Fix typo in "PID tuning.md" 2015-03-11 12:36:54 +01:00