Commit Graph

2425 Commits

Author SHA1 Message Date
pulsar e6006232c8 using css overrides to restrict wide content resizing the pdf canvas
css overrides to restrict wide content resizing the pdf canvas

pdf manual building using ruby1.9, ci integration, cosmetics.

fixed typo

debugging travis build env

upload script bugfixes, fighting ruby env

fighting ruby env

fighting ruby env

fighting ruby env
2015-04-03 18:05:48 +02:00
Dominic Clifton 988ae2d503 Merge pull request #710 from pulsar256/ci_scripts
support unsafe https, code cosmetics
2015-04-02 12:50:18 +01:00
Paul Rogalinski e82375c587 support unsafe https, code cosmetics 2015-04-02 13:08:52 +02:00
Dominic Clifton b9664f1e99 Bump version to 1.8.1 2015-04-01 22:13:13 +01:00
Dominic Clifton 7efdcf13e3 Merge pull request #699 from pinkywafer/frsky_RPM_telemetry_fix
FrSky RPM Telemetry Motor_Stop Bugfix
2015-04-01 22:09:36 +01:00
Dominic Clifton 9aa5753c03 Merge pull request #682 from dkisselev/patch-2
Fix vendor reference in GPS hardware table
2015-04-01 22:05:21 +01:00
Dominic Clifton 7dcb4d93e9 SmartPort - Updating telemetry documentation. 2015-04-01 21:52:24 +01:00
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
pinkywafer 7220365575 RPM_Motor_Stop_Bugfix
using calculateThrottleStatus, send 0 as RPM when THROTTLE_LOW and
MOTOR_STOP
2015-03-31 19:06:15 +01: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