Platform Ststm8 Save

ST STM8: development platform for PlatformIO

Project README

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.

Open Source Agenda is not affiliated with "Platform Ststm8" Project. README Source: platformio/platform-ststm8

Open Source Agenda Badge

Open Source Agenda Rating