Kconfig 196 B

123456789101112131415
  1. if TARGET_GRASSHOPPER
  2. config SYS_BOARD
  3. default "grasshopper"
  4. config SYS_VENDOR
  5. default "in-circuit"
  6. config SYS_SOC
  7. default "at32ap700x"
  8. config SYS_CONFIG_NAME
  9. default "grasshopper"
  10. endif