platform-ststm8 icon indicating copy to clipboard operation
platform-ststm8 copied to clipboard

ST STM8: development platform for PlatformIO

ST STM8: development platform for PlatformIO

Build Status

The STM8 is an 8-bit microcontroller family by STMicroelectronics an extended variant of the ST7 microcontroller architecture. STM8 microcontrollers are particularly low cost for a full-featured 8-bit microcontroller.

  • Home (home page in the PlatformIO Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = ststm8
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-ststm8.git
board = ...
...

Configuration

Please navigate to documentation.