Commit Graph

960 Commits

Author SHA1 Message Date
Mark Haslinghuis 4c6075b52b Fix Fedora Development Documentation 2021-12-28 01:18:09 +01:00
g3gg0 ca6c495f46 add SK6812 RGBW 4-channel LEDs, which are compatible to WS2812 except for the fourth color channel 2021-12-23 01:12:02 +01:00
ctzsnooze 09f2921a37 update Rx.md with note about OpenTx ADC filter 2021-10-15 15:42:15 +11:00
Dmitry Grigoryev 2b936b2749 spelling fixes 2021-06-18 17:42:47 +02:00
Michael Keller 7c89b857ad
Merge pull request #10704 from hydra/bf-usart9-10-support 2021-06-08 14:19:16 +12:00
Michael Keller dabe6343fc
Merge pull request #10602 from tstibor/doc_report_cell_voltage
CLI name ibus_report_cell_voltage is replaced by report_cell_voltage
2021-05-21 02:31:53 +12:00
Michael Keller 67535941d8
Merge pull request #10697 from TonyBlit/battery_doc
Small doc enhancements
2021-04-26 13:42:19 +12:00
Dominic Clifton 263c5fa373 Add UART9/10 support.
* UART9 was supported as LPUART on some H7s.
* Newer 100-pin H7 CPUs support UART9 and USART10.
* 100+ pin devices support higher numbered UARTS than UART10.

Use USE_LPUART instead of hacking into UART9 for clarity.

* LPUARTS are different from other types of UARTS.
* They need different ID ranges.
* They have and different capabilities.
* Renumber LPUART1 to 40.

0-19 reserved for UART1-20
40-49 onwards for LPUART instances.

It makes sense to treat them as a different class of UART.  Just like we
do for softserial, vcp, etc.
2021-04-22 06:13:09 +02:00
Michael Keller 858d593c51
Merge pull request #10676 from Dishoungh/custom_config 2021-04-19 23:39:20 +12:00
Michael Keller 9be5c23d8a
Merge pull request #10623 from AlfredJKwack/patch-2 2021-04-19 23:12:39 +12:00
AlfredJKwack 247ebc8005
Update docs/Cli.md as per suggestion
Co-authored-by: haslinghuis <mark@numloq.nl>
2021-04-19 08:36:17 +02:00
AlfredJKwack b7848adf06
Update docs/Cli.md as per suggestion
Co-authored-by: haslinghuis <mark@numloq.nl>
2021-04-19 08:35:42 +02:00
AlfredJKwack a0294d8394
Update docs/Cli.md as per suggestion
Co-authored-by: haslinghuis <mark@numloq.nl>
2021-04-19 08:35:26 +02:00
Tony Cabello Miguel 518bc1b165 Small doc enhancements 2021-04-16 07:49:25 +02:00
Dishoungh 02841fb9c6 Added custom board configuration documentation 2021-04-09 08:52:44 -05:00
AlfredJKwack 60b9c66aa4
Doc update voltages
Updated value ranges as well now.
2021-03-18 18:22:44 +00:00
AlfredJKwack 466cb5a4de
Update cli.md to vbat_xx_cell_voltage range to v0
Updated `vbat_max_cell_voltage`, `vbat_min_cell_voltage`, `vbat_warning_cell_voltage` to reflect the change from 0.1v to 0.01v ranges.
2021-03-14 11:44:29 +00:00
AlfredJKwack 3047453523
Update battery.md to reflect voltage units change
Somewhere along the way Betaflight changed the voltage units is uses for voltages from 0.1v to 0.01v
This update corrects the documentation of `vbat_max_cell_voltage`, `vbat_min_cell_voltage`, `vbat_warning_cell_voltage` to reflect that.
2021-03-14 11:22:23 +00:00
Thomas Stibor d7c52ffb8b CLI name ibus_report_cell_voltage is replaced by report_cell_voltage
CLI name ibus_report_cell_voltage does not exist anymore. It is replaced
by the unified name: report_cell_voltage.
2021-03-07 14:16:27 +01:00
Bruce Luckcuck b974408c6a Fix vbat_hysteresis docs and potential calculation underflow 2021-02-17 11:56:14 -05:00
Thomas Stibor d1a402d9b4 Battery capacity CLI name is bat_capacity not battery_capacity
CLI set/get parameter for battery capacity is bat_capacity.
2021-02-04 13:32:49 +01:00
Chris 7641bdcc91
adds additional headings to Curly braces section
Adds proposed sub headings to Formatting Style > Curly Braces section
2021-01-22 16:01:58 -08:00
Chris 5e5748c99a
removes unintentional heading 2021-01-22 15:58:17 -08:00
Chris 79bfa181dd
Clarifies and clean-up Formatting style > Curly braces
- adds `code` formatting to some keywords
- adds some more clarifications to existing style rules.
2021-01-22 15:51:35 -08:00
Thomas Stibor a974891432 Remove unused CLI variables from documentation page
Since version 4.0.0 CLI variables:

    * acc_cut_hz,
    * accxy_deadband,
    * accz_deadband,
    * acc_unarmedcal

