There was a perspective mismatch with the UART service, where the actual buffer size given in the constructor, did not reflect the size of the user buffer that was available to the application. This was not documented, and hence cause confusion. The patch applied in this commit, increments the given buffer sizes by one, so that the application buffer has the available size given in the constructor. Additionally, some configuration options were lost during the component refactor, these have now been restored.master
parent
6a78463791
commit
0048a9ac8e
Loading…
Reference in new issue