stm32: Add support for STM32L1 MCUs.

This change adds STM32L1 support to the STM32 port.
This commit is contained in:
yn386
2022-09-19 17:56:31 +09:00
committed by Damien George
parent ae0b0e7018
commit 427d72667f
25 changed files with 657 additions and 37 deletions

View File

@@ -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