1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00
Commit graph

3246 commits

Author SHA1 Message Date
Martin Budden
d3b51f2360 Added count to sensor index enums 2016-06-29 18:06:08 +01:00
Martin Budden
9059254db6 Minor tidy of sensor code 2016-06-29 15:17:49 +01:00
Martin Budden
2f10c77490 Merge pull request #635 from martinbudden/bf_vbat
Configuable default VBAT settings
2016-06-29 15:15:04 +01:00
Martin Budden
7bf60be27f Configuable default VBAT settings 2016-06-29 15:01:45 +01:00
Martin Budden
dbd60f54bf Merge pull request #633 from blckmn/development
Fixed ADC issue with NAZE (and other F1 targets)
2016-06-29 13:54:34 +01:00
nathan
72934e2be2 betaflight font mapping
accounts for logo at the end of the font file, starting at 0xA0
2016-06-29 02:13:38 -07:00
blckmn
e70d15114b Fixed ADC issue with NAZE (and other F1 targets) 2016-06-29 19:00:18 +10:00
nathan
a4788fa2ab its betaflight, not raceflight :) 2016-06-28 19:43:26 -07:00
Martin Budden
0d3b65071e Merge pull request #626 from blckmn/development
Update hmc5883l to use new IO
2016-06-28 20:57:04 +01:00
Martin Budden
32d5a664d5 Fixed KISS VBAT and motor order 2016-06-28 20:50:25 +01:00
blckmn
c5071fcdad USE_I2C_PULLUP now a potential define in target.h 2016-06-28 21:07:04 +10:00
blckmn
657564efa7 Small tidy 2016-06-28 19:47:00 +10:00
blckmn
e04c0a3d66 Additional IO cleanup for HMC5883 fix 2016-06-28 15:13:33 +10:00
blckmn
5a10e75551 Update hmc5883l to use new IO 2016-06-28 10:27:26 +10:00
J Blackman
9843d7ce2f Merge pull request #602 from martinbudden/bf_gyro_tidy
gyro sync and initialisation cleanup
2016-06-28 08:18:38 +10:00
blckmn
abd6b1e0f6 Enable pull ups for i2c for F3 targets by default. 2016-06-28 07:25:02 +10:00
Martin Budden
a2d1af04aa Minor cosmetic tidying 2016-06-27 20:04:21 +01:00
Martin Budden
7d5c8de552 Changed tabs to spaces 2016-06-27 19:32:41 +01:00
Martin Budden
97fe5afd6c Converted tabs to spaces. 2016-06-27 19:26:02 +01:00
Martin Budden
3b19b01c78 Merge pull request #606 from blckmn/softserial_fix
fixed incompatible pointer types in softserial
2016-06-27 18:29:55 +01:00
Martin Budden
011b0537a7 Merge pull request #592 from rotcehdnih/X_RACERSPI3_Support
X_RACERSPI support for betaflight V3
2016-06-27 18:28:37 +01:00
rotcehdnih
6b5ffd1450 tab to space 2016-06-27 08:02:57 +10:00
Martin Budden
d069945f89 Improved gyroSetCalibrationCycles parameters. 2016-06-26 21:43:04 +01:00
blckmn
deaeb23c84 fixed incompatible pointer types in softserial 2016-06-27 06:42:21 +10:00
blckmn
2928101c0a Merge branch 'betaflight' into development 2016-06-27 06:16:47 +10:00
J Blackman
3425d6879d Merge pull request #566 from martinbudden/bf_issue_522
Fixed calling of updateRcCommands - testing required
2016-06-27 05:52:00 +10:00
KiteAnton
2f85dfc365 Fix newline issue in CLI for allowed range 2016-06-26 19:14:14 +02:00
Martin Budden
75237dd209 Fixed up gyro init. 2016-06-26 16:15:06 +01:00
Martin Budden
4d238b27d5 Moved targetLooptime into gyro_t, tidied gyro_sync and gyro 2016-06-26 16:15:06 +01:00
rotcehdnih
c14af2506c Fix whitespace to tab 2016-06-26 23:43:44 +10:00
4712betaflight
27e6034bb5 Add missing uint32_t tp #585 2016-06-26 13:47:34 +02:00
rotcehdnih
016886fb3d VARIANT of SPRACINGF3 2016-06-26 17:21:20 +10:00
rotcehdnih
ee860b122b X_RACERSPI support for betaflight V3 2016-06-26 16:40:32 +10:00
J Blackman
eb55c919b7 Merge pull request #585 from chickadee-tech/fix_usb_available
Stop using uint8_t to determine if bytes are available from USB.
2016-06-26 12:02:25 +10:00
blckmn
d779daad2d Fixed array out of bounds issue - not all set. 2016-06-26 08:59:32 +10:00
blckmn
00c0ca7c71 Merge remote-tracking branch 'betaflight/betaflight' into development 2016-06-26 08:52:28 +10:00
borisbstyle
3d9b180b33 Fix Configurator Pid Controller Reset // Fix luxfloat no filter bug // Defaults for Version 2.9.0 2016-06-26 00:30:45 +02:00
Scott Shawcroft
a4e5e30152 Stop using uint8_t to determine if bytes are available from USB. If we buffer more than that we'll never be able to read it all. 2016-06-25 10:52:54 -07:00
blckmn
7317f9138a FIXED: SIRINFPV default_features defined twice in target file. 2016-06-25 21:41:24 +10:00
blckmn
a28a2d2881 Removed OS125 reconfig call from i2c_bst 2016-06-25 21:29:18 +10:00
blckmn
499d7522c2 Re-enabling i2c overclocking (lower CPU usage) 2016-06-25 21:22:10 +10:00
blckmn
b953e1c0b4 Additional delay never eventuates with new pwm_protocol and disabling of feature for OS42 and MS - why needed for 125? 2016-06-25 10:37:53 +10:00
blckmn
d384fae9f4 Fix for needing to slow down serial in the CLI for F4 targets.
Problem is with the CLI in configurator dropping packets. It is understood that too much processing occurs following each packet, and the receive buffer starts to drop packets in the configurator. Once the BF config is updated, this fix can be removed.
2016-06-25 10:06:29 +10:00
Martin Budden
fefd34d05a Merge pull request #577 from blckmn/zcoref3
Clean of superfluous F4 defines …
2016-06-24 15:38:35 +01:00
blckmn
df5e79d74e Small fix to dumping of values from CLI on F4 2016-06-25 00:34:09 +10:00
blckmn
e666f10e84 Clean of superfluous F4 defines and add ZCORE (SPRF3 clone with SPI 6500) 2016-06-24 23:07:51 +10:00
Anders Hoglund
389d74bd8d /PORT103R build failed. Target.mk fixed. 2016-06-24 13:41:55 +02:00
Anders Hoglund
0a0bd20d78 /EUSTM32F103RC buil failed. Target.mk fixed. 2016-06-24 13:29:41 +02:00
Anders Hoglund
99e1411e71 Inconsitant conditional compile directives in config.c. Added BLACKBOX global condirtion. 2016-06-24 13:07:44 +02:00
blckmn
339bd0b0d3 Minor cleanup and rename of fastpwm lookup table 2016-06-24 20:19:03 +10:00