1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00
Commit graph

1001 commits

Author SHA1 Message Date
J Blackman
2f9e243401
DOCS: Update Development documentation to include fully working example (BETAFLIGHTF7) (#12060)
* Update Development.md

* Update Development.md

* Update Development.md

* Update Development.md
2022-12-19 19:56:38 +11:00
SugarK
7bd81bf639
Update Manufacturer Design Guidelines.md (#12044)
* Update Manufacturer Design Guidelines.md

add 8MB winbond to define list

* Update docs/Manufacturer Design Guidelines.md

Co-authored-by: haslinghuis <mark@numloq.nl>

Co-authored-by: haslinghuis <mark@numloq.nl>
2022-12-09 08:04:45 +11:00
howels
1daf2d6d58
Docs - Guidelines for totally new targets (#12043)
Guidelines for totally new targets

Co-authored-by: howels <7933842+howels@users.noreply.github.com>
2022-12-08 10:52:42 +11:00
howels
608aff9a76
Link to flash types supported by M25P16 driver (#12040) 2022-12-05 14:23:38 +11:00
Steve Evans
23602e6a89
Add HD OSD system elements for VTX temp and goggle fan speed (#11999)
* Add HD OSD system elements for VTX temp and goggle fan speed

* Update src/main/osd/osd_elements.c

Co-authored-by: haslinghuis <mark@numloq.nl>

Co-authored-by: haslinghuis <mark@numloq.nl>
2022-12-05 14:23:15 +11:00
J Blackman
090d522e35
Update Development.md (#12017)
Adding details on how to use the board scratch space for developers.
2022-11-24 01:03:23 +01:00
Dominic Clifton
dc05fb6ea6
Fix CC2500 driver gating on USE_RX_SPI. (#12014)
It was impossible to build an ELRS target without also including all the
code for the CC2500 driver.

This adds `#define USE_RX_CC2500` everywhere `USE_RX_SPI` was previously
used and fixes the gating.
2022-11-22 18:04:36 +01:00
haslinghuis
b125bec6e4
Update hardware spec (#12002) 2022-11-18 07:21:11 +11:00
Steve Evans
d49d8ad4fb
Fix minor typo in DisplayPort.md (#11995) 2022-11-16 13:57:04 +01:00
haslinghuis
a5ebfd5b4a
Update hardware spec documentation (#11997)
Remove BARO and MAG defines from documentation
2022-11-16 14:57:37 +11:00
Steve Evans
3e51d15559
Add HD OSD support (#11964) 2022-11-15 12:58:14 +11:00
Mark Haslinghuis
5399aff56e Update hardware specification 2022-11-06 22:34:20 +01:00
haslinghuis
323936e7b2
Update Hardware Specification (#11959)
Add # definitions reference for unified targets
2022-11-05 02:12:51 +01:00
Mark Haslinghuis
a2df7ff491 Update Hardware Specification 2022-11-04 23:35:35 +01:00
atomic
0f0d3bca8b Added Fedora specific instructions to usb flashing docs as well as dialout hint 2022-10-31 19:21:08 +01:00
atomic
9f754f4f40 Added hint about dialout group to usb flashing 2022-10-31 15:08:47 +01:00
J Blackman
2df5b88916
Update Manufacturer Design Guidelines.md 2022-10-30 18:12:54 +11:00
J Blackman
5cf97d1e42
Merge pull request #11924 from haslinghuis/add-hardware-spec 2022-10-28 02:16:48 +11:00
Mark Haslinghuis
a0a2d2827b Add hardware-spec 2022-10-25 23:54:07 +02:00
haslinghuis
b8bacc47f3
Merge pull request #11913 from SteveCEvans/msp_dp
Enable MSP Displayport on a serial port using FUNCTION_MSP_DISPLAYPORT
2022-10-25 12:52:34 +02:00
Steve Evans
e401b93b34 Escape '_' characters as otherwise they cause italics to be displayed 2022-10-22 17:33:53 +01:00
Mark Haslinghuis
36b1383d34 Update instructions to include new build API 2022-10-22 02:21:34 +02:00
Steve Evans
a3e08c838b Enable MSP Displayport of a serial port using FUNCTION_MSP_DISPLAYPORT flag 2022-10-21 22:34:23 +01:00
phobos-
4ca3b9428f Review comment fixes 2022-09-07 14:41:36 +02:00
phobos-
f10413392b VtxDevice over msp 2022-09-07 14:41:36 +02:00
J Blackman
e65c4bcb9f
Merge branch 'master' into bump_clang_version 2022-07-11 09:54:47 +10:00
Mark Haslinghuis
d9ac2ab3aa Bump clang version 2022-07-01 03:23:55 +02:00
blckmn
9bb1f18a82 Removing OPBL support. 2022-06-28 00:50:40 +10:00
MITuritsyn
6ca02dc242
fix throttle range 2022-04-26 17:03:44 +03:00
MITuritsyn
07faab5bf2
Update a misleading TPA chart
The old version was pretty ambiguous so many people were confused with it.
2022-04-26 14:02:48 +03:00
J Blackman
67ffcf8f18
Merge pull request #11490 from David-OConnor/comments-to-styleguide 2022-04-22 17:52:57 +10:00
gg1bbs
f3f12ecdb3 Minor spelling, grammar, and formatting changes to documentation 2022-04-21 15:29:29 +10:00
ctzsnooze
ee024aff0c refactor failsafeActivate, all recovery times the same
Simpler GPS Rescue fix
100ms interval for signalReceived failure
Faster failsafe stick response
Update and confirm unit tests work correctly
Restore invalid flight channel ability to trigger failsafe with individual timers
Set default failsafe stage 1 delay to 1.5 seconds, approximately match previous delay of 1.6s when the user selected 1.0 seconds.
Update failsafe documentation for 4.3
Arming blocked soon after Rx initialisation
Unit test fix for previous commit
Editorial changes and typo fixes
2022-04-13 11:52:56 +10:00
David O'Connor
e9714261c3 Added doc comment to styleguide 2022-03-26 16:11:03 -04:00
Nicolas VERHELST
17fd27e3a6 Add some other back quotes 2022-03-15 17:25:22 +11:00
Nicolas VERHELST
f519a089a6 Fix escape 2022-03-15 17:14:22 +11:00
Nicolas VERHELST
dcdf5e6af8 Add missing back quotes 2022-03-15 17:10:16 +11:00
haslinghuis
3f2c2bd8db
Update docs/LedStrip.md 2022-02-27 02:34:23 +01:00
Alessandro Fiorillo
b96031573d
Updated LED_STRIP docs with undocumented CLI commands 2022-02-15 19:39:42 +01:00
Alessandro Fiorillo
ae77ed3daf
Updated LED_STRIP docs with undocumented CLI commands 2022-02-14 20:54:34 +01:00
Mark Haslinghuis
2947bae4ea Update documentation for building in Ubuntu
Update documentation for building in Ubuntu

last change
2022-01-08 05:02:55 +01:00
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