You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users would like a more convenient interface for attaching interrupts to all sorts of events. It seems like DMA is probably the backend to choose for most of these situations (ADC conversion, USART character reception, etc.), but the CAN/USB IRQ sharing issue brought up by x893 is a good point: we should allow a #define to bring in a CAN IRQ handler defined by the user.
Original author: [email protected] (April 11, 2011 18:43:55)
See:
http://forums.leaflabs.com/topic.php?id=720
Users would like a more convenient interface for attaching interrupts to all sorts of events. It seems like DMA is probably the backend to choose for most of these situations (ADC conversion, USART character reception, etc.), but the CAN/USB IRQ sharing issue brought up by x893 is a good point: we should allow a #define to bring in a CAN IRQ handler defined by the user.
Original issue: http://code.google.com/p/leaflabs/issues/detail?id=62
The text was updated successfully, but these errors were encountered: