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

4691 commits

Author SHA1 Message Date
JOhn Aughey
c8d25ac7cf Removing the error condition if the processor isn't known. 2016-07-15 09:37:49 -05:00
Anders Höglund
5590ecf603 Merge pull request #756 from AndersHoglund/fix-ccache-detection
Fix for ccache detection problem on cygwin.
2016-07-15 14:10:36 +01:00
Anders Hoglund
a0d7d92883 Fix for ccache detection problem on cygwin. 2016-07-15 14:05:38 +01:00
Martin Budden
087aecff79 Merge pull request #754 from martinbudden/bf_tidy_targets_adc
Whitespace and variable initialisation tidy
2016-07-15 08:35:40 +01:00
Martin Budden
59adc362c3 Whitespace and variable initialisation tidy 2016-07-15 08:28:16 +01:00
Nathan
10bb3ec97d Merge pull request #743 from blckmn/sdcard_insert_check
Added sdcard not present check
2016-07-14 20:09:22 -07:00
Nathan
26a7ea9d97 Merge pull request #749 from AndersHoglund/add_ccache
Use ccache if it is installed on the system.
2016-07-14 20:09:11 -07:00
Anders Hoglund
4d69682c96 Use ccache if it is installed on the system. 2016-07-14 10:33:05 +01:00
blckmn
f6794f926e Added SD Card output to the status command if applicable to target 2016-07-14 17:27:04 +10:00
Nathan
60b10cdadb Merge pull request #741 from nathantsoi/boards/omnibus
omnibus pinout updates, osd dma mapping
2016-07-13 21:43:35 -07:00
nathan
26ee39666e re-enable transponder and ws2811 2016-07-13 21:41:40 -07:00
nathan
52def80b4f mpu6000 acc not 6500 gyro 2016-07-13 21:41:18 -07:00
J Blackman
38c737d998 Merge pull request #733 from blckmn/vcp_disable
Disable IRQs whilst transferring bytes on VCP (F4)
2016-07-14 07:23:09 +10:00
borisbstyle
e4f9118e82 ident 2016-07-13 14:07:32 +02:00
borisbstyle
0cb220571e Merge pull request #742 from blckmn/betaflight
fix for OneShot42 issue.
2016-07-13 14:06:02 +02:00
blckmn
7f4a02b735 tabs to spaces 2016-07-13 19:42:08 +10:00
blckmn
7ca18b52ca Added sdcard not present check 2016-07-13 19:39:03 +10:00
blckmn
0e3afca946 fix for OneShot42 issue. 2016-07-13 19:25:19 +10:00
blckmn
7c72816d7b Removed tabs 2016-07-13 19:20:01 +10:00
nathan
1204c77296 omnibus pinout updates, osd dma mapping 2016-07-13 00:30:59 -07:00
borisbstyle
057e22a101 Merge pull request #729 from kc10kevin/master_SDCardFix
SDCard Detect/Delay Fix
2016-07-13 09:15:45 +02:00
Nathan
16d59ff321 Merge pull request #719 from nathantsoi/cleanup/defines
some #defines
2016-07-12 23:33:56 -07:00
Martin Budden
128a370508 Merge pull request #735 from TheAngularity/patch-1
fixed compile error on transponder_ir.c
2016-07-12 13:34:17 +01:00
TheAngularity
9800b47acd fixed compile error on transponder_ir.c
...
%% transponder_ir.c
./src/main/drivers/transponder_ir.c: In function 'transponderIrInit':
./src/main/drivers/transponder_ir.c:52:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
     memset(&transponderIrDMABuffer, 0, TRANSPONDER_DMA_BUFFER_SIZE);
     ^
