repo.or.cz
/
betaflight.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Winbond 25Q128 flash driver
[betaflight.git]
/
src
/
main
/
target
/
RG_SSD_F3
/
target.mk
blob
a6fc69a8aeb5177a6001f318d35627e61fc5b9c8
1
F3_TARGETS
+= $(
TARGET
)
2
3
FEATURES
=
VCP SDCARD_SPI
4
5
FEATURE_CUT_LEVEL
=
1
6
7
TARGET_SRC
=
\
8
drivers
/
accgyro
/
accgyro_mpu.c \
9
drivers
/
accgyro
/
accgyro_spi_mpu6000.c
10
11
HSE_VALUE
=
12000000
12
13