-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
featureAddition of new planned or naturally occuring featureAddition of new planned or naturally occuring featurehelp wantedExtra attention is neededExtra attention is needed
Description
Copied from the internal issue tracker. By @martinmortsell:
The current implementation of the USART peripheral only supports at subset of the available interrupt sources.
pub enum Event {
RxReady,
TxReady,
Overrun,
TxEmpty,
}
The HAL should support more (all?) Event sources.
In particular, I was going to trigger an interrupt on NSSE in SPI mode.
Metadata
Metadata
Assignees
Labels
featureAddition of new planned or naturally occuring featureAddition of new planned or naturally occuring featurehelp wantedExtra attention is neededExtra attention is needed