Commit Graph

1529 Commits (391a733aa8444a5ad976b0e2576cc8789e9bd78e)

Author SHA1 Message Date
skaman82 391a733aa8 Added icons
Changed tab selection function to give each tab a separate class for
icons. Added icons, cleanup work
2015-10-26 00:51:41 +01:00
skaman82 b65c4e738e fixing some things 2015-10-25 22:04:33 +01:00
skaman82 45fb19348d sync 2015-10-24 11:18:17 +02:00
skaman82 8472bf5c53 sync 2015-10-24 11:14:37 +02:00
skaman82 bce809fd7d sync 2015-10-24 11:07:16 +02:00
skaman82 94a10542c3 Some minor CSS changes 2015-10-24 07:24:41 +02:00
skaman82 ba23917ef7 Log bar upgrade to show scroll functionality to user 2015-10-24 06:53:48 +02:00
skaman82 71b9e6dad4 testing logview toggle 2015-10-24 04:28:19 +02:00
skaman82 7dc6fece1d update 2015-10-24 02:59:14 +02:00
skaman82 26cbd414a2 Connect button fix 2015-10-24 02:36:46 +02:00
skaman82 d2c14f15ec Added an new connect button 2015-10-23 22:57:55 +02:00
skaman82 d15dbca994 fixing things… 2015-10-23 16:00:03 +02:00
skaman82 87e9bfd3d9 ...restoring some files 2015-10-23 15:42:32 +02:00
skaman82 6c9c64de31 upload 2015-10-23 15:17:44 +02:00
skaman82 d61970e177 upload 2015-10-23 15:13:33 +02:00
skaman82 3a9c7f3794 Merge remote-tracking branch 'origin/baseflight-configurator-development' into GUI-rework
Conflicts:
	README.md
	js/libraries/d3.min.js
	js/msp.js
	main.html
2015-10-23 14:41:08 +02:00
skaman82 f4539ed413 text shortening 2015-10-23 08:18:19 +02:00
skaman82 a5f60b6dfb Some work on configuration tab 2015-10-23 07:03:02 +02:00
skaman82 1ed7629f97 more trial and error 2015-10-23 03:42:45 +02:00
skaman82 707e2c454b More work done… 2015-10-22 22:27:48 +02:00
skaman82 b0b8cc00d7 Further work and preparation.
Placed dataflash status bar in the header but can’t figure out how to
trigger a readout on connect in serial_backend.js. Some help?
2015-10-22 18:03:17 +02:00
skaman82 10f7cdd1b0 Started to mess around with things… 2015-10-22 15:26:49 +02:00
Dominic Clifton 8e7097c33e Merge pull request #228 from larryho5/master
COLIBRI RACE Support pull request
2015-10-14 20:06:57 +01:00
Larry (TBS) e4f47f8153 - Target-unspecific VCP bugfix 2015-09-14 20:21:09 +08:00
Larry (TBS) 14c4fe1739 - take off reconnect for PR 2015-08-19 16:40:14 +08:00
Larry (TBS) d22f3faf1d * Add Colibri Race Support 2015-08-06 12:19:15 +08: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 34e8c55a00 Merge pull request #184 from ProDrone/yaw-expo
Fixed: Access to Yaw expo in Receiver Tab
2015-05-25 23:36:38 +01:00
Dominic Clifton b1f06ac802 Merge pull request #194 from sherlockflight/whitespace
Preserve consecutive whitespace characters in CLI output
2015-05-25 23:19:14 +01:00
Dominic Clifton e10d8997c4 Fix duplicate option with value '0` for firmware selection. Fixes #195 2015-05-25 23:17:59 +01:00
Dominic Clifton 41cd7f3f18 Update motors tab to handle armed state. Re-order HTML elements on
motors tab.
2015-05-25 23:07:08 +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
Dominic Clifton 487adf3275 Cleanup welcome tab layout. 2015-05-23 14:57:27 +01:00
Dominic Clifton 9efa585c04 Move firmware flasher progress bar to the bottom next to the buttons. 2015-05-22 20:51:16 +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 502a70233a update 2015-05-22 21:37:02 +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
Nicholas Sherlock bc6453dc5a Preserve consecutive whitespace characters on CLI output 2015-05-21 20:56:01 +12:00
Dominic Clifton d749304ec4 Fix missing slash in a url. 2015-05-20 19:12:58 +01:00
Dominic Clifton 2e6f5aa4d4 Prepare for release. 2015-05-20 15:37:28 +01:00
Dominic Clifton 6b93e354c8 Show Pitch P/I/D and Roll P/I/D in-flight adjustments when using
firmware 1.9.0.  Fix missing 'Roll D' inflight adjustment.

Latest Cleanflight release candidate 1.9.0 now has support for them.
Previously it was unknown if the code was going to be in the 1.9.0 or
1.9.1 release.
2015-05-20 00:58:03 +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 5f05e4c8cc Support inflight pitch/roll rate adjustments for fc version >= 1.8.0 and
pitch p,i,d and roll p,i,d adjustments for fc version => 1.9.1
2015-05-18 00:09:29 +01:00