Skip to content

Arduino core implementation for Fortebit Open IoT boards with STM32 architecture

License

Notifications You must be signed in to change notification settings

fortebit/fortebit-openiot-stm32-core

 
 

Repository files navigation

Fortebit Polaris - Arduino Core (STM32 Architecture) GitHub release

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.

Installation on Arduino IDE

This core is included in the Fortebit Open IoT Board Manager package. Please refer to that page for installation instructions.

Development with Git

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