mostafa-khaled775 / platform-titiva

TI TIVA: development platform for PlatformIO

Home Page:https://registry.platformio.org/platforms/platformio/titiva

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

TI TIVA: development platform for PlatformIO

https://registry.platformio.org/platforms/platformio/titiva

License:Apache License 2.0


Languages

Language:Python 100.0%