platform-ststm32/README.md

21 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2016-05-27 08:48:20 -07:00
# ST STM32: development platform for [PlatformIO](http://platformio.org)
[![Build Status](https://travis-ci.org/platformio/platform-ststm32.svg?branch=develop)](https://travis-ci.org/platformio/platform-ststm32)
[![Build status](https://ci.appveyor.com/api/projects/status/y5dayom6bltenoeh/branch/develop?svg=true)](https://ci.appveyor.com/project/ivankravets/platform-ststm32/branch/develop)
The STM32 family of 32-bit Flash MCUs based on the ARM Cortex-M processor is designed to offer new degrees of freedom to MCU users. It offers a 32-bit product range that combines very high performance, real-time capabilities, digital signal processing, and low-power, low-voltage operation, while maintaining full integration and ease of development.
* [Home](http://platformio.org/platforms/ststm32) (home page in PlatformIO Platform Registry)
2017-02-22 06:31:05 -08:00
* [Documentation](http://docs.platformio.org/page/platforms/ststm32.html) (advanced usage, packages, boards, frameworks, etc.)
2016-05-27 08:48:20 -07:00
# Usage
2017-02-22 06:44:23 -08:00
1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html)
2016-05-27 08:48:20 -07:00
2. Install ST STM32 development platform:
```bash
2016-09-03 10:48:54 -07:00
# install the latest stable version
2016-05-27 08:48:20 -07:00
> platformio platform install ststm32
# install development version
> platformio platform install https://github.com/platformio/platform-ststm32.git
2016-05-27 08:48:20 -07:00
```