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

445 commits

Author SHA1 Message Date
Martin Budden
7641c8eb67 Merge pull request #2711 from betaflight/spracingf3neo-fix-1
CF/BF - SPRACINGF3NEO - Fix incorrect LED strip output pin.
2017-03-31 23:15:18 +02:00
jflyper
4bdbed9b8b Moved USE_SOFTSERIALx to target.h 2017-02-11 22:14:41 +09:00
borisbstyle
58bcb981ed Decouple min_check from throttle // Add modern expo calculation to throttle curve 2017-02-01 23:53:29 +01:00
borisbstyle
a112c1d7d0 Separate fc_core.c from RC processing 2017-01-30 23:46:04 +01:00
Michael Jakob
d6f3a50a9b Cleanup F7 CMSIS and HAL Library compiler warnings 2017-01-19 08:58:27 +01:00
jflyper
f565138101 Touch-ups 2017-01-16 22:59:33 +09:00
jflyper
1d8018f547 Rebase + touch-up
Includes fix for SmartAudio CMS behavior
2017-01-16 22:32:59 +09:00
borisbstyle
b60bc0a2e1 Merge pull request #2106 from raphaelcoeffic/tramp-raf
IRC Tramp VTX support (continued)
2017-01-16 13:25:07 +01:00
Raphael Coeffic
dddd09ae87 tramp: moved common definitions to vtx_common 2017-01-15 11:59:44 +01:00
jflyper
cdd0cd4528 VTX abstraction (experimental) 2017-01-15 01:27:02 +09:00
Vlad Adamenko
afef3b09b0 Making production target rg_SSD_F3
Clean ups on mikeller and martinbudden requests.
Plus, added default VBat scale configuration.
2017-01-13 18:16:39 -05:00
jflyper
6550d738db Some enhancements 2017-01-13 15:59:36 +01:00
jflyper
6515ae3490 Added power and pit mode 2017-01-13 15:59:36 +01:00
jflyper
58ed2ed590 Tramp prototype driver 2017-01-13 15:59:36 +01:00
mikeller
5e45ec3293 Renamed 'serial_cli' and 'fc_main'. 2017-01-11 23:22:03 +13:00
blckmn
1e75f90c52 Merge branch 'master' into task_dispatch 2017-01-10 09:39:59 +11:00
Martin Budden
0169e94353 Merge pull request #1955 from blckmn/ibus_telemetry
Adding ibus telemetry.
2017-01-07 21:57:08 +00:00
Martin Budden
aa9fbe5712 Merge pull request #1988 from blckmn/nero
NERO - full target implementation and build
2017-01-07 11:54:05 +00:00
blckmn
06775e5c51 Adding ibus telemetry. 2017-01-07 09:15:52 +11:00
blckmn
c9dac34cac Added simple dispatcher task for executing func after specified period. 2017-01-05 20:58:56 +11:00
Martin Budden
79f0a7088a Moved serial_cli to fc directory 2017-01-04 11:13:40 +00:00
blckmn
f67bf14b32 First NERO build
Using sample 722 support based on available documentation (pending update from STM)
2017-01-04 16:16:15 +11:00
Martin Budden
e8345369bb Moved init() and hardfault handling out of main into fc directory 2017-01-03 09:10:34 +00:00
jflyper
0b981ecfb1 Merge remote-tracking branch 'betaflight/master' into bfdev-smartaudio 2016-12-31 23:30:47 +09:00
borisbstyle
4e3704374a Cleanup mw.c // Remove unnecessary functions 2016-12-30 14:00:10 +01:00
blckmn
14efffcaf7 Clean up use of startup files in Makefile so as to specify different files for different MCUs 2016-12-30 21:17:56 +11:00
Michael Keller
6aec4e1ec5 Merge pull request #1918 from mikeller/remove_local_mk
Removed 'local.mk' from repo so that it will be properly ignored.
2016-12-30 13:51:43 +13:00
jflyper
86bb650617 Merge remote-tracking branch 'betaflight/master' into bfdev-smartaudio 2016-12-30 00:11:57 +09:00
Michael Keller
ac877438f1 Removed 'local.mk' from repo so that it will be properly ignored. 2016-12-29 12:55:33 +13:00
Martin Budden
b269de2acc Renamed drivers/pwm_rx.c to drivers/rx_pwm.c 2016-12-28 19:04:39 +00:00
Martin Budden
d04ef3ff02 Merge pull request #1886 from sambas/bf_f7_pwmoutput
Unify F7 pwmoutput
2016-12-26 16:26:02 +01:00
Sami Korhonen
6b48aab3c6 Unify F7 pwmoutput 2016-12-25 09:17:20 +02:00
Sami Korhonen
86f08ee9b3 Rework F7 vcp
fix badly configured poll timer
unify to serial_usb_vcp.c
2016-12-24 13:17:36 +02:00
blckmn
c49d36a346 Initial implementation of SPEK SRXL telemetry protocol 2016-12-22 07:54:52 +11:00
jflyper
3aaef42d1b Rebased 2016-12-18 18:32:36 +09:00
Michael Jakob
07f7b20aec Move Brushed ESC auto detection into seperate source files
pwm_output.c and pwm_output_hal.c are used aternativly
2016-12-14 20:43:14 +01:00
Anders Hoglund
33981ac366 Makefile optimisation corrections.
New proposal for Makefile optimisation cleanup. Based on @AndersHoglund's 'makefile_optimization_cleanup'.

Separated out debug build path.
2016-12-14 12:45:38 +13:00
atomiclama
45c792df0a Changed variable REVISION to immediate expansion.
This prevents the git command log from command being executed during
every use of the variable REVISION and so speeds up the build by ~5sec
on my machine
2016-12-13 07:32:57 +00:00
jflyper
af3132d422 Rebased 2016-12-12 06:35:38 +09:00
Martin Budden
be5ef23fa9 Merge pull request #1746 from sambas/bf_nucleof7
NucleoF7 board support
2016-12-11 19:32:15 +01:00
J Blackman
ccfb19edfe Merge pull request #1646 from basdelfos/esc_telemetry_as_sensor
ESC telemetry as sensor
2016-12-11 18:26:41 +11:00
jflyper
71f17a8f2b CMS files as size optimized 2016-12-10 21:01:44 +09:00
jflyper
e2e7835cf8 Add cms files and vtx_smartaudio.c as size optimized 2016-12-10 20:53:31 +09:00
Michael Keller
a9309e1204 Merge pull request #1747 from mikeller/optimise_non_rt_size
Optimised size for non realtime targets.
2016-12-11 00:44:46 +13:00
Anders Hoglund
b90185ef8c Build date and rev was not updated on incremental builds. Fixed. 2016-12-09 01:05:08 +01:00
Bas Delfos
b53cbbefc3 Moved ESC telemetry to sensors 2016-12-08 21:19:23 +01:00
Michael Keller
5b674c8e4f Switched to 'SPEED_OPTIMISED_SRC', 'SIZE_OPTIMISED_SRC'. Also fixed spelling. 2016-12-06 14:01:06 +13:00
Michael Keller
9caa8b6cba Disabled size optimisation for F4. 2016-12-06 14:01:06 +13:00
Michael Keller
9f7bae899f Added 'low priority' target list. 2016-12-06 14:01:06 +13:00
Michael Keller
43b41d054e Added '-ffast-math' to space optimised targets, to eliminate linker warnings and further reduce size. 2016-12-06 14:01:06 +13:00