mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
EUSTM32F103RC - First cut of support for this High-Density STM32F103
series development board. These boards can be picked up for less than $11, coupled with a 10DOF sensor board they make a great development platform or cheap expandable FC. Pretty much all pins are available to be used, unlike on the less capable and more expensive OLIMEXINO.
This commit is contained in:
parent
9977fce4bb
commit
3d382ea4c7
18 changed files with 705 additions and 43 deletions
|
@ -39,7 +39,7 @@ typedef struct drv_pwm_config_t {
|
|||
bool useParallelPWM;
|
||||
bool usePPM;
|
||||
bool useRSSIADC;
|
||||
#ifdef STM32F10X_MD
|
||||
#ifdef STM32F10X
|
||||
bool useUART2;
|
||||
#endif
|
||||
bool useSoftSerial;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue