Commit graph

2712 commits

Author SHA1 Message Date
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
Per Magnus Auby b83b9040f9 Updates sonar so that it can be used together with ADC current meter
Check if ADC current meter is enabled in sonarInit() and change
sonar pins to pwm 5 and 6 if it is. Same as when RX_PARALLEL is enabled.
2015-03-31 13:47:17 +02: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
Nicholas Sherlock 01b811cd8c Add support for Winbond 64Mbit SPI flash chip 2015-03-30 12:04:41 +13:00
Denis Kisselev 3ba865cbe7 Fix vendor reference in GPS hardware table 2015-03-29 15:08:14 -07:00
Dominic Clifton f24782b961 Fix duplicate MSP codes. 2015-03-29 14:23:12 +01:00
Dominic Clifton 16fda38eba Merge pull request #625 from OpCode1300/docs
Board recovery documentation.
2015-03-28 20:58:55 +00:00
Dominic Clifton 02d8313437 Additional cleanup of generic Flashing docs. 2015-03-28 20:48:01 +00:00
Dominic Clifton ab30a208e1 Updating generic flashing instructions.
Removing link to docs, doesn't make sense when compiled to PDF and all
documentation links must be relative.
2015-03-28 20:46:14 +00:00
Dominic Clifton 499ca8b203 Merge pull request #656 from cmavr8/docs-installation-additions
Docs: Added detailed steps for flashing
2015-03-28 20:40:00 +00:00
Dominic Clifton b40b35e162 Updating GPS tested hardware list. Closes #627 2015-03-28 20:37:43 +00:00
Dominic Clifton 60835923c4 Use MSP command IDs in the correct assigned range for MSP_LOOPTIME and
MSP_ARMING_CONFIG.  Rename MSP_ARM_CONFIG to MSP_ARMING_CONFIG.
2015-03-28 20:30:15 +00:00
Dominic Clifton c68d95dd7a Merge pull request #641 from tricopterY/patch-1
Added new MSP codes to serial_msp.c
2015-03-28 20:24:32 +00:00