Merge pull request #11198 from SteveCEvans/sce_rc2
[betaflight.git] / src / main / target / NUCLEOH723ZG / target.mk
bloba61ea8fb10d0cd5da75f499636af30241f29e796
2 # NUCLEO-H723ZG board
4 H723xG_TARGETS += $(TARGET)
6 FEATURES += VCP ONBOARDFLASH SDCARD_SDIO
8 # Top level Makefile adds, if not defined, HSE_VALUE, as default for F4 targets.
9 # We don't want to assume any particular value until de facto design is established,
10 # so we set the value here.
12 # However, HSE_VALUE is currently a global build option and can not be changed from
13 # board to board. Generic target will have to store this value as a PG variable and
14 # change clock on the fly after the PG became readable.
16 HSE_VALUE = 8000000 # For NUCLEO-H723ZG with STLINK, HSE is 8MHz from STLINK
18 TARGET_SRC = \
19 drivers/accgyro/accgyro_fake.c \
20 drivers/accgyro/accgyro_mpu.c \
21 drivers/accgyro/accgyro_mpu6500.c \
22 drivers/accgyro/accgyro_spi_mpu6000.c \
23 drivers/accgyro/accgyro_spi_mpu6500.c \
24 drivers/accgyro/accgyro_spi_mpu9250.c \
25 drivers/accgyro/accgyro_spi_icm426xx.c \
26 drivers/accgyro/accgyro_mpu6050.c \
27 drivers/barometer/barometer_bmp085.c \
28 drivers/barometer/barometer_bmp280.c \
29 drivers/barometer/barometer_bmp388.c \
30 drivers/barometer/barometer_ms5611.c \
31 drivers/compass/compass_hmc5883l.c \
32 drivers/max7456.c \