Commit Graph

960 Commits

Author SHA1 Message Date
Michael Keller bea0eb7e6b
SPRACINGH7ZERO - STM32H750 400Mhz FC with OSD, Baro & BEC. (#8629)
SPRACINGH7ZERO - STM32H750 400Mhz FC with OSD, Baro & BEC.
2019-08-01 14:28:29 +12:00
Dominic Clifton f943ebfae2 SPRACINGH7ZERO - Add boards documentation and images. 2019-07-30 00:14:33 +02:00
mikeller 1c60776487 Added target variant NUCLEOH743_RAMCONFIG to get CI coverage of 'EXST' changes.
Changing over to be RAM based.

Changes required for MPU configuration service.

Added documentation.
2019-07-27 18:20:05 +12:00
Michael Keller 2a0877290e
SPRACINGH7NANO - First betaflight STM32H750 400Mhz 20x20 mount… (#8537)
SPRACINGH7NANO - First betaflight STM32H750 400Mhz 20x20 mount FC.
2019-07-14 17:15:54 +12:00
Dominic Clifton a0d8b57fd4 SPRACINGH7EXTREME - First STM32H750 betaflight target.
SPRACINGH7EXTREME - Disable requirement for custom gyro alignment and
dual gyro.

Requires custom gyro rotation code to be merged first, see:

https://github.com/betaflight/betaflight/pull/7845
https://github.com/betaflight/betaflight/pull/8474

SPRACINGH7EXTREME - Add boards documentation and images.

Add SPRacingH7EXTREME to the list of official targets.

SPRACINGH7EXTREME - Add unified target config.

Note: untested as no unified target exists for STM32H750+EXST yet.

SPRACINGH7EXTREME - Use correct gyro settings now that #8474 is merged.

SPRACINGH7EXTREME - Combine target files.

SPRACINGH7EXTREME - Update unified target config.
2019-07-14 14:04:27 +12:00
Dominic Clifton 33f761d6a3 SPRACINGH7NANO - First betaflight STM32H750 400Mhz 20x20 mount FC.
Website: http://seriouslypro.com/spracingh7nano
Shop: https://shop.seriouslypro.com/sp-racing-h7-nano

SPRACINGH7NANO - Add boards documentation and images.

SPRACINGH7NANO - Add unified target config.

Note: untested as no unified target exists for STM32H750+EXST yet.

SPRACINGH7NANO - Combine target files.

SPRACINGH7NANO - Update unified target config.
2019-07-14 14:00:47 +12:00
Kyle Kienapfel f57128e7c1
Update Development.md
From discussion in #8558
2019-07-10 20:48:42 -07:00
Andrey Mironov e804642f59 Added TMOTORF4 target 2019-07-03 10:16:05 +03:00
mikeller 31456caecc Fixed formatting in the 'VTX' documentation. 2019-06-30 17:39:56 +12:00
Michael Keller 6a78550175
Add support for GPS HDOP value to S.Port telemetry (#8472)
Add support for GPS HDOP value to S.Port telemetry
2019-06-28 01:29:11 +12:00
Phong Vu 0c2ac46741 Use scaleRange() instead 2019-06-27 06:38:12 +07:00
Phong Vu caf4dfd7bd
Add support for HDOP value to S.Port telemetry
Add HDOP to Smartport telemetry in indocumentation
2019-06-25 18:15:31 +07:00
functionpointer ebf2dcdb0e [VTX] Fix typo in documentation. 2019-06-25 12:36:20 +02:00
functionpointer 9a30c08a10 [VTX] Added documentation for vtxTable 2019-06-24 22:58:17 +02:00
Michael Keller 576a1a2817
Update to OSD font documentation (#8414)
Update to OSD font documentation
2019-06-14 07:46:44 +12:00
root 91744f29ef Add SYM_HYPHEN to docs 2019-06-13 19:15:50 +00:00
Michael Keller ee564432f6
add left side choosable for passthrough (#8395)
add left side choosable for passthrough
2019-06-14 00:40:19 +12:00
root af8d31c4ea more tweak to OSD font documentation 2019-06-12 16:01:02 +00:00
azolyoung b7270917c8 add left side choosable for passthrough 2019-06-12 09:51:00 +08:00
root 123c0a053f Update OSD font documentation 2019-06-11 20:15:44 +00:00
mikeller 960b2a1465 Updated the adjustment range documentation for the removal of slots. 2019-06-10 22:19:32 +12:00
MJ666 252f49872f Add RacePIT mini
RacePIT documentation update
2019-06-07 16:07:04 +02:00
Dominic Clifton 0632eeb934 Support compilation of EXST (EXTERNAL STORAGE) targets
- Initial

- Adjust load address of EXST firmware.

- Add helper script to pad an EXST binary to the expected size.

Padded firmware currently required due to a bug in the flash/dfu code
which causes anything less than a flash page size to be truncated when
uploading new firmware via the bootloader DFU.

- Minor linker script cleanups.

- STM32H7.mk change hardcoded TARGET_FLASH (384) to FIRMWARE_SIZE

- Delete unused configuration section entries from linker
scripts.

- Increase EXST firmware size to 448K.
It turns out 384K wasn't enough for a feature-complete firmware.

- Update pad-exst.sh to use 448K by default.

- Move the EXST file generation to the makefile.

[EXST] Embed firmware hash in ELF

- Add debug marker at end of CODE_RAM section.

It was found when transferring firmware to the H7 RAM via a BMP probe
using the 'gdb load' command, that the last few bytes were not
transferred, this debug marker is present to ensure all needed parts of
the firmware are present.

Example memory view of corrupted bytes at end of transfer:
0x2407DFAE  DEB90000 DEB9DEB9 DEB9DEB9 DEB9DEB9  ..¹Þ¹Þ¹Þ¹Þ¹Þ¹Þ¹Þ
0x2407DFBE  000000B9 00000000 00000000 00000000  ¹...............

should be:
0x2407DFAE  DEB9DEB9 DEB9DEB9 DEB9DEB9 DEB9DEB9  ¹Þ¹Þ¹Þ¹Þ¹Þ¹Þ¹Þ¹Þ
0x2407DFBE  00000000 00000000 00000000 00000000  ................

- Remove debug marker in EXST firmware.

STM32H750_EXST - Provide space for empty hash.

* Bootloader will run firmware if hash is empty, without re-verifying
RAM content against hash.
* CODE_RAM always shows as 100% usage.

STM32H750_EXST - Use a specific ELF section for a hash.

Two benefits:
1) CODE_RAM no-longer shows 100% full, since it is no-longer
padded/filled.
2) Prepares the code so that objcopy can be used to inject the hash
into the ELF.

STM32H750_EXST - Patch MD5 into ELF.

Process is now as follows.

* Binary generated (via make target dependency) so there is something to
hash.
* Binary copied (and padded).
* MD5 Hash computed.
* xxd patch file generated from hash.
* xxd hash patch applied to copy of binary at correct address.
* elf .exst_hash section dumped.
* hash injected into into dumped section.
* elf .exst_hash section updated with updated dumped section.

Replace EXST with USE_EXST.

Add documentation for the EXST firmware format.

Add table formatting to EXST documentation.

Update bootloader block.

Update H750 EXST linker script to use block format 0x00.

Use .exst.elf and .exst.bin on the exst files.

Add 'no checksum' to list of checksum hash methods.

Update EXST build system so it generates the following sets of files

obj/main/betaflight_TARGET.elf
obj/main/betaflight_TARGET.map
obj/main/betaflight_TARGET_EXST.elf
obj/betaflight_VERSION_TARGET.bin
obj/betaflight_VERSION_TARGET.bin.md5
obj/betaflight_VERSION_TARGET_EXST.bin

Update EXST build system to be more user-friendly.

* user-flashable files are generated in the normal place.
* Intermediate files are generated in `obj/main/...`
* Removes the `exst` goal.
* Adds .hex generation for EXST builds based on the patched .elf.

To build EXST targets, simply use `make TARGET=x` as normal and flash
the resulting `.hex/.bin` files rather than the .exst.bin file.

Developers can use either the `.elf` or patched `_EXST.elf` file as is
appropriate for their needs.

EXST documentation updated to match changes to build system.
2019-06-07 09:14:49 +12:00
mikeller bc3ba8acfb Added release notes for 4.0. 2019-04-29 22:28:42 +12:00
Michael Keller c383f0cb32
pr Implements feature request #1887 rebase add osd (#8012)
pr Implements feature request #1887  rebase add osd
2019-04-28 15:02:31 +12:00
Michael Keller 0a7cce8ea3
[Docs] Further update Building in Windows (#8037)
[Docs] Further update Building in Windows
2019-04-28 12:20:48 +12:00
blckmn b8caab9e43 Adding board description file, and correcting gyro. 2019-04-26 22:30:09 +10:00
swilkens 794f4a93e9
[Docs] Further update Building in Windows
Restructured, further clarified and added the make_sdk_install script option.

I will update the pictures and other references in a future PR
2019-04-18 14:20:48 +02:00
laz2wiringpi 0a1d2a6997 from the pr
delay for voltage warnings #6691

changed to vbat
Update Battery.md
Add Menu osd Alarm delay

vbat_duration_for_crit
batteryConfig_vbatDurationForCrit
to
 vbat_duration_for_critical
batteryConfig_vbatDurationForCritical

lastVoltageOkMillis rename
2019-04-16 18:31:09 -04:00
david 443ca5d144 doc update and motor output change 2019-04-08 21:38:22 +02:00
Michael Keller 616b476bb9
Merge pull request #7933 from mikeller/add_flywoof411_to_4_0
Added target FLYWOOF411 to 4.0.
2019-04-08 22:51:01 +12:00
Michael Keller 95244a56f7 Merge pull request #7338 from nyway/3.5.x-maintenance
Add new target RUSHCORE7

Added target RUSHCORE7 to 4.0.
2019-04-07 20:59:56 +12:00
Michael Keller b60d133586 Merge pull request #7662 from flywoo/3.5.x-maintenance
Add new target FLYWOOF411 board
2019-04-07 20:52:51 +12:00
Michael Keller d0d99f68a0
Merge pull request #7913 from LexioTech/SYNERGYF4-target-including-new-config
SYNERGYF4 updated target for  4.0 and unified targets
2019-04-03 23:44:51 +13:00
Michael Keller 0913a73567
Merge pull request #7911 from elin-neo/elinf722_udpate_190327
Edit typos - ElinF722 doc
2019-04-03 21:35:44 +13:00
Lexio 96c21e846d SYNERGYF4 updated target for 4.0 and unified targets
Updated the existing 3.5.x maintenance branch SYNERGYF4 target to be 4.0 and unified target compatible.

Including:
- Legacy target for 4.0
- Unified target for future releases
- Documentation
2019-04-02 12:42:47 +02:00
elin-neo 5ac14fbc2e fix miss type 2019-04-02 11:16:02 +09:00
Michael Keller 5ddc4f24b5 Add target JHEF7DUAL to 4.0. 2019-04-01 16:57:44 +13:00
Michael Keller 5c75974415
Merge pull request #7887 from elin-neo/elinf722_udpate_190327
Update ELINF722 config
2019-03-29 19:49:40 +13:00
elin-neo bb8d3f4346 Update ELINF722 config 2019-03-28 14:05:48 +09:00
Michael Keller 173e958daf
Merge pull request #7872 from x4FF3/OMF4NV7
Please add OMNIBUSF4NANOV7
2019-03-27 07:53:38 +13:00
david c916ab96ac add OMNIBUSF4NANOV7 2019-03-26 17:54:48 +01:00
Markus Pyykkö 5754263e9d
Update FrSky SPI RX.md
Updated to observe binding status with status command instead
2019-03-26 08:52:16 +02:00
Markus Pyykkö cb8c31b025
Updated docs to have correct command for binding 2019-03-25 10:47:27 +02:00
IflightRc f766f54b35 Add unified target config for IFlightF4_Twin_G 2019-03-23 16:13:25 +08:00
swilkens 921754c2c7
[Docs] Update ARM toolchain version link
The currently listed version (5.4.1) is insufficient, version 7.3.1 (represented as 7-2018-q2-update) is expected in make\tools.mk (GCC_REQUIRED_VERSION ?= 7.3.1)
2019-03-12 20:32:10 +01:00
elin-neo c635e15af0 Modify some of ELINF405
Modify softserial port.
Define camera control pin.
Change esc serial port.
2019-03-08 08:34:05 +09:00
Michael Keller 1aef1a7448
Merge pull request #7629 from linuxdude21/patch-2
Profiles.md
2019-03-01 04:26:38 +13:00
Michael Keller b5dd2d80b7 Updating README.md and the pull request template for the feature freeze / STM32F3 retirement. 2019-02-28 09:23:31 +13:00
Nick Hesson e51573044c
Update Profiles.md
removed image.
2019-02-21 17:23:28 -08:00
Nick Hesson 4a1c33ea2b
Update Profiles.md 2019-02-20 17:07:27 -08:00
Nick Hesson 5ed49f587b
Update Profiles.md 2019-02-20 16:57:44 -08:00
Nick Hesson 3cc322898e
Update Profiles.md 2019-02-20 16:53:14 -08:00
Nick Hesson a50750f0d0
Update Profiles.md
Updating the Profile doc with current changes to BetaFlight.
2019-02-20 16:22:31 -08:00
Michael Keller 6e28a50bc4
Merge pull request #7610 from salavatov/patch-2
Update FrSky SPI RX.md
2019-02-20 23:52:48 +13:00
Konstantin Salavatov 228394b5c3
Update FrSky SPI RX.md
added link to CrazyBee F4 FR Pro
2019-02-19 15:13:39 +07:00
Konstantin Salavatov c5a85ced35
Update Board - CrazyBeeF4FRPro.md
Added link to manual
2019-02-19 15:05:55 +07:00
Dave Huber c2c4641ee6 Fix documentation for MSP_MODE_RANGES_EXTRA 2019-02-17 00:41:39 -06:00
Dave Huber bb95d53e62 Add mode logic to MSP
Add msp code 238.
Add MSP_MODE_RANGES code to msp.c.
Add 2 extra byte reads to MSP_SET_MODE_RANGES.
Add check for extra bytes in MSP_SET_MODE_RANGES
Add API documentation for MSP_MODE_RANGES_EXTRA
convert linkedTo storage to boxid
Send length of array in EXTRAS data
Add note that alignment of elements of MODE_RANGES and MODE_RANGES_EXTRA is required and indicated by permanentId.
2019-02-07 10:28:34 -06:00
Pieter Kruger 4ec536a317 Add LED profile feature - 4278 2019-01-19 20:23:03 +10:00
Michael Keller 329b9d38d7
Merge pull request #7279 from AlienWiiBF/FF_RACEPIT
Add FuriousFPV RacePit target as generic target
2019-01-13 12:37:43 +13:00
Michael Keller cbd3a19595
Merge pull request #7371 from Asizon/frskyspidoc
Updated Frsky Spi Documentation for LBT
2019-01-13 12:32:24 +13:00
Michael Keller 10ae62efed
Merge pull request #7312 from mikeller/amend_parentheses_rule
Amended rule to stipulate minimal use of parentheses.
2019-01-12 19:22:55 +13:00
Michael Keller f07c67fd86
Merge pull request #7361 from mikeller/fix-controls-broken-links
From cleanflight: Fix broken stick configuration documentation links.
2019-01-12 18:02:17 +13:00
Asizon 44c83a297f Updated Frsky Spi Documentation 2019-01-11 16:49:43 +01:00
Michael Keller d8e8d8374d
Merge pull request #7309 from mikeller/update_coding_style_2
Updated coding style documentation.
2019-01-11 11:34:10 +13:00
Dominic Clifton 2f2384fa27 Merge pull request #3074 from cleanflight/fix-controls-broken-links
Fix broken stick configuration documentation links.
2019-01-11 03:33:48 +13:00
mikeller fda4bd2124 Updated coding style documentation. 2019-01-09 09:13:15 +13:00
Kurt Wilson f4664a3490
document telemetry sensor from #7236 2019-01-08 10:16:39 -05:00
Kurt Wilson 8b3ebe60d0
Format FRSKY telemetry table 2019-01-08 09:59:58 -05:00
Kurt Wilson 55f5a7067e
fix small table mistake 2019-01-08 09:52:30 -05:00
Kurt Wilson 42cbb00dc6
Format Smartport Telemetry lines to table 2019-01-08 09:49:32 -05:00
Michael Keller ce1dd5225f
Merge pull request #7296 from elin-neo/master
Add new target - ElinF405
2019-01-08 22:54:30 +13:00
MJ666 3b3df3689d Add FuriousFPV RacePIT documentation 2019-01-02 12:28:59 +01:00
mikeller af0a3ad58b Added exception for ternary conditional operator. 2018-12-30 10:15:12 +13:00
J Blackman 68a3daaade
Merge pull request #7311 from mikeller/update_enum_documentation
Added rule for trailing comma in enums.

Agreed.
2018-12-29 16:06:23 -05:00
J Blackman f85463bc1c
Merge pull request #7310 from mikeller/update_if_brace_policy
Updated policy on allowing 'if' without braces.

Agreed 100%
2018-12-29 16:05:27 -05:00
mikeller 82e999e589 Amended rule to stipulate minimal use of parentheses. 2018-12-30 00:32:26 +13:00
mikeller 3466923dc3 Added rule for trailing comma in enums. 2018-12-30 00:15:06 +13:00
mikeller 3eafbc87ae Updated policy on allowing 'if' without braces. 2018-12-30 00:03:21 +13:00
jonpas c5fd7caeb2 Create new STM32F411DISCOVERY target and Add STM32Discovery
documentation
2018-12-28 03:40:21 +01:00
elin-neo a31792b385 Add new target - ElinF405 2018-12-27 12:04:00 +09:00
githubDLG d72169fa78 add Variant Target CrazyBeeF4 Pro series
Add MATEKF411RX Variants: CrazyBEEF4 Pro series targets, including: CrazyBeeF4FRPro/CrazyBeeF4FSPro/CrazyBeeF4DXPro
2018-12-21 18:42:33 +08:00
LinJieqiang 786f1935a1 TARGET: Add support code for EXF722DUAL board.
Doc: Add the description for EXF722DUAL board.

Target: Remove the EXF722DUAL PID-Audio Feature.

Target: Remove the EXF722DUAL unused build code.
2018-12-10 18:30:14 +08:00
mikeller 5698b6c4a2 Moved CLRACINGF7 board description into 'docs/boards/'. 2018-12-06 21:37:04 +13:00
Pieter Kruger 8d981df1a9 Add OSD Profile feature - issue 4155 2018-12-01 17:51:38 +10:00
mikeller 27dd36590b Amended parameter group documentation to include array length considerations. 2018-11-27 23:33:40 +13:00
Michael Keller 5a8ada0020
Merge pull request #7123 from mikeller/amend_parameter_group_documentation
Amended parameter group documentation to contain uniformity / atomicity constraints.
2018-11-26 21:51:09 +13:00
mikeller e4bd905f70 Added clarification about new parameters if 0 is an invalid value. 2018-11-25 15:51:26 +13:00
mikeller cad702b4f7 Amended parameter group documentation to contain uniformity / atomicity constraints. 2018-11-25 13:40:17 +13:00
flywoo e258f2ae3b Correction of board description error 2018-11-23 08:22:05 +08:00
flywoo 375729168c Add board description and default CAMERA_CONTROL pin 2018-11-18 13:14:39 +08:00
Michael Keller 57f5912c74
Merge pull request #7053 from loopur/target_hakrcf405
Add target HAKRCF405
2018-11-09 21:45:36 +13:00
loopur 78655745ac Add board description and delect GPS defined 2018-11-09 10:52:45 +08:00
Michael Keller 44f19bd128
Merge pull request #7021 from marv-t/ExBusDoc
Ex Bus docs for Rx and telemtry
2018-11-03 16:40:07 +13:00
Michael Keller 0fae0a49c5
Merge pull request #7025 from MATEKSYS/master
Add MATEKF722SE Target
2018-11-02 01:45:49 +13:00
MATEKSYS f445a96978 none 2018-11-01 17:42:29 +08:00
MATEKSYS 6356e85820 add MATEKF722SE board description 2018-11-01 17:35:38 +08:00
Michael Keller f4dbbace87
Merge pull request #6972 from mikeller/added_mpu6000_to_skyzonef405
Added MPU6000 support to SKYZONEF405 target.
2018-11-01 22:33:39 +13:00
Thomas 10a5688a14
Add Jeti Ex Bus receiver description 2018-10-31 10:05:43 +01:00
Thomas 7590e4ffd0
Add Jeti Ex Bus telemetry description 2018-10-31 09:56:00 +01:00
Michael Keller 0f296d13d8
Merge pull request #7011 from mikeller/add_parameter_group_doc
Added documentation for dealing with parameter groups.
2018-10-31 02:09:36 +13:00
mikeller efdaf241d8 Added documentation for dealing with parameter groups. 2018-10-31 01:17:13 +13:00
Steffen Windoffer 95cd6fc022 update docs for how to build under osx 2018-10-29 16:37:28 +01:00
Michael Keller c222f692ea
Merge pull request #6976 from nyway/master
Add new target FOXEERF722DUAL
2018-10-26 00:56:44 +13:00
ZhengNingwei fb6547e1e4 Add new target FOXEERF722DUAL
Add new target FOXEERF722DUAL from FOXEER
2018-10-24 13:38:46 +08:00
mikeller ee3f01fbad Added MPU6000 support to SKYZONEF405 target. 2018-10-24 01:46:09 +13:00
Steffen Windoffer 956ea31c8f update switch example to fit current coding style 2018-10-20 15:04:12 +02:00
Michael Keller d193783e66
Merge pull request #6912 from flywoo/master
modify the scl pin -PB8 flywoo405 target
2018-10-16 00:03:39 +13:00
flywoo 0db78786cc modify the scl pin -PB8
simplify

delete description file

delete description file

Update target.h

FLYWOO: Update target definition for SCL pin

Edit the format

modify the scl pin -PB8

simplify

rewrite

Delete !
2018-10-14 15:01:47 +13:00
Momme Jürgensen 50373574ee add some PR links in Upgrading from 3.2 to 3.3 2018-10-11 15:21:29 +02:00
mikeller 047d5d6a22 Updated path in documentation for customised versions. 2018-10-07 13:04:40 +13:00
Michael Keller ee7c556902
Merge pull request #6779 from DieHertz/bfdev-spedix-f4-target
Added SPEDIX F4 target
2018-09-25 09:27:59 +12:00
Michael Keller 2a529c8119
Merge pull request #6514 from bforbort/LIS3MDL
Add support for ST LIS3MDL MEMS Magnetometer
2018-09-20 22:54:58 +12:00
Michael Keller 7e362ace48
Merge pull request #6672 from timman2er/fix_name_building
fix building guide for all OS's
2018-09-18 23:43:37 +12:00
Andrey Mironov 35a75e5201 Added docs 2018-09-17 12:03:55 +03:00
Blaine eb5af3a161 Add support for the ST LIS3MDL 3-Axis Magnetometer per #6437 2018-09-16 19:56:13 -07:00
Momme Jürgensen a1347d251f
add some PR links to 3.4 release notes 2018-09-13 18:11:03 +02:00
Momme Jürgensen d01405c605
add some PR links to 3.5 release notes 2018-09-13 16:04:33 +02:00
timman2er b38afdb7db Fix building guide (rebase because weird things happened 2018-09-02 02:54:46 +02:00
timman2er 30daff9643 fix name of software in development.md 2018-08-30 22:37:20 +02:00
Tim Eckel 290cfebd99
Markdown fixes and added style examples 2018-08-28 10:30:55 -04:00
loopur c561fa33c0 Add new broad -HAKRCF722 2018-08-25 11:21:30 +08:00
mikeller b4db764b46 VTX improvements from iNav. 2018-08-20 23:26:57 +12:00
mikeller afd02613e3 Added release notes for 3.5 to documentation. 2018-08-20 16:46:15 +12:00
Michael Keller 660a21d282
Merge pull request #6498 from frozenskys/feature-tidyuposd
Tidy up max7456_symbols.h and document OSD Font glyphs.
2018-08-17 00:31:32 +12:00
Michael Keller 086e1a08c4
Merge pull request #6526 from flywoo/master
Add new target FLYWOOF405
2018-08-12 18:20:54 +12:00
ZhengNingwei 67e83c7a92 Change DALRC F722DUAL VBAT_SCALE_DEFAULT
DALRC F722DUAL will support 10s battery,the VBAT_SCALE_DEFAULT change 160,max voltage achieved 51V.

DALRCF722DUAL add picture

DALRCF722DUAL add picture

Update board -DALRCF722DUAL.md

Update board -DALRCF722DUAL.md
2018-08-11 15:12:58 +08:00
flywoo e48190ccd7 change_3 2018-08-10 17:02:07 +08:00
flywoo fdddaec4e8 Add new target FLYWOOF405 2018-08-07 17:30:40 +08:00
Richard Cooper 23d7180da3 Use glyphs from default.mcm 2018-07-31 20:08:02 +01:00
Richard Cooper 516483ee64 Tidy up symbols.h and add docs for osd font 2018-07-31 19:35:01 +01:00
ZhengNingwei ad0a1ae7ac Add new target DALRCF722DUAL
This board use the STM32F722RET6 microcontroller and have the following features:
 High-performance and DSP with FPU, ARM Cortex-M7 MCU with 512 Kbytes Flash
 216 MHz CPU,462 DMIPS/2.14 DMIPS/MHz (Dhrystone 2.1) and DSP instructions, Art Accelerator, L1 cache, SDRAM
 DUAL gyro MPU6000 and ICM20602,could choose mpu6000,more stable and smooth.Or choose ICM20602,higher rate(32K/32K).Choose on CLI mode,experience different feature gyro on same board
 OSD on board
 The 16M byte SPI flash on board for data logging
 USB VCP and boot select button on board(for DFU)
 Stable voltage regulation,DUAL BEC  5v/2.5A and 10v/2A for VTX/camera etc.And could select 5v/10v with pad
 Serial LED interface(LED_STRIP)
 VBAT/CURR/RSSI sensors input
 Suppose IRC Tramp/smart audio/FPV Camera Control/FPORT/telemetry
 Supports SBus(built-in inverters), Spektrum1024/2048, PPM
 Supports I2C device extend(baro/compass/OLED etc)(socket)
 Supports GPS (socket)
2018-07-30 09:44:09 +03:00
mikeller c8f71e97d8 Fixed typo in SKYZONEF405 file name. 2018-07-28 12:22:19 +12:00
Michael Keller c00ddb2152
Merge pull request #6458 from mikeller/rename_skyf405_skyzonef405
Renamed SKYF405 to SKYZONEF405.
2018-07-28 12:11:33 +12:00
jflyper a6327bd79a Added a note on alternative resister value for IBUS 2018-07-27 23:45:46 +09:00
mikeller 3bb10ead4d Renamed SKYF405 to SKYZONEF405. 2018-07-27 01:02:53 +12:00
mikeller ba1c4fe07f Added release notes for 3.4. 2018-07-15 16:11:24 +12:00
mikeller 45fd07f5a1 Fixed documentation for modes. 2018-07-10 20:57:05 +12:00
Michael Keller 0df366d296
Merge pull request #6248 from mikeller/added_skyzonef405_target
Added SKYF405 target.
2018-07-01 19:02:13 +12:00
mikeller f354f8f350 Added SKYZONEF405 target. 2018-07-01 12:39:15 +12:00
mikeller 777c2b26b1 Second attempt at cleaning up image locations in 'docs'. 2018-07-01 12:37:11 +12:00
mikeller a456f00b36 Cleaned up image location for board documentation. 2018-06-30 22:44:07 +12:00
Michael Keller 2f1f07d186
Merge pull request #6077 from jhalfmoon/jhalfmoon-crazybee-doc-update
Added a list of known issues for the CrazyBee FC
2018-06-26 19:29:17 +12:00
Scavanger b907e584d1
Update Telemetry.md 2018-06-20 09:12:56 +02:00
Johnny Halfmoon 97d2998c7d Modified crazybee board docs 2018-06-13 08:22:31 +02:00
Johnny Halfmoon 29be67bc54 Added a list of known issues
This board has some quirks which new users should be aware of.
2018-06-10 00:08:29 +02:00
Cleric-K e17abc4063 Failsafe switch choosable behavior #5994
The `failsafe_kill_switch` parameter has been renamed to
`failsafe_switch_mode` and it determines what happens
when the Failsafe mode is activated with an AUX switch.
It takes one of three values:
  0 - simulates RC signal loss - thus activates Stage1 failsafe
      (former behavior when kill switch option was OFF)
  1 - disarms immediately
      (former behavior when kill switch option was ON)
  2 - activates the failsafe procedure (Stage2) immediately (new)
2018-05-29 23:28:09 +03:00
Michael Keller 8f1df0635f
Merge pull request #5950 from nyway/master
Add new target FOXEERF405
2018-05-23 23:47:57 +12:00
ZhengNingwei 09ed26f2ff Add new target FOXEERF405
Board - FOXEERF405

This board use the STM32F405RGT6 microcontroller and have the following features:
* 1024K bytes of flash memory,192K bytes RAM,168 MHz CPU/210 DMIPS
* The 16M byte SPI flash for data logging
* USB VCP and boot select button on board(for DFU)
* Stable voltage regulation,9V/2A DCDC BEC for VTX/camera etc.And could select 5v/9v with pad
* Serial LED interface(LED_STRIP)
* VBAT/CURR/RSSI sensors input
* Suppose IRC Tramp/smart audio/FPV Camera Control/FPORT/telemetry
* Supports SBus, Spektrum1024/2048, PPM. No external inverters required (built-in).
* Supports I2C device extend(baro/compass/OLED etc)
* Supports GPS
* Supports MPU6000 or ICM20689
2018-05-23 15:31:39 +08:00