fpga_boot.hx 470 B

1234567891011121314151617181920212223242526
  1. // This file is automatically generated, DO NOT modify.
  2. #ifndef _AGM_BOARD_INFO
  3. #define _AGM_BOARD_INFO
  4. #ifndef BOARD_HSI_FREQUENCY
  5. #define BOARD_HSI_FREQUENCY 10000000
  6. #endif
  7. #ifndef BOARD_HSE_FREQUENCY
  8. #define BOARD_HSE_FREQUENCY 8000000
  9. #endif
  10. #ifndef BOARD_PLL_FREQUENCY
  11. #define BOARD_PLL_FREQUENCY 240000000
  12. #endif
  13. #ifndef BOARD_BUS_FREQUENCY
  14. #define BOARD_BUS_FREQUENCY 120000000
  15. #endif
  16. #ifndef BOARD_PLL_CLKIN
  17. #define BOARD_PLL_CLKIN PIN_HSE
  18. #endif
  19. #endif