hwdef.dat 421 B

123456789101112
  1. # FMUv2 build, same as fmuv3, but 1M flash to avoid hardware issue
  2. # with 2nd half of flash on early STM32F427 chips
  3. include ../fmuv3/hwdef.dat
  4. FLASH_SIZE_KB 1024
  5. # this reduces features to keep the firmware small. This is not
  6. # actually needed as of February 2018 as the full build does fit in
  7. # 1M, but it prepares us for when large features such as scripting are
  8. # added to the build
  9. define HAL_MINIMIZE_FEATURES 1