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
In fastserial/Msp430UartP.nc the UartStream.send function only works when the buffer has a length of 1 byte. This is a regression compared to chips/msp430/usart/MSP430UartP.n where UartStream.send supports a buffer of arbitrary length.
It looks like much of the chips/msp430/usart/MSP430UartP.nc could simply be used in fastserial/Msp430UartP.nc instead.
The text was updated successfully, but these errors were encountered:
In fastserial/Msp430UartP.nc the UartStream.send function only works when the buffer has a length of 1 byte. This is a regression compared to chips/msp430/usart/MSP430UartP.n where UartStream.send supports a buffer of arbitrary length.
It looks like much of the chips/msp430/usart/MSP430UartP.nc could simply be used in fastserial/Msp430UartP.nc instead.
The text was updated successfully, but these errors were encountered: