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
add stream methods to set pincos, circ and pfctrl
make Stream use dmaDirection instead generic direction
make streams use a new DmaChannel enum instead generic stuff
conditionnel compilation for DmaChannel enum
Redesign ISR API of Stream, this break transfer
redesign Stream trait API, break even more stuff
implement Stream trait, many thing still broken
fix most compile error in Transfer struct
handle DmaDataSize relatd stuff
stream_disable utility function
use utility function for gracefully disable the transfer
add/fix interrupt flag manipulation throught transfer type
fix Bits impl for PeeripeheralIncrmentOffset
fix bit impl of DmaFlowcontreoller
fix missing unsafe section
fix i2c dma to handle transfer API change.
use Dmaflag for more expressive API
dma common interrupts setter & getter
fix spi-dma example
fix rtic-spi-slave-dma.rs example
fix bad link in the doc
add number_of_transfer method on Transfer
fix an example
dma API, rename clear_smth_flag to clear_smth
dma stream rename smth_flag -> is_smth
dma stream rename set_smth_interrupt to listen/unlisten_smth, temporaly
break transfer
dma stream: listen/unlisten using mask, fix previous break
fix, using bitflags for masking require to "truncate"
some optimisation
oops forgot to remove a TODO mark
remove bitflags and mask stuff, use struct with bool field instead
update CHANGELOG.md
0 commit comments