| 123456789101112131415161718192021222324252627282930 |
- // This file is automatically generated, DO NOT modify.
- #ifndef _AGM_BOARD_INFO
- #define _AGM_BOARD_INFO
- #ifndef BOARD_HSI_FREQUENCY
- #define BOARD_HSI_FREQUENCY 10000000
- #endif
- #ifndef BOARD_HSE_FREQUENCY
- #define BOARD_HSE_FREQUENCY 8000000
- #endif
- #ifndef BOARD_PLL_FREQUENCY
- #define BOARD_PLL_FREQUENCY 104000000
- #endif
- #ifndef BOARD_BUS_FREQUENCY
- #define BOARD_BUS_FREQUENCY 104000000
- #endif
- #ifndef BOARD_PLL_CLKIN
- #define BOARD_PLL_CLKIN PIN_OSC
- #endif
- #ifndef BOARD_HSE_BYPASS
- #define BOARD_HSE_BYPASS SYS_HSE_NONE
- #endif
- #endif
|