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
- Host: GitHub
- URL: https://github.com/platformio/platform-titiva
- Owner: platformio
- License: apache-2.0
- Created: 2016-05-27T16:02:35.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-21T00:48:52.000Z (over 2 years ago)
- Last Synced: 2025-01-29T16:37:42.769Z (9 months ago)
- Topics: platformio, platformio-platform, ti-tiva
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/titiva
- Size: 212 KB
- Stars: 10
- Watchers: 4
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TI TIVA: development platform for [PlatformIO](https://platformio.org)
[](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).