upsidedownlabs / platform-timsp430

TI MSP430: development platform for PlatformIO

Home Page:http://platformio.org/platforms/timsp430

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TI MSP430: development platform for PlatformIO

Build Status

MSP430 microcontrollers (MCUs) from Texas Instruments (TI) are 16-bit, RISC-based, mixed-signal processors designed for ultra-low power. These MCUs offer the lowest power consumption and the perfect mix of integrated peripherals for thousands of applications.

  • Home (home page in PlatformIO Platform 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 = timsp430
board = ...
...

Development version

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

Configuration

Please navigate to documentation.

About

TI MSP430: development platform for PlatformIO

http://platformio.org/platforms/timsp430

License:Apache License 2.0


Languages

Language:Python 100.0%