platformio / platform-titiva

TI TIVA: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/titiva
Apache License 2.0
10 stars 10 forks source link
platformio platformio-platform ti-tiva

TI TIVA: development platform for PlatformIO

Build Status

Texas Instruments TM4C12x MCUs offer the industrys most popular ARM Cortex-M4 core with scalable memory and package options, unparalleled connectivity peripherals, advanced application functions, industry-leading analog integration, and extensive software solutions.

Usage

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

Stable version

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

Development version

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

Project Examples

Configuration

Please navigate to documentation.