are removed from settings.c and thus can be also removed
from the CLI documentation page.
2020-12-30 14:42:26 +01:00
Mark Haslinghuis b88f948004 Fixed test build on Fedora and Ubuntu with native clang 2020-10-23 19:52:37 +02:00
Michael Keller fa6c0e2db1
Merge pull request #10255 from haslinghuis/fix-ubuntu-devdoc 2020-10-13 01:36:29 +13:00
Mark Haslinghuis 304ef3002e Update Ubuntu development 2020-10-12 00:32:49 +02:00
haslinghuis 821d99a000 Update Building in Fedora to 32 2020-10-07 03:27:56 +02:00
Michael Keller f793c1b000
Merge pull request #10132 from jcg1541/patch-1
Update Mixer.md
2020-10-04 16:30:10 +13:00
mikeller b4fcb08bed Fixed typo. 2020-10-04 16:21:11 +13:00
Michael Keller 808fbb792f
Merge pull request #10103 from skywinder/patch-2 2020-09-01 00:28:15 +12:00
Petr Korolev 99f7ca2926
Update PID tuning.md
fixes according to review
2020-08-24 22:29:31 +07:00
Michael Keller 87adab2fac
Merge pull request #10080 from haslinghuis/british_osd_units 2020-08-25 00:27:59 +12:00
jcg1541 d529e40ec1
Update Mixer.md
I have tried the latest released betaflight firmware with my 3D helicopter to see the main motor spins and controlled by M1 motor, the S1-S3 servos move and control the cyclic swashplate, and S4 servo controls the rudder.
2020-08-23 19:29:59 -04:00
haslinghuis 9ae3adaa51 Measurement units for OSD elements and FRSKY hub telemetry. 2020-08-23 16:23:57 +02:00
Michael Keller b31230701a
Merge pull request #10094 from haslinghuis/upd-doc-serial 2020-08-23 15:48:38 +12:00
haslinghuis bde56cf876 Document updated after comments from mikeller! 2020-08-19 18:53:54 +02:00
Petr Korolev f97f61f005
Update PID tuning.md
small gram fixes
2020-08-17 11:10:15 +07:00
mikeller a668dc9170 Updated the instructions for the creation of Unified Target Configurations. 2020-08-16 11:48:07 +12:00
MarcBoettinger 8b27f0fd63
Update Rssi.md formula for rssi_offset
Fixing the formula  rssi_offset = (1000-rssi_nosig) / 10  which is now in line with the example.
2020-07-17 09:38:39 +02:00
Michael Keller 57cc267052
Merge pull request #9991 from haslinghuis/Upd-Dev-Docs
Updating Ubuntu development docs
2020-07-12 13:56:20 +12:00
haslinghuis 5c7939acb8 Ubuntu development documentation updated. 2020-07-08 18:33:36 +02:00
haslinghuis 72838f3188 Add serial port identifier and serial port function table 2020-07-06 04:23:36 +02:00
Michael Keller 262a2e1981
Merge pull request #9975 from DusKing1/patch-1 2020-07-05 14:52:53 +12:00
Michael Keller 1e100589ff
Merge pull request #9970 from TheIsotopes/patch-1
minor update Betaflight 4.2 Release Notes.md
2020-07-05 14:50:16 +12:00
Michael Keller 8f35f5be1a
Merge pull request #9966 from mikeller/fix_4_1_release_notes
Fixed links in 4.1 release notes.
2020-07-05 14:45:55 +12:00
DusKing1 d3869e4d97
Typo fix in LedStrip.md
According to the actual CLI command and conversion diagram, the number here should be 27.
2020-07-03 12:29:54 +08:00
DusKing1 20c21cc380
Fix typo in LedStrip.md
Clearly 0 to 6 has 7 numbers
2020-07-03 11:42:13 +08:00
TheIsotopes 0d2edc1131
minor update Betaflight 4.2 Release Notes.md
heading added
2020-06-30 13:48:27 +02:00