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

String library for STM32F4xx devices - http://stm32f4-discovery.com/2015/05/library-58-dynamic-strings-on-stm32f4xx. More...

Modules

 TM_STRING_Macros
 Library defines.
 
 TM_STRING_Typedefs
 Library Typedefs.
 
 TM_STRING_Functions
 Library Functions.
 

Detailed Description

String library for STM32F4xx devices - http://stm32f4-discovery.com/2015/05/library-58-dynamic-strings-on-stm32f4xx.

This library allows you to dynamically operate with strings in HEAP memory. For this purpose, you need to make sure that your HEAP memory is big enough.

Increase HEAP memory

If you use Keil uVision, then you can set HEAP memory by simply open startup file (*.s) and increase variable "Heap_Size".

For other compilers, check it's manual.

Changelog
 Version 1.1
  - May 23, 2015
  - Added support for replacing string
 
 Version 1.0
  - First release
Dependencies
 - STM32F4xx
 - STM32F4xx RCC
 - defines.h