1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 03:49:53 +03:00
Commit graph

1960 commits

Author SHA1 Message Date
cTn
7e67cccf96 adding new tabs object (will contain all tab methods in the future) 2014-07-10 18:13:38 +02:00
cTn
aca493301a simplify some interval cleaning code 2014-07-10 14:48:33 +02:00
cTn
3f063f6654 initial stab on preventing tab switch chaining 2014-07-09 16:10:02 +02:00
cTn
795502a585 enforce stronger interval cleanup 2014-07-09 15:46:35 +02:00
Dominic Clifton
58f933e92c Merge remote-tracking branch 'multiwii/master'
Conflicts:
	_locales/en/messages.json
	tabs/auxiliary_configuration.html
	tabs/auxiliary_configuration.js
	tabs/receiver.css
2014-07-07 19:45:33 +01:00
Dominic Clifton
9c6fdf81c8 Update servos tab to support cleanflight's cleaner implementation of
channel forwarding which doesn't re-use 'middle'

This essentially removes the legacy multiwii hack support.
2014-07-06 12:26:41 +01:00
cTn
785109e9e2 cleanup all timeouts on disconnect, fixes hanging CLI cleanup on hot-disconnect 2014-07-02 13:55:35 +02:00
cTn
a7975883ee use GUI status instead of UI status 2014-07-02 13:54:48 +02:00
cTn
343cb15e61 another experimental fix for serial "system_error" 2014-07-01 12:48:20 +02:00
cTn
0baad91237 track bus recovery so it wouldn't fall into infinite loop, experimental fix 2014-07-01 04:13:33 +02:00
cTn
f269c8a8b4 serial error events hookup 2014-06-30 02:37:29 +02:00
cTn
05dfaf910d sprinkle in some tracking events for firmware flashing 2014-06-28 21:38:06 +02:00
cTn
959edc85e7 onReceiverError handle implementation 2014-06-28 14:25:11 +02:00
cTn
e37da07bc8 interval timers bugfixes 2014-06-27 18:19:53 +02:00
cTn
f352c4edbe kill motors on sudden application close
#34
2014-06-27 17:31:12 +02:00
cTn
f2aa899fe0 polishing firmware flasher UI and messages 2014-06-24 14:57:41 +02:00
cTn
86aa6a282c dangerous things that people want... 2014-06-23 19:50:39 +02:00
cTn
bf1c58f1bd cleanup 2014-06-20 14:42:20 +02:00
cTn
61bed4770f cosmetic change 2014-06-20 14:29:16 +02:00
cTn
8273081fdd moving kinematics data to array 2014-06-20 12:39:42 +02:00
cTn
cb5bcf9c0a initial work on pass through mode for ReadError 2014-06-20 11:07:43 +02:00
cTn
f649418fdf moving CLI vars around 2014-06-20 10:29:01 +02:00
cTn
0a2947b1ab sort out usb api errors in canary 2014-06-16 22:00:08 +02:00
cTn
f70b6f64ff add i2c error counter in status bar 2014-06-16 14:13:30 +02:00
cTn
22cc8f0b96 move one comment over to correct block 2014-06-13 21:45:36 +02:00
cTn
99c5906a4b now that's a proper cleanup 2014-06-10 00:19:42 +02:00
cTn
c0387850aa jump to application code routine cleaned up 2014-06-10 00:09:15 +02:00
cTn
1fb060e0fa remove obsolete chunk of code 2014-06-10 00:04:30 +02:00
cTn
7d3a29c0b7 clearStatus and loadAddress now return data 2014-06-09 23:49:08 +02:00
cTn
e8fa4e1822 documentation and major cleanup for DFU_DNLOAD 2014-06-09 23:29:36 +02:00
cTn
623c049b5e ugly fix for outstanding call error 2014-06-09 17:55:21 +02:00
cTn
7bdd43fd1c make the validation pass on hexes with holes 2014-06-09 17:47:41 +02:00
cTn
be9cd9f606 implemented jump into app code 2014-06-09 13:16:58 +02:00
cTn
dce248e404 working verify (address jumps not tested) 2014-06-09 13:01:18 +02:00
cTn
4425dfb5c3 split write into load address and write routines 2014-06-09 12:46:41 +02:00
cTn
4fdbb8468b working flashing, broken verify 2014-06-08 23:44:06 +02:00
cTn
176566f72e add missing ; 2014-06-08 22:38:58 +02:00
cTn
3e30482076 working full chip erase 2014-06-08 22:06:01 +02:00
cTn
21b0f447b6 initial work on full erase 2014-06-08 21:33:42 +02:00
cTn
12364ec087 implementing first 2 upload procedure methods 2014-06-08 21:15:12 +02:00
cTn
92f9b40fc0 implementing openDevice and claimInterface 2014-06-08 20:26:28 +02:00
cTn
b5a1015610 DFU detection and port UI DFU option injection 2014-06-08 20:10:07 +02:00
cTn
a0582fd79f adding request usb permissions UI (DEV only) 2014-06-08 19:32:24 +02:00
cTn
cda43ac9bf add additional permissions so we can use USB api 2014-06-08 18:42:31 +02:00
cTn
8231c60b3c initial implementation of control transfer in/out 2014-06-08 17:42:02 +02:00
cTn
c4e1cf2600 initial (header) work on STM32DFU 2014-06-08 17:16:44 +02:00
cTn
b09620b6ae remove obsolete needle, cleanup 2014-06-07 17:54:51 +02:00
Dominic Clifton
7e62e98bac Support AUX1-8 on the 'Auxiliary Configuration' tab. 2014-06-04 19:33:24 +01:00
cTn
5abe7473f8 moving send_message routine to MSP object 2014-06-01 14:10:18 +02:00
cTn
46cf844e7e display current draw in A not mA 2014-05-30 01:41:27 +02:00