./src/main/drivers/transponder_ir.c:52:5: warning: incompatible implicit declaration of built-in function 'memset'
./src/main/drivers/transponder_ir.c:52:5: note: include '<string.h>' or provide a declaration of 'memset'
%% blackbox.c
...
2016-07-12 14:25:06 +02:00
blckmn
473d78790e Disable IRQs whilst transferring bytes on VCP (F4) 2016-07-12 21:19:53 +10:00
J Blackman
4e894cc90f Merge pull request #731 from martinbudden/bf_telemetry_h
Replaced #include with forward reference
2016-07-12 21:16:37 +10:00
J Blackman
712a1a1301 Merge pull request #727 from martinbudden/bf_sensors
Minor build optimisations
2016-07-12 21:16:09 +10:00
J Blackman
45cb609f7d Merge pull request #726 from martinbudden/bf_includes
Removed unnecesary #includes from drivers
2016-07-12 21:15:55 +10:00
Martin Budden
57372cf234 Replaced #include with forward reference 2016-07-12 09:10:37 +01:00
kc10kevin
9616c397ea SDCard Detect/Delay Fix 2016-07-11 18:13:57 -05:00
Martin Budden
c076bc3e2d Minor build optimisations 2016-07-11 20:11:09 +01:00
Martin Budden
3d8ee50934 Removed unnecesary #includes from drivers 2016-07-11 18:45:35 +01:00
Martin Budden
84cf4eb2e1 Merge pull request #723 from flyinglemonfpv/master
AiR32 target.c warnings fix
2016-07-11 12:07:10 +01:00
Anders Höglund
b3b55b4c03 Merge pull request #722 from AndersHoglund/fix_the_reds
include of nvic.h missing in transponder.c, compile failed.
2016-07-11 12:27:51 +02:00
Anders Hoglund
e79a0ffa1a include of nvic.h missing in transponder.c, complie failed. 2016-07-11 12:24:47 +02:00
johnlemon
ec105beb9c target.c compile warnings 2016-07-11 12:12:02 +02:00
flyinglemonfpv
3b2fa8f009 Merge branch 'master' of https://github.com/betaflight/betaflight 2016-07-11 12:02:38 +02:00
johnlemon
8cb9db5356 Update target.c 2016-07-11 11:16:29 +02:00
nathan
741dee6d6d preprocessor defines for spi mpu6000 and spi bmp280, check for the button feature, not specific targets 2016-07-10 20:34:42 -07:00
J Blackman
6a3b973901 Merge pull request #715 from savaga/osd-improvement-master
Add DMA support to MAX7456 driver
2016-07-11 08:34:29 +10:00
J Blackman
3466551ba2 Merge pull request #716 from sambas/bf_f4timers
Fix F4 timers + fix pwm output generation
2016-07-11 06:50:50 +10:00
Martin Budden
cb3f65482f Merge pull request #718 from SergDoc/master
fix target F4BY a new firmvare
2016-07-10 21:40:38 +01:00
SergDoc
e662257a21 fix target F4BY a new firmware
Conflicts:
	src/main/target/F4BY/target.c
	src/main/target/F4BY/target.h
2016-07-10 22:12:42 +03:00
Martin Budden
fb77365065 Merge pull request #688 from SergDoc/betaflight
add F4BY
2016-07-10 18:29:31 +01:00
Martin Budden
ca8398b100 Merge pull request #689 from flyinglemonfpv/master
Add AiR32 target
2016-07-10 18:29:21 +01:00
flyinglemonfpv
e0edd563c6 target.h updated for new UART, I2C and LEDSTRIP IO 2016-07-10 15:15:37 +02:00
flyinglemonfpv
1396b72452 Merge branch 'master' of https://github.com/flyinglemonfpv/betaflight 2016-07-10 15:07:18 +02:00
flyinglemonfpv
be01b2fa69 Merge branch 'master' of https://github.com/betaflight/betaflight 2016-07-10 15:07:01 +02:00
Sami Korhonen
085e88cfd9 Fix F4 timers + fix pwm output generation 2016-07-10 11:21:32 +03:00
borisbstyle
0fb2461933 Merge pull request #714 from martinbudden/bf_msp_acc
Fixed accelerometer scaling in MSP
2016-07-10 09:13:46 +02:00