1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00
Commit graph

30 commits

Author SHA1 Message Date
Hydra
eb800966d9 CF - restore docs folder from master_v1.x 2018-01-08 12:19:35 +13:00
borisbstyle
c8e7850c3d Betaflight Cleanup targets / docs 2016-02-10 23:09:22 +01:00
edusteinhorst
56e9278354 CC3D - don't share timer between PPM capture and motor output
A periodic glitch happens on AUX channels when using OneShot on CC3D,
especially with faster update loops. This is caused by a race condition
while forcing timer overflows and sharing the timer for PPM capture.
It causes the craft the fall out of the sky when using a switch to arm.

* Remap PPM in from S1_IN to S6_IN
* Remap RSSI_ADC from S6_IN to S3_IN
* Block PWM12/S6_OUT from being used with Oneshot/brushed motors so
TIM2 (PPM_IN timer) doesn't change prescaler or is manually overflowed
* Allow only one feature out of SOFTSERIAL/RSSI_ADC/SONAR, since they
will now share the same pin
* Update docs to reflect port changes and restrictions

This fixes cleanflight/cleanflight#1748,
fixes borisbstyle/betaflight#64, fixes borisbstyle/betaflight#127

fix BP6
2016-02-08 21:27:46 +01:00
borisbstyle
2b722b6f82 Merge remote-tracking branch 'digitalentity/cc3d-buzzer-on-pin6' into betaflight 2015-10-20 11:12:32 +02:00
digitalentity
a2743f50e9 Moved buzzer to Out6
Removed PWM12 (Out6) from pwm_mapping
Updated documentation
2015-10-14 22:30:54 +10:00
Dominic Clifton
d36da111b2 Delete autotune. 2015-10-06 19:38:02 +01:00
Kevin
524bc7a476 CC3D - Updating docs regarding disabled features with OPBL 2015-09-23 23:22:16 +02:00
Dominic Clifton
4ed6fdfea5 CC3D - Add sonar.
This also ensures that the PWM mapping does not use the sonar pins when
sonar is enabled in a board agnostic way.
Conflicts:
	src/main/config/config.c
	src/main/drivers/pwm_mapping.h
	src/main/main.c
	src/main/target/CC3D/target.h
2015-05-22 22:35:41 +01:00
Dominic Clifton
ecc6645783 CC3D - Adding instructions on how to restore the OpenPilot bootloader
via JLink.
2015-03-13 23:06:27 +01:00
Dominic Clifton
519cc5f238 CC3D - Updating docs regarding inverter. 2015-02-11 19:44:00 +00:00
Dominic Clifton
f4ec9a2c65 CC3D - Updating docs with reference to VCP support. 2015-01-27 22:20:28 +01:00
Dominic Clifton
9e73dca591 CC3D - Use Flex port in I2C mode unless USART3 is used. Add I2C drivers
for compass, baro and display.
2015-01-22 19:19:43 +01:00
Pim van Pelt
3fc18803d6 s/[Ll][Ee][Dd]/LED/ where appropriate 2015-01-04 01:06:20 +01:00
Pim van Pelt
ca141d7975 s/[Ss]oft[Ss]erial/SoftSerial/ where appropriate 2015-01-04 01:05:03 +01:00
Pim van Pelt
bb5d22a8d2 Various formatting and typographic fixes 2015-01-04 00:53:24 +01:00
Dominic Clifton
b2d02e2a6d CC3D - updating documentation of pinouts for when in RX_PARALLEL_PWM is
enabled.
2014-12-06 16:13:14 +00:00
Dominic Clifton
7596e1d2ca Documentation update 2014-11-30 23:37:03 +00:00
Dominic Clifton
bfe2410e1c Merge pull request #180 from Pierre-A/cc3d-updates-pa3
Update of Softserial Rx/Tx pins
2014-11-24 18:08:17 +00:00
Pierre-A
137b48e55a Update of Softserial Rx/Tx pins 2014-11-23 16:35:57 +01:00
Dominic Clifton
d99b87e846 Merge pull request #169 from Pierre-A/Naze-updates-pa2
Update CC3D documentation
2014-11-22 01:10:53 +00:00
Pierre-A
6de6a73089 Update CC3D documentation 2014-11-15 10:18:55 +01:00
Fredrik Steen
17385d80e3 Formatting, links added 2014-11-14 13:43:35 +01:00
Dominic Clifton
d2e895ac93 Cleanup pinout tables in CC3D documentation 2014-11-06 10:12:38 +00:00
Dominic Clifton
30c550b83d CC3D - Support 4 PWM inputs and 4 PWM outputs.
Avoid timer clashes on CC3D when using Parallel PWM input.

More work needs to be done on the PWM RX/Output code to negate timer
clashes.
2014-11-05 22:32:44 +00:00
Dominic Clifton
e22b37026c Updating CC3D docs. 2014-10-29 19:48:43 +00:00
Dominic Clifton
6dde141b66 CC3D - Correct the documentation. 2014-10-28 17:17:27 +00:00
Pierre-A
e9847075bb Update CC3D Softserial documentation 2014-10-28 16:19:39 +01:00
Dominic Clifton
366c7d2e2d Updating documentation. 2014-09-26 16:29:48 +01:00
Dominic Clifton
d60183d91d Normalize all the line endings 2014-09-15 23:40:17 +01:00
Dominic Clifton
de64e19db7 Adding CC3D and Naze32 preliminary docs. 2014-08-07 20:42:48 +01:00