Kconfig 226 B

12345678910111213141516171819
  1. if TARGET_STM32H743_EVAL
  2. config SYS_BOARD
  3. string
  4. default "stm32h743-eval"
  5. config SYS_VENDOR
  6. string
  7. default "st"
  8. config SYS_SOC
  9. string
  10. default "stm32h7"
  11. config SYS_CONFIG_NAME
  12. string
  13. default "stm32h743-eval"
  14. endif