Michael Corcoran
d89e9682c2
DFU: Make permissions compulsary, make DFU detection more robust
2015-10-15 13:00:43 +13:00
Michael Corcoran
88a59f05c9
STM32DFU: Remove line missed in c038785
2015-10-15 12:59:44 +13:00
Michael Corcoran
42a8d38e32
STM32: Check for DFU device after device reboot
2015-10-15 12:59:44 +13:00
Michael Corcoran
8b029edbcf
Enable flashing using USB-DFU protocol
...
For new boards like Tornado
2015-10-15 12:59:44 +13:00
Dominic Clifton
7bf70092d3
Fix backup, broken by a missed rename in 1cb6413
.
2015-10-14 21:48:09 +01:00
Dominic Clifton
43423ec7f9
Merge pull request #237 from sherlockflight/pid-rounding
...
Fix rounding of floating point values in crunch() (rc_rate, pids, etc)
2015-10-14 20:40:28 +01:00
Dominic Clifton
eb2aa5b4e5
Allow configuration of servo angle at min/max from GUI.
...
Closes #193
2015-10-14 20:27:47 +01:00
Dominic Clifton
d1396d8918
Merge pull request #224 from sherlockflight/msp-rx
...
Add control sticks for MSP Rx, suitable for debugging CF without a Tx
2015-10-14 20:09:10 +01:00
Dominic Clifton
240bfbc442
Merge pull request #220 from ProDrone/handle_unsupported_msp_msg
...
Handle unsupported MSP messages
2015-10-14 20:02:22 +01:00
Dominic Clifton
fb683c27a6
Bump three library to r72.
2015-10-02 22:48:29 +01:00
Dominic Clifton
8317bcb607
Bump three library to r71.
2015-10-02 22:42:02 +01:00
Dominic Clifton
70903b7639
Bump three library to r70.
2015-10-02 21:35:16 +01:00
Dominic Clifton
aa5fe105c4
Bump d3 library.
2015-10-02 21:11:07 +01:00
Dominic Clifton
ddeaceaf60
Bump jQuery libraries.
2015-10-02 21:01:35 +01:00
Dominic Clifton
b698169d20
Prepare for release
2015-10-02 21:01:08 +01:00
Nicholas Sherlock
ef0c637877
Add control sticks for MSP Rx, suitable for debugging CF without a Tx
2015-08-30 02:23:40 +12:00
Nicholas Sherlock
fa3888a9d8
Fix rounding of floating point values in crunch() (rc_rate, pids, etc)
2015-08-20 12:14:33 +12:00
ProDrone
717025cbde
Skip and log unsupported messages
2015-07-20 01:05:31 +02:00
ProDrone
56a209a1e8
Detect and register unsupported message error from FC
2015-07-20 01:05:19 +02:00
Dominic Clifton
b1eb21cb78
Bump date.
2015-07-13 02:09:24 +01:00
Dominic Clifton
687c0f1a84
Remove legacy servo configuration which originated from the overloaded
...
use of the servo 'rate'. All servos are free to be configured
regardless of whether the mixer actually uses those servos.
2015-07-13 02:01:19 +01:00
Dominic Clifton
1cb64130cc
update servo tab on configurator
...
1) work around 1.9.0 MSP buffer size bug.
2) support updated API for 1.12 (CF >= 1.10.0)
2015-07-13 00:02:58 +01:00
Dominic Clifton
4e41f46523
First cut of support for custom airplane and tricopter on servos tab.
2015-06-28 23:19:03 +01:00
Dominic Clifton
438dc8d46d
Some changes required for the 'custom-servo-mixers' cleanflight branch.
...
TODO - Support old version of MSP_SERVO_CONF
2015-06-28 22:30:36 +01:00
Dominic Clifton
8d39b3f8cc
Fix handling of MSP_SERVO and MSP_MOTOR. Previously the code assumed
...
there was always 8 servos and 8 motors.
2015-06-01 11:02:09 +01:00
Dominic Clifton
774fcf5f68
Merge commit '34e8c55a006ed3a2a989bf4e57c32bfa2e56f35b' into development
...
Conflicts:
js/msp.js
2015-05-25 23:43:52 +01:00
Dominic Clifton
dec46c0d30
Update changelog and prepare for release
2015-05-23 15:03:45 +01:00
Dominic Clifton
5707a12858
Fix for some incorrect data being left in the data structures after
...
connecting to two different firmware revisions.
This is a hack, the true fix should be to re-initialise the data
structures that are found in data_storage.js. See #197
2015-05-23 15:03:15 +01:00
ProDrone
322b7c1085
Fix access to `RC_YAW_EXPO` in `MSP_RC_TUNING` data packet
2015-05-22 21:37:04 +02:00
ProDrone
ab883c6dc5
Cleanup code indention and positioning the rc_yaw_expo field
2015-05-22 21:37:03 +02:00
borisbstyle
34c6077b5c
Yaw Expo Feature
2015-05-22 21:37:01 +02:00
Dominic Clifton
3086a98828
Add support for manual baud rate selection to firmware flasher.
2015-05-22 02:29:29 +01:00
Dominic Clifton
5471ab7f65
Add support for STM32 Extended Erase to allow erasing only needed pages.
2015-05-22 02:18:40 +01:00
Dominic Clifton
2f6160d6a1
Merge branch 'eziosoft-master' into development
2015-05-22 00:27:38 +01:00
Dominic Clifton
90cc08c86b
Test and cleanup STM32 extended erase bootloader command support.
...
Note: entire chip only for now - 'Full Chip Erase' checkbox is ignored.
2015-05-22 00:27:09 +01:00
Dominic Clifton
2e6f5aa4d4
Prepare for release.
2015-05-20 15:37:28 +01:00
Bart
ef682cdca9
STM F3 support
...
Partial F3 support. Should be enough to flash correctly.
Currently only full chip erase is supported.
IT IS NOT TESTED AT ALL as I don't have hardware
2015-05-19 03:04:40 +02:00
Dominic Clifton
d18e5a9559
Merge branch 'manual_comport_selection' of git://github.com/pulsar256/cleanflight-configurator into pulsar256-manual_comport_selection
2015-05-17 23:11:58 +01:00
Paul Rogalinski
cabeba70f7
checkbox to show dev releases, code refactoring
2015-05-17 23:01:27 +01:00
Paul Rogalinski
8913b8bb1c
handle setups with no non-bt serial ports - for real
2015-05-10 22:30:00 +02:00
Paul Rogalinski
21a75ea7d3
gui cosmetics, handle setups with no non-bt serial ports
2015-05-10 21:51:16 +02:00
Paul Rogalinski
1bb63a597b
manual port override as chrome won't enumerate bluetooth serial ports on linux
2015-05-10 14:37:31 +02:00
Dominic Clifton
d10023ec4b
Update changelog and prepare for release.
2015-05-09 04:36:30 +01:00
Dominic Clifton
0f95f4ec4c
Improve MSP handling of servo configuration. Fixes backup of CJMCU
...
boards.
2015-05-07 22:47:32 +01:00
Dominic Clifton
244685c9a6
Update version checking code to use semantic versioning - see
...
http://semver.org/
semver.js creating using browserify.
https://www.brcdn.org/?module=semver&version=4.3.4
2015-05-07 22:10:26 +01:00
Mauro Mombelli
e781e14617
fix for undefined function
...
ArrayBuffer does NOT have length but byteLength parameter.
2015-04-28 10:20:48 +02:00
Dominic Clifton
37a1c0d3e7
Update changelog and prepare for release.
2015-04-14 13:33:38 +01:00
Dominic Clifton
bf353192ef
Avoid backing up invalid looptime/arming configuration for firmware with
...
api < 1.8
2015-04-14 13:29:44 +01:00
Dominic Clifton
2398f10b62
Fix for restoring backups created with 0.63.0 for firmwares with api <
...
1.8.0 that were saved with incorrect looptime.
2015-04-14 13:25:45 +01:00
Dominic Clifton
77d608063d
Prepare for release.
2015-03-29 16:18:54 +01:00