!libstm


This project does not contain any (major) source files. The script only obtains 
sources from ST web site and build libraries.
No source files should be changed because changes are not tracked in
repository.


!cmake

The library cnotains CMakeLists.txt so the library can easyly be integrated 
into your cmake-Project. When cmake is used the sources from ST are 
automatically obtained via download.


!obtain.sh

This script obtains the sources from ST via download.
When cmake is used this script is called automatically.

The environment variable "ARCHIVE_PATH" can be used to specify the destination 
for downloaded archives. If it is not set then "$PWD/tmp" is used.

The environment variable "SOURCE_PATH" can be used to specify the destination 
extracted downloaded files. If it is not set then "$ARCHIVE_PATH" is used.
