platformio / platform-ststm8

ST STM8: development platform for PlatformIO

Home Page:https://registry.platformio.org/platforms/platformio/ststm8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ST STM8: development platform for PlatformIO

https://registry.platformio.org/platforms/platformio/ststm8

License:Apache License 2.0


Languages

Language:Python 100.0%