An open API service indexing awesome lists of open source software.

https://github.com/platformio/platform-titiva

TI TIVA: development platform for PlatformIO
https://github.com/platformio/platform-titiva

platformio platformio-platform ti-tiva

Last synced: 8 months ago
JSON representation

TI TIVA: development platform for PlatformIO

Awesome Lists containing this project

README

          

# TI TIVA: development platform for [PlatformIO](https://platformio.org)

[![Build Status](https://github.com/platformio/platform-titiva/workflows/Examples/badge.svg)](https://github.com/platformio/platform-titiva/actions)

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](https://registry.platformio.org/platforms/platformio/titiva) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/titiva.html) (advanced usage, packages, boards, frameworks, etc.)

# Usage

1. [Install PlatformIO](https://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:

## Stable version

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

## Development version

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

## Project Examples

- [UTAustinX UT.6.10x Embedded Systems - Shape The World: Microcontroller Input/Output](https://github.com/Alighorab/UT.6.10x.Labs.git)
- [UTAustinX UT.6.10x Embedded Systems - Shape The World: Multi-Threaded Interfacing](https://github.com/Alighorab/UT.6.20x.Labs.git) (still in progress)

# Configuration

Please navigate to [documentation](https://docs.platformio.org/page/platforms/titiva.html).