diff options
Diffstat (limited to 'stmhal/boards/PYBV10/mpconfigboard.h')
| -rw-r--r-- | stmhal/boards/PYBV10/mpconfigboard.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stmhal/boards/PYBV10/mpconfigboard.h b/stmhal/boards/PYBV10/mpconfigboard.h index 7aa980498..fece73330 100644 --- a/stmhal/boards/PYBV10/mpconfigboard.h +++ b/stmhal/boards/PYBV10/mpconfigboard.h @@ -22,9 +22,12 @@ #define MICROPY_HW_CLK_PLLN (336) #define MICROPY_HW_CLK_PLLP (RCC_PLLP_DIV2) #define MICROPY_HW_CLK_PLLQ (7) +#define MICROPY_HW_CLK_LAST_FREQ (1) // The pyboard has a 32kHz crystal for the RTC #define MICROPY_HW_RTC_USE_LSE (1) +#define MICROPY_HW_RTC_USE_US (0) +#define MICROPY_HW_RTC_USE_CALOUT (1) // UART config #define MICROPY_HW_UART1_NAME "XB" |
