Skip to content

Releases: Infineon/retarget-io

retarget-io 1.5.0

05 Jul 18:43
Compare
Choose a tag to compare
  • Add a new macro CY_RETARGET_IO_NO_FLOAT. When defined, floating point string formatting support will be disabled,
    allowing for flash savings in applications which do not need this functionality.

Retarget I/O 1.4.0

02 Dec 21:26
Compare
Choose a tag to compare
  • Add cy_retarget_io_init_fc function to initialize with flow control pins
  • Mark mutex as no longer initialized after 'cy_retarget_io_deinit'

Retarget I/O 1.3.0

14 Oct 19:00
Compare
Choose a tag to compare
  • Added support for checking whether data is being transmitted and waiting until done before finishing the deinit process
  • Added support for using with HAL v1 or v2

Retarget I/O 1.2.0

12 Apr 21:55
Compare
Choose a tag to compare
  • Improve error handling
  • Add de-initialization of the mutex to cy_retarget_io_deinit
  • Update documentation for integration of the library in a RTOS environment.

Retarget I/O 1.1.1

24 Jun 00:07
Compare
Choose a tag to compare
  • Minor update for documentation & branding

Retarget I/O 1.1.0

27 Mar 00:27
Compare
Choose a tag to compare
  • Implemented system I/O retarget functions specific to ARM Compiler 6.
  • Made _write implementation thread-safe for Newlib.

Retarget I/O 1.0.0

21 Dec 00:36
Compare
Choose a tag to compare

Initial release to retarget the standard input/output (STDIO) messages to a UART port