mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
stm32: Add support for STM32L1 MCUs.
This change adds STM32L1 support to the STM32 port.
This commit is contained in:
@@ -210,7 +210,11 @@ STATIC const uint8_t nvic_irq_channel[EXTI_NUM_VECTORS] = {
|
||||
#endif
|
||||
ETH_WKUP_IRQn,
|
||||
OTG_HS_WKUP_IRQn,
|
||||
#if defined(STM32L1)
|
||||
TAMPER_STAMP_IRQn,
|
||||
#else
|
||||
TAMP_STAMP_IRQn,
|
||||
#endif
|
||||
RTC_WKUP_IRQn,
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user