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
Wire: limit TX buffer size to avoid consuming too much stack
If data size to be sent is greater than the max defined,
application can split the transfert
Note: no limit implemented in RX buffer, because when receiving,
data are received on I2C, it is not possible to split.
Fixes#1539
Signed-off-by: Alexandre Bourdiol <[email protected]>
0 commit comments