- ADDED: Support for XCommon CMake
- CHANGED: Use XMOS Public Licence Version 1
- CHANGED: Example applications run on xcore.ai hardware
- FIXED: Added an idle state initialisation in uart_tx_streaming()
- FIXED: Fixed ILLEGAL_INSTRUCTION exception when using multi_uart_rx()
- Changes to dependencies:
- lib_gpio: 1.1.0 -> 2.2.0
- lib_logging: 2.1.0 -> 3.3.1
- lib_xassert: 3.0.0 -> 4.3.1
- 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
- Changes to dependencies:
- lib_gpio: 1.0.0 -> 1.1.0
- lib_logging: 2.0.0 -> 2.1.0
- lib_xassert: 2.0.0 -> 3.0.0
- 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