fpga_boot.hx 541 B

123456789101112131415161718192021222324252627282930
  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 104000000
  12. #endif
  13. #ifndef BOARD_BUS_FREQUENCY
  14. #define BOARD_BUS_FREQUENCY 104000000
  15. #endif
  16. #ifndef BOARD_PLL_CLKIN
  17. #define BOARD_PLL_CLKIN PIN_OSC
  18. #endif
  19. #ifndef BOARD_HSE_BYPASS
  20. #define BOARD_HSE_BYPASS SYS_HSE_NONE
  21. #endif
  22. #endif