1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00
Commit graph

2416 commits

Author SHA1 Message Date
Dominic Clifton
27ea92f36c Merge pull request #690 from ledvinap/fix-sparky-smartport
Fix sparky smartport
2015-04-01 20:18:12 +01:00
Dominic Clifton
92739e31d3 Merge branch 'sherlockflight-softserial-enabled' 2015-04-01 20:14:40 +01:00
Dominic Clifton
8a7edb17ed Merge branch 'softserial-enabled' of git://github.com/sherlockflight/cleanflight-dev into sherlockflight-softserial-enabled 2015-04-01 20:06:08 +01:00
Dominic Clifton
09fe71c256 Removed unneeded check - gpio.h no-longer included by unit tests. 2015-04-01 17:47:43 +01:00
Dominic Clifton
de630fea17 SPARKY - Enable autotune 2015-04-01 17:25:46 +01:00
Dominic Clifton
d161ab07fe Merge pull request #698 from pulsar256/travis_upload
Support for build artifact upload to a remote server.
2015-04-01 17:13:29 +01:00
Paul Rogalinski
5435030229 fixed missing env var handling 2015-04-01 17:23:33 +02:00
Paul Rogalinski
9dc7b9a42d removed debug output 2015-04-01 17:02:23 +02:00
Paul Rogalinski
ddcd1cf6f7 added example "upload" PHP script to accept travis uploads. 2015-04-01 16:43:16 +02:00
Paul Rogalinski
4771d0bb83 using TRAVIS_BUILD_NUMBER instead of TRAVIS_JOB_ID 2015-04-01 16:18:05 +02:00
Paul Rogalinski
f46013effe fixed merge conflicts 2015-04-01 16:08:34 +02:00
Paul Rogalinski
35f3306efd Merge branch 'travis_upload' of github.com:pulsar256/cleanflight into travis_upload 2015-04-01 16:05:38 +02:00
Paul Rogalinski
e7c418771a dumping all env vars in the build script (debug) 2015-04-01 16:04:30 +02:00
Paul Rogalinski
96a8004934 introduces PUBLISHMETA build step, attempt to pass travis job id 2015-04-01 16:04:30 +02:00
Paul Rogalinski
50fcb3b235 using short (commit) log format, extended to 25 entries 2015-04-01 16:04:30 +02:00
Paul Rogalinski
f124eb692c sumitting last 10 entries from the commit log 2015-04-01 16:04:30 +02:00
Paul Rogalinski
ad1c73b381 added branch and revision formdata parameters 2015-04-01 16:04:30 +02:00
Paul Rogalinski
7899d3c38e support for build artifact upload to a remote server 2015-04-01 16:04:30 +02:00
Dominic Clifton
19b35ea715 Merge pull request #704 from azaitsev/patch-1
Added TPA description to Cli.md
2015-04-01 14:56:36 +01:00
Alex Zaitsev
45edf752df Update Cli.md 2015-04-01 16:46:20 +03:00
Dominic Clifton
08a3db00a5 Remove unused variable warning. 2015-04-01 14:12:31 +01:00
Dominic Clifton
b0b1eaf9c7 Add first unit test for some code in serial.c. Fix compiler warnings in
other tests.
2015-04-01 14:12:24 +01:00
Nicholas Sherlock
dce873434b Use SERIAL_PORT_NONE identifier to mark ports which are unavailable 2015-04-02 01:55:13 +13:00
Nicholas Sherlock
86ddf27515 Don't allow softserial ports to be opened if softserial isn't enabled 2015-04-02 00:24:28 +13:00
Paul Rogalinski
483c62a585 using short (commit) log format, extended to 25 entries 2015-04-01 00:32:49 +02:00
Paul Rogalinski
26fa22c19f sumitting last 10 entries from the commit log 2015-04-01 00:23:30 +02:00
Paul Rogalinski
b8d4b6a387 added branch and revision formdata parameters 2015-03-31 20:23:09 +02:00
Paul Rogalinski
af7097688f support for build artifact upload to a remote server 2015-03-31 18:49:07 +02:00
Petr Ledvina
3faa8a200b Answer only on one SmartPort ID
Receiver polls all active IDs, then tries one inactive. Answering multiple IDs will starve other devices on bus and it will increase probability of address collision.
With 1 active address poll interval is ~24ms
2015-03-31 15:01:36 +02:00
Petr Ledvina
7f3f53d880 Enable telemetry on SPARKY 2015-03-31 15:01:35 +02:00
Petr Ledvina
4c60f6c795 Fix 303 serial inversion and bidir mode
- USART_HalfDuplexCmd must be called only when USART is disabled
- input should be PullDown for inverted serial
- INVERTED BIDIR mode changed to GPIO_OType_PP (not opendrain) - opendrain won't work well for inverted serial; USART releases pin when transmission is done, so PP is OK
2015-03-31 15:01:28 +02:00
Dominic Clifton
8a9d2e3708 Updating port configuration documentation, closes #692. 2015-03-31 13:41:00 +01:00
Dominic Clifton
6e8d081c45 Updating Sparky board with a note regarding LED color differences
between Rev 1 & 2 boards.
2015-03-30 22:03:10 +01:00
Dominic Clifton
54419ef97c Updating Sparky battery monitoring documentation. 2015-03-30 21:49:07 +01:00
Dominic Clifton
27f8dbb4bc Merge branch 'MJ666-Battery_monitoring' 2015-03-30 21:33:35 +01:00
Dominic Clifton
766b890896 Remove duplicate defines from SPRacingF3 target.h 2015-03-30 21:32:36 +01:00
Dominic Clifton
d33e4e6afd Merge branch 'Battery_monitoring' of git://github.com/MJ666/cleanflight into MJ666-Battery_monitoring 2015-03-30 19:44:33 +01:00
Dominic Clifton
f48fcd5a32 Merge branch 'pinkywafer-VCM_motor_stop_fix' 2015-03-30 19:30:13 +01:00
Dominic Clifton
80a6507649 Merge branch 'VCM_motor_stop_fix' of git://github.com/pinkywafer/cleanflight into pinkywafer-VCM_motor_stop_fix 2015-03-30 19:29:40 +01:00
Dominic Clifton
59d338beb6 Merge pull request #689 from add1ct3dd/docs-fix
fixed docs pidadjust screenshot.
2015-03-30 15:28:01 +01:00
Matthew Evans
f13e936601 fixed docs pidadjust screenshot. 2015-03-30 12:53:56 +01:00
Dominic Clifton
1bac2830aa Merge pull request #642 from ledvinap/doc-pid-internals
Augment/improve PID Internals
2015-03-30 11:37:08 +01:00
Dominic Clifton
6922857db0 Merge pull request #683 from sherlockflight/flash-N25Q064
Add support for Micron N25Q064 64Mbit SPI flash
2015-03-30 11:35:42 +01:00
Dominic Clifton
20fd7b8491 Merge pull request #565 from mosh1/new_failsafe_defaults
Default failsafe enabled and throttle off when no valid PPM signal is se...
2015-03-30 11:15:25 +01:00
Dominic Clifton
26fbda2650 Merge pull request #686 from mosh1/master
Doc update
2015-03-30 11:08:02 +01:00
Nicholas Sherlock
7940ac2030 Blackbox: Don't log amperageADC when current meter is virtual
Closes #685
2015-03-30 20:34:36 +13:00
Moshen Chan
d6db3dbf08 Fix grammar 2015-03-29 23:44:12 -07:00
Moshen Chan
e110a30efc Update docs with incorrect info for rssi_channel and add the renamed functionality. 2015-03-29 23:42:55 -07:00
Nicholas Sherlock
85dc16f96d Add support for Micron N25Q064 64-mbit SPI flash 2015-03-30 18:17:56 +13:00
Dominic Clifton
a82c296448 Merge pull request #629 from sherlockflight/winbond-64mbit-flash
Add support for Winbond 64Mbit SPI flash chip
2015-03-30 03:21:03 +01:00