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

4722 commits

Author SHA1 Message Date
Gary Keeble
8f993a87a4 Add rcYawRate into Blackbox header and Calculate Rate Function
Add the new Yaw Rate parameter into the log header
2016-06-08 23:38:09 +02:00
blckmn
7c7f89b4bb STM32F4: removed common_stm32f4xx.h - removed defines from common.h (await PR) 2016-06-09 06:52:16 +10:00
blckmn
47ce9bb799 STM32F4: Adjusted for compatibility with @martinbudden common.h PR 2016-06-09 06:41:55 +10:00
borisbstyle
ae2e483e0e Merge pull request #456 from martinbudden/bf_target_features
Added default features and default rx that can be set in the target.h file
2016-06-08 14:15:19 +02:00
borisbstyle
e3ecc3d82b Merge pull request #451 from GaryKeeble/betaflight
Blackbox Log Header function code simplification
2016-06-08 14:13:41 +02:00
borisbstyle
e639753530 Merge pull request #453 from mikeller/rateprofiles_dump_restore
Fixed rateprofile dump / restore
2016-06-08 14:11:44 +02:00
blckmn
aa4c078593 STM32F3: Discovery target fixes 2016-06-08 20:10:31 +10:00
blckmn
9ad4f169ea STM32F4: removing GPS for 64k flash, as too large 2016-06-08 19:54:55 +10:00
blckmn
6ebb1f0b34 STM32F3: Supporting new platform directory 2016-06-08 19:52:36 +10:00
blckmn
566ec7c2e3 STM32F3: Similar platform approach to STM32F4 (file removal in first commit to suppress noise) 2016-06-08 19:51:40 +10:00
Evgeny Sychov
a38a2da74f Delay osd initialization, remove floating point pids from osd 2016-06-08 01:18:33 -07:00
blckmn
33fdf5ac83 STM32F4: Added the common platform.h as per suggestion 2016-06-08 10:25:10 +10:00
blckmn
fcbccf7017 STM32F4: Makefile updates as per @martinbudden 2016-06-08 10:20:26 +10:00
blckmn
3582e459a4 STM32F4: Platform defines and common system file placement 2016-06-08 06:53:40 +10:00
blckmn
bef18e4fd7 STM32F4: Removed redundant system file duplication 2016-06-08 06:53:02 +10:00
blckmn
51a99e74c6 STM32F4: USARTS 4,5,6 added
Flag initialisation for motor_pwm_protocol
Fixes for AlienFlightF4 and timers
2016-06-08 05:43:28 +10:00
blckmn
6bf35e09ce STM32F4: Targets 2016-06-08 05:38:55 +10:00
blckmn
49c0b2b5bf STM32F4: Config, Startup and Makefile 2016-06-08 05:37:43 +10:00
blckmn
7ca39bbde6 STM32F4: Drivers 2016-06-08 05:37:08 +10:00
blckmn
96757c18a2 STM32F4: Main, Sensors, io 2016-06-08 05:36:46 +10:00
blckmn
de2c382ba9 STM32F4: Target Linker Scripts 2016-06-08 05:33:22 +10:00
blckmn
1df7846977 STM32F4: VCP support 2016-06-08 05:32:58 +10:00
blckmn
d4e96ba8e7 STM32F4: Libraries 2016-06-08 05:32:31 +10:00
Martin Budden
b20dbfb801 Added default features and default rx that can be set in the target.h file. 2016-06-07 20:16:06 +01:00
Evgeny Sychov
a1a71d68ac merge upstream into sirinfpv branch 2016-06-06 21:05:49 -07:00
mikeller
6e228eacf5 Fixed rateprofile dump / restore 2016-06-07 11:39:37 +12:00
Gary Keeble
e6360861c9 Merge branch 'blackbox-header' into betaflight 2016-06-06 18:23:11 +01:00
Gary Keeble
047d962e65 Blackbox Coding Simplification
Simplified header record writing using macros to outnumber the case
statements
2016-06-06 18:22:52 +01:00
Gary Keeble
8e50831e9b Merge remote-tracking branch 'borisbstyle/betaflight' into betaflight 2016-06-06 13:36:23 +01:00
borisbstyle
b016d51473 Merge pull request #448 from kc10kevin/Fury
Initial FURYF3 Target
2016-06-06 13:13:05 +02:00
borisbstyle
a6713426d1 Merge pull request #446 from GaryKeeble/betaflight
Add rcYawRate to calculateRate() function
2016-06-06 13:11:54 +02:00
borisbstyle
55d8eb57be Merge pull request #435 from blckmn/resource_rework
Moving EXTI to IO
2016-06-06 01:43:32 +02:00
kc10kevin
1e68552a0c Initial FURYF3 Target 2016-06-05 05:53:27 -05:00
blckmn
943c7cdb9d Correction for AFF3 MPU CS PIN 2016-06-04 09:47:50 +10:00
blckmn
78da0fad65 Moved USB detection to IO
Fixed CHEBUZZF3, SPRACINGF3 (EVO, MINI) and F3Discovery targets
2016-06-04 09:41:00 +10:00
Gary Keeble
db5184d603 Add rcYawRate into Blackbox header and Calculate Rate Function
Add the new Yaw Rate parameter into the log header
2016-06-03 15:18:54 +01:00
blckmn
9c1c4fef33 SPI to new IO (including SDCARD) 2016-06-03 22:56:45 +10:00
blckmn
37e7b5ee4a Adjust interface for i2c to add requirement for device to be specified. 2016-06-03 21:20:11 +10:00
Michael Jakob
7a5b7060aa LED updates 2016-06-03 20:41:46 +10:00
blckmn
33033c326b More i2c updates for io 2016-06-03 20:21:10 +10:00
blckmn
32e0be9802 A few warnings in the SP lib suppressed. 2016-06-03 20:21:10 +10:00
blckmn
6587081423 CC3D beeper fix 2016-06-03 20:21:10 +10:00
blckmn
928609e2bb Moving EXTI to new io
Updated i2c to use new io
2016-06-03 20:21:10 +10:00
Michael Jakob
7db5445bf7 *** IO Driver updates ***
LED driver update
Buzzer driver update
Inverter driver update
Spektrum bind driver update
2016-06-03 20:21:10 +10:00
Petr Ledvina
9e30e69cee exti_io from Peter Ledvina 2016-06-03 10:44:06 +02:00
Gary Keeble
9f5d335681 Merge remote-tracking branch 'borisbstyle/betaflight' into betaflight 2016-06-02 19:50:27 +01:00
borisbstyle
a74acccb84 Add rc_rate_yaw // SuperExpo feature renamed to SUPEREXPO_RATES 2016-06-02 19:41:04 +02:00
Gary Keeble
7baf8b1be7 Merge remote-tracking branch 'borisbstyle/betaflight' into betaflight 2016-06-02 12:08:27 +01:00
borisbstyle
6c8a8614fc Rate limiter 2016-06-02 11:06:03 +02:00
borisbstyle
09f5c85817 Default Anti Desync 2016-06-02 10:41:31 +02:00