TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle

Simple STDIO output & input stream implementation for STM32F4 - http://stm32f4-discovery.com/2014/10/library-41-stdio-implementation-for-stm32f4. More...

Modules

 TM_STDIO_Typedefs
 Library Typedefs.
 
 TM_STDIO_Functions
 Library Functions.
 

Detailed Description

Simple STDIO output & input stream implementation for STM32F4 - http://stm32f4-discovery.com/2014/10/library-41-stdio-implementation-for-stm32f4.

This library allows you to use printf (stdout) and fprintf functions on STM32F4 to output data to the stream.

As of version 1.1, you are now able to handle input (stdin) data from standard stream or user defined input.

Changelog
 Version 1.1
  - October 19, 2014
  - Added input options

 Version 1.0
  - First release
Dependencies
 - STM32F4xx
 - STM32F4xx RCC
 - defines.h
 - attributes.h
 - stdio.h