This repository contains the source code and configuration files of the Arduino Core for STMicroelectronics's STM32 Series of microcontrollers and board support files for the Fortebit Polaris board.
This core is included in the Fortebit Open IoT Board Manager package. Please refer to that page for installation instructions.
This repository references other projects (mainly libraries) as Git sub-modules. To setup your local copy of the repository make sure to run (from the repository root directory):
git submodule init
git submodule update --recursive