Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 1.37 KB

CHANGELOG.rst

File metadata and controls

75 lines (48 loc) · 1.37 KB

UART Library Change Log

3.1.0

  • 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

3.0.3

  • REMOVED: forward references to app notes

3.0.2

  • CHANGE: Update to source code license and copyright

3.0.1

  • CHANGE: Update fast rx and tx to match API prototypes & fix port directions
  • RESOLVED: Fixed order of ports in api calls from example program

3.0.0

  • 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

2.3.2

  • CHANGE: Increment version for XPD release. Several minor docs bugs fixed.

2.3.1

  • CHANGE: Tidied up uart_fast and targetted demo at L16 sliceKIT

3.0.0

  • CHANGE: Major change to generic UART tx/rx components to use new xC features with different api.

2.3.0

  • ADDED: RS485 component and apps

2.2.0

  • CHANGE: Updated documents for xSOFTip requirements
  • ADDED: Metainfo and XPD items

2.1.0

  • CHANGE: Documentation Updates