1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00
Commit graph

4906 commits

Author SHA1 Message Date
Martin Budden
1c997abaaf Moved function declarations out of main. Tidied drivers. 2016-08-02 15:11:35 +01:00
Nathan
c50efe6352 Merge pull request #870 from nathantsoi/feature/osd-fields-for-configurator
Feature/osd fields for configurator
2016-08-02 01:49:17 -07:00
nathan
d66c9b3ee6 set the default position on craft name so that the preview is readable in the configurator 2016-08-02 01:25:06 -07:00
nathan
2f18f0b8fb move the mah symbol to an nvram slot before the logo 2016-08-02 01:24:45 -07:00
borisbstyle
e0c381c6fe Merge pull request #859 from martinbudden/bf_tidy_target_headers
Minor tidy of target.h files
2016-08-02 09:44:22 +02:00
borisbstyle
b94e64a5e2 Merge pull request #860 from martinbudden/bf_tidy_serial_telemetry
Tidied serial and telemetry files
2016-08-02 09:43:22 +02:00
borisbstyle
33b86fcd85 Merge pull request #825 from tianbin4279/betaflight
Add target for AIORACERF3
2016-08-02 09:41:44 +02:00
borisbstyle
b24093c3a1 Merge pull request #861 from savaga/osd-display-current
OSD: display craft name, current measurement
2016-08-02 09:40:50 +02:00
borisbstyle
8d7e4ffcf0 Merge pull request #869 from AlienWiiBF/AFF1_cleanup
AlienFlight F1 target cleanup
2016-08-01 22:03:35 +02:00
borisbstyle
dd1ebde1ed Merge branch 'master' of https://github.com/borisbstyle/betaflight 2016-08-01 21:53:06 +02:00
borisbstyle
50ce9c5be7 Increase task priority for Telemtry 2016-08-01 21:52:45 +02:00
Michael Jakob
b267a3a472 AlienFlight F1 target cleanup 2016-08-01 21:42:47 +02:00
Anton Stålheim
78739a3911 Merge pull request #865 from TheAngularity/patch-1
rearrange boxes and fixed unused boxes not disabled
2016-08-01 18:20:38 +02:00
TheAngularity
0258edd430 cleanups 2016-08-01 15:48:37 +02:00
TheAngularity
aacfe7b991 rearrange boxes and fixed unused boxes not disabled
- rearrange boxes means first came arm and airmode after this came the flightmodes and at the end all rc modes
- this makes a better overview in the configurator modes tab
2016-08-01 15:38:59 +02:00
Martin Budden
bd560198f2 Removed unnecessary includes. Changed to use #pragma once 2016-08-01 10:33:59 +01:00
Evgeny Sychov
69955d7b07 display craft name, current mesurement on OSD 2016-08-01 02:14:40 -07:00
Martin Budden
168469236b Tidied serial and telemetry files 2016-08-01 06:45:59 +01:00
Martin Budden
bde49c92b1 Minor tidy of target.h files 2016-08-01 06:30:31 +01:00
J Blackman
9a38d8a9e1 Merge pull request #856 from blckmn/betaflight
Fixed beeper on BJF4 rev3
2016-07-31 15:48:20 +10:00
blckmn
53cefb9d14 Fixed beeper on BJF4 rev3 2016-07-31 15:39:26 +10:00
J Blackman
229291d22d Merge pull request #855 from blckmn/betaflight
small cleanup for serial_cli and fix for warning when skip float pid not defined
2016-07-31 11:22:07 +10:00
blckmn
1b73a8f2aa Whitespace cleanup and simplification of delay for serial cli F4 support 2016-07-31 11:20:27 +10:00
blckmn
df11d398aa Warning removal where present if pidBetaflight is skipped. 2016-07-31 11:06:29 +10:00
Martin Budden
9e0a786dde Merge pull request #853 from blckmn/bluejay_hw_rev
Bluejay hw rev
2016-07-30 13:19:11 +01:00
blckmn
49f9eec1e9 Gyro on Rev3 and Rev3a Bluejay are 0 aligned 2016-07-30 14:28:23 +10:00
blckmn
552e32a287 minor formatting 2016-07-30 13:53:45 +10:00
blckmn
0a9beee25d Added support to turn inversion off for UART1
will need to look at controlling it within configuration once param groups are in place.
2016-07-30 13:53:45 +10:00
blckmn
0e8d375a1c Update to incorporate hardware revision detection for BJF4 target 2016-07-30 13:53:45 +10:00
J Blackman
22ded4fea0 Merge pull request #851 from sethyx/xracer-softserial-cleanup
Remove second Soft Serial from X_RACERSPI
2016-07-30 13:48:54 +10:00
Gergely Szell
07cd37468c Remove SoftSerial2 from X_RACERSPI
In the v3.x (SPI) version, one of the previously used soft serial ports have been sacrificed for SPI.
Soft serial 1 is available on PWM 5/6.
Tested with board v3.0.
2016-07-29 21:18:18 +02:00
borisbstyle
6ee1e93c53 Merge pull request #849 from nathantsoi/fix/kiss-again
trying to fix kiss again.
2016-07-29 11:45:18 +02:00
nathan
0f177744fc Merge branch 'master' into fix/kiss-again 2016-07-29 02:15:07 -07:00
Martin Budden
f422c47652 Merge pull request #846 from martinbudden/bf_target_mk
Changed \r\n to \n in target.mk files
2016-07-29 10:04:44 +01:00
nathan
b97a2b18a2 trying to fix kiss again. this should pry be a constant time implementation... 2016-07-29 02:04:44 -07:00
borisbstyle
bb468df1c8 Merge pull request #848 from DzikuVx/bf-double-acc-activation
fixed double TASK_ACCEL activation
2016-07-29 10:46:33 +02:00
Pawel Spychalski (DzikuVx)
c528767778 fixed double ACCEL activation 2016-07-29 10:37:52 +02:00
borisbstyle
b6c6475d4c Try different Timers for KISS 2016-07-29 10:04:54 +02:00
Martin Budden
a8f1e9f530 Changed \r\n to \n in target.mk files 2016-07-29 08:25:02 +01:00
borisbstyle
6c89d547de Change Starter Defaults 2016-07-29 00:29:14 +02:00
爵爷
3eb224836a Update target.c 2016-07-28 23:07:40 +08:00
爵爷
de4a505945 Update target.c 2016-07-28 22:49:53 +08:00
爵爷
54ad5a29e3 Update target.h 2016-07-28 22:42:52 +08:00
爵爷
ae5686c07d Update target.c 2016-07-28 22:20:49 +08:00
爵爷
f0dfeea9bc Update target.h 2016-07-28 22:14:07 +08:00
borisbstyle
5f2753399e Merge pull request #842 from betaflight/msp_cleanup
Cleanup MSP // compatibility
2016-07-28 15:57:37 +02:00
borisbstyle
6581bea2d5 Cleanup MSP // compatibility
Correct double rcSmoothInterval

fix size
2016-07-28 15:29:46 +02:00
Martin Budden
617218bc77 Merge pull request #843 from martinbudden/bf_cli_tasks_rates
Improved formatting of cli tasks
2016-07-28 09:24:59 +01:00
Martin Budden
0cc07e75fe Improved formatting of cli tasks 2016-07-28 09:11:03 +01:00
borisbstyle
edb35a024c Avoid UART3 for PWM/PPM for ALIENWIIF3 and SPARKY 2016-07-28 09:26:56 +02:00