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

3079 commits

Author SHA1 Message Date
J Blackman
e39ff27b95 Merge pull request #491 from blckmn/timer_io_change
Updated timerHardware_t to drop pinsource, and use new IO tags.
2016-06-15 08:05:29 +10:00
NightHawk32
9a92cb8560 added PikoBLX target 2016-06-14 17:37:01 -04:00
blckmn
822f57b7f8 Updated for changes in serial_4way 2016-06-15 05:27:59 +10:00
blckmn
d81d445165 Adjusted all other targets 2016-06-15 05:27:59 +10:00
blckmn
0e7fd20569 ALIENFLIGHT targets
NAZE and BLUEJAY correction
2016-06-15 05:27:59 +10:00
blckmn
cf6ca7293d Adding resource CLI command to see whats in use. 2016-06-15 05:27:59 +10:00
blckmn
8b1cc05e1d Updated timerHardware_t to drop pinsource, and use new IO tags. 2016-06-15 05:27:59 +10:00
Martin Budden
43e5a16373 Removed repeated #include 2016-06-14 16:54:16 +01:00
Martin Budden
762f027e8a Moved BST (Black Sheep Telemetry) code into COLIBRI_RACE target directory. 2016-06-14 16:48:40 +01:00
Martin Budden
df9a0f186f Fixed Singularity target. 2016-06-14 16:20:50 +01:00
J Blackman
e95eee9a0d Merge pull request #479 from mikeller/serial_rx_telemetry_on_same_port_for_development
Serial rx telemetry on same port for flight testing
2016-06-14 23:25:11 +10:00
blckmn
ab8e423c28 NAZE32PRO build fix
Removed warning in BMP085 for unused
Fixes for RMDO
2016-06-14 22:11:15 +10:00
blckmn
eb118a1421 Fixed target.c for IRCFUSIONF3 2016-06-14 21:48:33 +10:00
blckmn
b85864305f Fixed defines for serial 4 way in IRCFUSIONF3 2016-06-14 21:45:51 +10:00
blckmn
0ddd1e1be1 FURYF4 has onboard flash. 2016-06-14 16:46:04 +10:00
Martin Budden
0b2aa89579 Tidied .mk file to make them consistent. Fixed EUSTM32F103RC build. 2016-06-14 07:26:26 +01:00
blckmn
80f1566af0 Added dynamic support for OPBL targets, and also alternate target names that are based on an existing target. 2016-06-14 11:26:09 +10:00
blckmn
4e12344aa6 Updated all_targets to build both binary and hex
Added clean_all_targets goal
Removed ## above the line
2016-06-14 09:07:01 +10:00
blckmn
addfbe4ffe Finishing off Makefile changes removing target specifics 2016-06-14 09:06:58 +10:00
blckmn
b520de7158 Allow for included target.mk files.
Saves modifying Makefile with new targets that are similar to others.
2016-06-14 09:06:55 +10:00
mikeller
fefbc4d4bf Graft of 'serial_rx_telemetry_on_same_port' into development for flight testing by @blckmn. 2016-06-13 20:44:08 +12:00
4712
a40c0c0442 Cleanup 4way-if from cleanflight 2016-06-13 00:41:45 +02:00
Martin Budden
74423711f8 Whitespace tidy. 2016-06-12 22:04:02 +01:00
Martin Budden
4f3832b1b6 Code tidy. 2016-06-12 22:04:02 +01:00
Martin Budden
1846322a98 Fixed up F1 targets. 2016-06-12 22:04:02 +01:00
Martin Budden
ccac8c30d6 KISSFC target 2016-06-12 22:04:02 +01:00
J Blackman
5b275678b6 Merge pull request #480 from chickadee-tech/io_toggle_fix
Fix IOToggle
2016-06-13 06:31:50 +10:00
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
e0937640a1 Further tidying of makefile 2016-06-12 17:31:46 +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
kc10kevin
571db1e13e FURY Target Changes 2016-06-11 07:06:54 -05: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
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
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
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
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
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