1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 12:25:13 +03:00
Commit graph

1960 commits

Author SHA1 Message Date
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
Dominic Clifton
045d2b0ca4 Use updated IDs for MSP_LOOP_TIME and MSP_SET_LOOP_TIME. Cleanup and
fix backup/restore arming config.  Backup restore/looptime.  Add config
migration of looptime and arming config.  Rename MSP_RCMAP to
MSP_RX_MAP to match cleanflight code.
2015-03-29 15:01:54 +01:00
Dominic Clifton
2e046db53e Ensure offset variable is updated consistently in MSP_MISC.
See 9261163ca2
2015-03-29 12:06:33 +01:00
tricopterY
54c5d9b44c Reworked msp.js - MSP_ARMING_CONFIG, MSP_SET_ARMING_CONFIG 2015-03-29 08:58:01 +11:00
tricopterY
e362130810 Reworked data_storage.js - ARMING_CONFIG 2015-03-29 08:45:08 +11:00
tricopterY
68dbf1707e Merge pull request #11 from cleanflight/development
Sync to latest changes
2015-03-23 08:43:54 +11:00
Dominic Clifton
52d7670977 Move apiVersion to appear before profiles in backup file. 2015-03-22 09:25:32 +00:00
Dominic Clifton
2e5acfc1bd Fix the 0.63.0 serial port configuration migration code. 2015-03-22 09:19:10 +00:00
tricopterY
a1f932f36a Reworked msp.js - new code MSP_ARM_CONFIG etc 2015-03-18 14:46:24 +11:00
tricopterY
e5235e46e6 Code style check data_storage.js 2015-03-18 14:29:09 +11:00
tricopterY
ea78239cac Reworked data_storage.js - ARM_CONFIG and LOOP_TIME 2015-03-18 14:24:50 +11:00
tricopterY
9261163ca2 Reworked msp.js
MISC.auto_disarm_delay, MISC.disarm_kill_switch are CONFIG.apiVersion dependent
2015-03-15 17:04:40 +11:00
tricopterY
fde8edfe1e MISC auto_disarm_delay and disarm_kill_switch 2015-03-14 11:17:30 +11:00
tricopterY
fc656d4ac2 MISC auto_disarm_delay and disarm_kill_switch 2015-03-14 11:08:29 +11:00
Nicholas Sherlock
2863077ee3 Merge remote-tracking branch 'upstream/development' into development 2015-03-14 10:19:24 +13:00
Dominic Clifton
e462439c1b Upgrade D3 library to 3.5.5.
See http://d3js.org/
2015-03-12 00:14:39 +00:00
Dominic Clifton
8160e8e353 Merge branch 'development' of https://github.com/tricopterY/cleanflight-configurator into development
Conflicts:
	js/msp.js
	tabs/pid_tuning.html
	tabs/pid_tuning.js
2015-03-12 00:40:15 +01:00
Dominic Clifton
b2be2853b4 Provide a migration path from pre-1.8.0 firmware backups. 2015-03-11 23:34:24 +00:00
Dominic Clifton
4b2704e784 Support independent configuration of pitch and roll rates. Cleanup of
tpa breakpoint configuration support.
2015-03-11 22:50:07 +00:00
tricopterY
abbfe1d763 Update jquery.flightindicators.js 2015-03-11 16:57:50 +11:00
tricopterY
3ed04866f6 Update gui.js 2015-03-11 16:41:09 +11:00
tricopterY
97857b19d8 Update data_storage.js 2015-03-11 16:20:15 +11:00
tricopterY
f4fb947f8f Update msp.js 2015-03-11 16:18:49 +11:00
tricopterY
6380a7a821 Merge pull request #8 from tricopterY/development
development sync
2015-03-11 14:07:33 +11:00
tricopterY
8e6c5909c1 Merge pull request #4 from tricopterY/tricopterY-patch-1-3
Update data_storage.js
2015-03-10 16:10:12 +11:00
tricopterY
2b5296884a Update msp.js
Added TPA Breakpoint handling via PID Tuning tab
2015-03-10 14:51:23 +11:00
tricopterY
3d921b9549 Update data_storage.js
Support for TPA Breakpoint via GUI
2015-03-10 14:35:00 +11:00
Nicholas Sherlock
b331315b76 Add 250000 baudrate for blackbox 2015-03-07 13:07:32 +13:00
Nicholas Sherlock
aa8d5300e5 Support new Blackbox baudrates including new 230400 rate 2015-03-06 19:58:57 +13:00
Dominic Clifton
88a9699487 Drop support for old API and configuration backups. Additional code is
required to migrate and support pre 1.8.x serial port configuration.  

This commit is just to limit user expectations until such code is
written.
2015-03-03 23:29:11 +00:00
Dominic Clifton
24dba62144 First working cut of new port configuration tab.
Migration from or configuration of pre 1.8.x firmware is not supported
but may be added later.
2015-03-03 22:56:48 +00:00
Dominic Clifton
f3e14b73a2 Merge remote-tracking branch 'cleanflight/development' into serial-cleanup 2015-03-03 18:27:58 +00:00
Dominic Clifton
c3f1c13d54 Move Documentation and Support links to separate tab. Add a
contributing section.  Unify help/landing section CSS/html a little.
Expand the sponsors panel area in preparation for an updated section.
2015-03-03 16:27:40 +00:00
Dominic Clifton
9ba21f773f Fix servo channel forwarding configuration. Closes #117.
Editor mishap during refactoring in
34d72feb69.
2015-02-27 10:52:56 +00:00
Dominic Clifton
bbab895dd8 Merge branch 'development' into serial-cleanup 2015-02-27 01:16:44 +00:00