- RESOLVED: Correct the documentation for the write() method of uart_tx_buffered_if
- RESOLVED: Added calls to ready_to_transmit() to the uart_tx_buffered component
- RESOLVED: Improved the uart_tx_buffered so that it can now drive at full data rate without clock drift. Before it was limited to about 0.5% less than the baud rate
- REMOVED: forward references to app notes
- CHANGE: Update to source code license and copyright
- CHANGE: Update fast rx and tx to match API prototypes & fix port directions
- RESOLVED: Fixed order of ports in api calls from example program
- CHANGE: Restructued version
- Changes to dependencies:
- lib_gpio: Added dependency 1.0.0
- lib_logging: Added dependency 2.0.0
- lib_xassert: Added dependency 2.0.0
- CHANGE: Increment version for XPD release. Several minor docs bugs fixed.
- CHANGE: Tidied up uart_fast and targetted demo at L16 sliceKIT
- CHANGE: Major change to generic UART tx/rx components to use new xC features with different api.
- ADDED: RS485 component and apps
- CHANGE: Updated documents for xSOFTip requirements
- ADDED: Metainfo and XPD items
- CHANGE: Documentation Updates