Adding note about EEPROM size.

This commit is contained in:
Dominic Clifton 2015-06-26 11:47:29 +01:00
parent 53c578e5c5
commit 2f08048060
1 changed files with 6 additions and 2 deletions

View File

@ -1,15 +1,16 @@
# Flight controller hardware
The current focus is geared towards flight controller hardware that use the STM32F103 and STM32F303 series processors. The core logic is separated from the hardware drivers, porting to other processors is possible.
The current focus is geared towards flight controller hardware that use the STM32F303 and legacy STM32F103 series processors. The core logic is separated from the hardware drivers, porting to other processors is possible.
The core set of supported flyable boards are:
* AlienWii32
* CC3D
* CJMCU
* Flip32+
* Naze32
* Sparky
* AlienWii32
* SPRacingF3
Cleanflight also runs on the following developer boards:
@ -23,6 +24,9 @@ There is also limited support for the following boards which may be removed due
* Naze32Pro
* STM32F3Discovery with Chebuzz F3 shield.
NOTE: Users are advised against purhasing boards that have CPUs with less than 256KB of EEPROM space - available features may be limited.
NOTE: Hardware developers should not design new boards that have CPUs with less than 256KB EEPROM space.
Each board has it's pros and cons, before purchasing hardware the main thing to check is if the board offers enough serial ports and input/output pins for the hardware you want to use with it and that you can use them at the same time. On some boards some features are mutually exclusive.
Please see the board-specific chapters in the manual for wiring details.