diff options
| author | iabdalkader | 2018-02-25 02:00:12 +0200 |
|---|---|---|
| committer | Damien George | 2018-03-09 15:12:44 +1100 |
| commit | 61d463ad072822f4f0104b4ab46fda5173ebc2f6 (patch) | |
| tree | b5260a306e93551b57a216dd1aefa2acd51041fe /ports | |
| parent | 6d3f42f7139b702660ea41ef3994c05323e70307 (diff) | |
stm32/mpconfigboard_common: Add STM32H7 common configuration.
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/stm32/mpconfigboard_common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/stm32/mpconfigboard_common.h b/ports/stm32/mpconfigboard_common.h index 7befe998a..0c57976fb 100644 --- a/ports/stm32/mpconfigboard_common.h +++ b/ports/stm32/mpconfigboard_common.h @@ -116,6 +116,14 @@ #define MICROPY_HW_MAX_TIMER (17) #define MICROPY_HW_MAX_UART (8) +// Configuration for STM32H7 series +#elif defined(STM32H7) + +#define MP_HAL_UNIQUE_ID_ADDRESS (0x1ff1e800) +#define PYB_EXTI_NUM_VECTORS (24) +#define MICROPY_HW_MAX_TIMER (17) +#define MICROPY_HW_MAX_UART (8) + // Configuration for STM32L4 series #elif defined(STM32L4) |
