-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The USART interrupts in stm23f3xx_hal
have unusual names. For example, USART1_EXTI25
is used in place of USART1
used in most other hals. I am trying to construct examples that build with many different hals and this is causing trouble in rtic
examples, see rtic-rs/rtic#540. I expect there is a good reason for the choice of name but I am wondering if it is possible to give also an alternate name that corresponds with the convention used by other hals?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request