Tim Eckel
d7125c8a41
Updated image for Omnibus F4 Pro (PWMs on connector now correct order)
2018-05-04 17:38:41 -04:00
Paweł Spychalski
6bf84b6a6c
Merge pull request #3154 from iNavFlight/dzikuvx-rangefinder-debug-cleanup
...
Debug cleanup for not used/not needed data
2018-05-04 10:19:32 +02:00
Paweł Spychalski
344e28fb74
Merge pull request #3008 from shellixyz/export_output_mapping_through_msp
...
Export output mapping through MSP
2018-05-04 10:18:58 +02:00
Michel Pastor
532df040d2
Export output mapping through MSP
2018-05-03 23:10:20 +02:00
Pawel Spychalski (DzikuVx)
d83fbc27d9
Debug cleanup for not used/not needed data
2018-05-03 13:51:57 +02:00
Konstantin Sharlaimov
7002db2122
Merge pull request #3146 from iNavFlight/agh_f411
...
Add support for MATEKF411
2018-05-03 16:36:23 +10:00
Konstantin Sharlaimov
656f0a6268
Merge pull request #3149 from iNavFlight/agh_armed_ntsc_fix
...
Fix vertical alignment of ARMED screen on NTSC
2018-05-03 16:35:49 +10:00
Alberto García Hierro
8ba3e6ac7a
Take into account the display rows when aligning the ARMED screen
...
Make sure there's enough vertical space to fit all the information.
Fixes #3147
2018-05-02 14:30:36 +01:00
Alberto García Hierro
f57bccc756
Make the max7456 driver return 0 rows and cols before initialization
...
This way the display layer can update its cached data about the
display once it's fully initialized.
2018-05-02 14:29:52 +01:00
Alberto García Hierro
1c90a4b13e
Make displayDrawScreen() resync the display if it's not initialized
...
Display drivers can signal that they haven't completed initialization
by returning that they have 0 rows and/or columns.
2018-05-02 14:26:16 +01:00
Alberto García Hierro
b8a8e52b9f
Enable 7th PWM output on MATEKF411
...
As requested by @MATEKSYS
2018-05-02 11:42:04 +01:00
Alberto García Hierro
b22755b3bd
Add support for MATEKF411
...
F411 based 20x20mm flight controller. Code comes from @MATEKSYS as
submitted in #3075 , just minimal formatting changes by me.
2018-05-02 11:14:58 +01:00
Konstantin Sharlaimov
969e8e2a22
Merge pull request #3131 from shellixyz/fix_current_reading
...
Fix overflow in currentSensorToCentiamps()
2018-04-28 09:13:52 +10:00
Konstantin Sharlaimov
869d393116
Merge pull request #3132 from alexeystn/osd_watt_symbol
...
Add Watt symbol to OSD
2018-04-28 09:13:27 +10:00
Alexey Stankevich
7ccf18b74a
Changed Watt symbol in OSD
2018-04-28 00:24:55 +03:00
Michel Pastor
bd65cc2f01
Fix overflow in currentSensorToCentiamps()
2018-04-27 22:09:28 +02:00
Konstantin Sharlaimov
9fc1f5921b
Merge pull request #3126 from iNavFlight/de_deprecate_osd_sw
...
Remove OSD SW box mode
2018-04-27 21:20:09 +10:00
Konstantin Sharlaimov
482025f9b1
Merge pull request #3128 from eephyne/remove_yaw_inversion_for_rover
...
remove the yaw inversion in 3D mode when platform is set to ROVER
2018-04-27 21:19:40 +10:00
eephyne
23a5bf10c4
reversing the condition to only enable yaw inversion for multirotor and tricopter
2018-04-26 17:49:48 +02:00
eephyne
06c74139e2
remove the yaw inversion in 3D mode when platform is set to ROVER
2018-04-26 17:11:55 +02:00
Konstantin Sharlaimov (DigitalEntity)
3718732e0c
Remove OSD SW box mode
2018-04-26 20:53:53 +10:00
Konstantin Sharlaimov
e3dafbf516
Merge pull request #2955 from iNavFlight/agh_osd_layouts
...
Add support for multiple OSD layouts
2018-04-26 20:27:15 +10:00
Konstantin Sharlaimov
58b9e8a368
Merge pull request #3110 from iNavFlight/de_sbus_refactor
...
Refactor SBUS handling code (potential race condition fixed)
2018-04-26 20:23:51 +10:00
Konstantin Sharlaimov (DigitalEntity)
0ddfebf9a3
Minor cleanup
2018-04-26 19:34:37 +10:00
Konstantin Sharlaimov
b89542710c
Merge pull request #3125 from iNavFlight/de_makefix_fixes
...
Fix missing target-specific defines in Makefile
2018-04-26 16:23:37 +10:00
Paweł Spychalski
7cfd647a66
Merge pull request #3123 from iNavFlight/jh_janitorial_doc_updates
...
tidy up rates description and correct model_preview_type in Cli.md
2018-04-26 07:00:53 +02:00
Konstantin Sharlaimov (DigitalEntity)
0d02112d2a
Fix USBFS driver directories
2018-04-26 14:58:30 +10:00
Konstantin Sharlaimov (DigitalEntity)
255c491808
Fix missing target-specific defines in Makefile
2018-04-26 14:04:45 +10:00
Konstantin Sharlaimov
bd044deca4
Merge pull request #3121 from iNavFlight/dzikuvx-RANGEFINDER_HCSR04_PWM_TRIGGER_PIN-cleanup
...
RANGEFINDER_HCSR04_PWM_TRIGGER_PIN removed
2018-04-26 00:41:05 +10:00
Jonathan Hudson
6e175dcfc2
tidy up rates description and correct model_preview_type in Cli.md
2018-04-25 14:39:15 +01:00
Pawel Spychalski (DzikuVx)
0c47182873
RANGEFINDER_HCSR04_PWM_TRIGGER_PIN removed
2018-04-25 15:08:28 +02:00
Pawel Spychalski (DzikuVx)
afc722be70
Number of mixer mappable channels increased to 16
2018-04-25 11:56:06 +02:00
Konstantin Sharlaimov
5d877efb43
Merge pull request #3118 from iNavFlight/de_switch_disarm_delay
...
Configurable switch-disarm delay
2018-04-25 19:37:23 +10:00
Pawel Spychalski (DzikuVx)
2fc0717548
remaining elements of channel forwarding removed
2018-04-25 11:34:03 +02:00
Paweł Spychalski
ba4eae3f27
Merge pull request #3117 from iNavFlight/dzikuvx-i2c-rangefinders-enabled-matek-f722
...
I2C Rangefinders enabled on Matek F722
2018-04-25 11:02:37 +02:00
Pawel Spychalski (DzikuVx)
32c60938bc
channel forwarding removed from pwm_mapping
2018-04-25 10:29:45 +02:00
Konstantin Sharlaimov (DigitalEntity)
8b9d6e092b
Refactor arming; Add configurable switch-disarm delay
2018-04-25 18:27:02 +10:00
Pawel Spychalski (DzikuVx)
bf1c7420c9
I2C Rangefinders enabled on Matek F722
2018-04-25 09:13:40 +02:00
Konstantin Sharlaimov (DigitalEntity)
e6866b83a8
Sync sbus by ignoring any excess bytes in inter-frame delay of at least 5ms
2018-04-25 16:48:38 +10:00
Konstantin Sharlaimov
108b619a34
Cleanup build system and unused source files ( #3047 )
...
* Initial cut on cleaning up makefile and libraries.
* F3, F4, F7 support
* Add 'make release' to build targets for release
* Introduce BUILD_SUFFIX options; Comment fix
* Fix USB core
* Fix F7 warnings
* Clean up STM32F1 code
* More cleanups of unused files
2018-04-25 10:01:00 +10:00
Konstantin Sharlaimov (DigitalEntity)
a68877fe27
Rewrite SBUS code to implement a proper state machine. Allows graceful handling of SBUS2 data if necessary
2018-04-25 00:11:41 +10:00
Paweł Spychalski
52e28159e5
Merge pull request #3111 from iNavFlight/dzikuvx-rangefinder-docs-update
...
Rangefinder docs update
2018-04-24 15:47:57 +02:00
Pawel Spychalski (DzikuVx)
aa89caff34
Rangefinder docs update
2018-04-24 14:01:24 +02:00
Konstantin Sharlaimov
fd2025de39
Merge pull request #3039 from McGiverGim/add_mag_ist8308
...
Add support to IST8308 MAG
2018-04-24 21:32:01 +10:00
Konstantin Sharlaimov
ec5d7e2741
Merge pull request #3109 from iNavFlight/dzikuvx-stm32f1-code-cleanup
...
STM32F1 removed from sourcecode
2018-04-24 21:29:01 +10:00
Konstantin Sharlaimov (DigitalEntity)
53469c1603
Refactor SBUS handling code (potential race condition fixed)
2018-04-24 21:11:53 +10:00
Pawel Spychalski (DzikuVx)
59dea3cc35
STM32F1 removed from sourcecode
2018-04-24 11:07:53 +02:00
Paweł Spychalski
00188844dc
Merge pull request #3108 from iNavFlight/dzikuvx-cc3d-target-removed
...
Not supported targets removed
2018-04-24 10:16:40 +02:00
Pawel Spychalski (DzikuVx)
2e6d9df9d1
reference to Flip32 removed
2018-04-24 08:58:21 +02:00
Pawel Spychalski (DzikuVx)
80f7d57a87
EUSTM32F103RC removed
2018-04-24 08:54:10 +02:00