1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Merge pull request #8679 from hydra/bf-exst-hex-updates-1

EXST - Updates to HEX file generation.
This commit is contained in:
Dominic Clifton 2019-08-09 12:42:15 +02:00 committed by GitHub
commit 41a0b59380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,9 @@ HSE_VALUE = 8000000
FEATURES += VCP ONBOARDFLASH SDCARD_SDIO
EXST = yes
# flash address 0x97CE0000 - code_ram address (0x24010000) = 0x73CD0000
EXST_ADJUST_VMA = 0x73CD0000
TARGET_SRC += \
drivers/bus_quadspi_hal.c \

View file

@ -3,6 +3,8 @@ H750xB_TARGETS += $(TARGET)
HSE_VALUE = 8000000
EXST = yes
# flash address 0x97CE0000 - code_ram address (0x24010000) = 0x73CD0000
EXST_ADJUST_VMA = 0x73CD0000
FEATURES += VCP ONBOARDFLASH

View file

@ -3,6 +3,8 @@ H750xB_TARGETS += $(TARGET)
HSE_VALUE = 8000000
EXST = yes
# flash address 0x97CE0000 - code_ram address (0x24010000) = 0x73CD0000
EXST_ADJUST_VMA = 0x73CD0000
FEATURES += VCP ONBOARDFLASH SDCARD_SDIO