1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Merge pull request #7257 from MATEKSYS/master

Add flash definition to MATEKF722SE target
This commit is contained in:
Michael Keller 2018-12-25 00:44:33 +13:00 committed by GitHub
commit 2e49cb1ba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -122,6 +122,11 @@
#define SDCARD_DMA_STREAM_TX_FULL DMA1_Stream5
#define SDCARD_DMA_CHANNEL 0
#define USE_FLASHFS
#define USE_FLASH_M25P16
#define FLASH_SPI_INSTANCE SPI3
#define FLASH_CS_PIN PD2
// *************** UART *****************************
#define USE_VCP

View file

@ -1,5 +1,5 @@
F7X2RE_TARGETS += $(TARGET)
FEATURES += VCP SDCARD_SPI
FEATURES += VCP ONBOARDFLASH SDCARD_SPI
TARGET_SRC = \
drivers/accgyro/accgyro_mpu.c \