Skip to content

platformio/platform-titiva

Repository files navigation

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.

  • 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 = titiva
board = ...
...

Development version

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

Project Examples

Configuration

Please navigate to documentation.