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

4906 commits

Author SHA1 Message Date
Scott Shawcroft
46941032f3 Switch to writing BSRR which only affects the state of pins with high bits in the mask rather than all pins like ODR. 2016-06-12 11:52:50 -07:00
Martin Budden
3fafb0c55c Merge pull request #485 from martinbudden/bf_makefile2
Further tidying of makefile
2016-06-12 17:34:32 +01:00
Martin Budden
e0937640a1 Further tidying of makefile 2016-06-12 17:31:46 +01:00
Martin Budden
bc8f9fb46a Merge pull request #482 from martinbudden/bf_makefile
Fixed up whitespace in Makefile
2016-06-12 08:32:07 +01:00
Martin Budden
7963a537f9 Fixed up whitespace in Makefile 2016-06-12 08:26:52 +01:00
Scott Shawcroft
708638f87b Fix IOToggle. The F1 and F3 implementation didn't work because mask is 16 bits and not 32. 2016-06-11 22:03:29 -07:00
Martin Budden
4fcdc5b346 Merge pull request #477 from kc10kevin/FuryBFChanges
FURY Target Changes
2016-06-11 13:31:53 +01:00
kc10kevin
571db1e13e FURY Target Changes 2016-06-11 07:06:54 -05:00
J Blackman
313bea3e17 Merge pull request #475 from martinbudden/bf_targets4
Final move of target specific code into target directory.
2016-06-11 17:53:45 +10:00
Martin Budden
91e7c160a3 Fixed CONFIG_FASTLOOP_PREFERRED_ACC related magic numbers 2016-06-11 07:17:11 +01:00
Martin Budden
efda3d7b5b Final move of target specific code into target directory. 2016-06-11 05:20:17 +01:00
Evgeny Sychov
eb5963809d merge upstream into sirinfpv branch 2016-06-10 19:42:54 -07:00
MJ666
bb95aadb7e Merge pull request #474 from AlienWiiBF/AlienFlight_updates
AlienFlight fixes
2016-06-11 00:52:33 +02:00
Michael Jakob
c2165a5253 AlienFlight fixes 2016-06-11 00:46:33 +02:00
J Blackman
d36390bca4 Merge pull request #469 from martinbudden/bf_targets3
Continue moving target specific code into target directory.
2016-06-11 06:58:21 +10:00
Martin Budden
749b4e27a6 Merge pull request #471 from blckmn/development
Fixed sdcard issues
2016-06-10 14:52:35 +01:00
blckmn
9b3e8ab01c Fixed sdcard issues
Reset CPU clock to 168mhz (no overclocking)
2016-06-10 22:44:24 +10:00
Martin Budden
38a9ba9aae Continue moving target specific code into target directory. 2016-06-10 13:05:03 +01:00
J Blackman
c3e4eefcfc Merge pull request #465 from martinbudden/bf_targets2
Started moving F3 PWM and timers into target.c
2016-06-10 20:43:44 +10:00
Martin Budden
bfa70f4ccd Merge pull request #466 from blckmn/development
Removing some more target / platform specific code out of main.c and …
2016-06-10 11:07:04 +01:00
blckmn
d20597997b Missed EXTI_CALLBACK_HANDLER_COUNT (not defined in F4 targets) 2016-06-10 18:53:13 +10:00
blckmn
948f2c6362 Removing some more target / platform specific code out of main.c and simplifying initialisation of system 2016-06-10 18:42:16 +10:00
J Blackman
592fa144b6 Merge pull request #464 from martinbudden/bf_targets
Moved common #defines to common.h. Fixed up some targets.
2016-06-10 08:54:09 +10:00
Martin Budden
adb6052054 Started moving F3 PWM and timers into target.c 2016-06-09 23:23:22 +01:00
Martin Budden
0bc9877e0a Moved common #defines to common.h. Fixed up some targets. 2016-06-09 22:03:57 +01:00
borisbstyle
b4a8b97d78 Merge pull request #462 from blckmn/resource_rework
Last of the STM32F3 system files removed from target dirctories, and merge of the FURYF3 target
2016-06-09 14:44:41 +02:00
blckmn
b8ebaedf27 Allow motor_pwm_rate to be set to 0 2016-06-09 22:25:33 +10:00
blckmn
67b1b20c59 Last of the STM32F3 system files removed from target directories and merge of the FURYF3 target @kc10kevin 2016-06-09 22:20:00 +10:00
blckmn
827b576f6d Removing some settings for simplicity, motor_pwm_protocol (for all protocols) and motor_pwm_rate (to sync or unsync) 2016-06-09 21:29:55 +10:00
borisbstyle
a008c43ffb New Major Release 2016-06-09 00:09:13 +02:00
borisbstyle
939f2d8e0b Merge pull request #452 from blckmn/stm32f4
STM32F4
2016-06-08 23:41:18 +02:00
borisbstyle
184eef9d03 Merge branch 'betaflight_f4' into resource_rework 2016-06-08 23:40:00 +02:00
Gary Keeble
a3c2a0901a Blackbox Coding Simplification
Simplified header record writing using macros to outnumber the case
statements
2016-06-08 23:38:12 +02:00
mikeller
3788716c0a Fixed rateprofile dump / restore 2016-06-08 23:38:11 +02:00
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