Olimex STM32-E407 port

roedan wrote on December 07, 2017:

If anyone is interested I have started to port the AWS FreeRTOS demos over to the Olimex STM32-E407 dev board (https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware)

So far I have the mqtt echo demo up and running.

The code can be found on git hub here: https://github.com/roedan/amazon-freertos/

To build for the STM32-E407 board you will need Eclipse CDT and the gcc compiler suite from launchpad (https://launchpad.net/gcc-arm-embedded/)

In the demos folder I have added a new folder under ST called STM32_E407 and the eclipse project can be found in the CDT directory.