freertos-sys 0.1.3

Builds FreeRTOS from source for specific device families and provides easy linking
Documentation
# cmsis_freertos_stm32f4

Builds FreeRTOS as a static library, 
intended to be invoked from the embedded rust
[freertos-sys crate](https://github.com/tstellanova/freertos-sys)

Creates a static FreeRTOS library for use with stm32f4xx.
This provides the API described in `cmsis_os2.h` -- in other words, 
the CMSIS RTOS v2 API. 

Tested with stm32f401cc