Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infineon/platformio-infineonxmc
Scripts and examples for developing XMC Microcontroller Boards using Platform IO
https://github.com/infineon/platformio-infineonxmc
arduino-platform infineon makers platformio platformio-platform xmc
Last synced: 3 months ago
JSON representation
Scripts and examples for developing XMC Microcontroller Boards using Platform IO
- Host: GitHub
- URL: https://github.com/infineon/platformio-infineonxmc
- Owner: Infineon
- License: mit
- Created: 2018-06-15T11:38:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T12:47:38.000Z (5 months ago)
- Last Synced: 2024-09-17T15:59:19.220Z (5 months ago)
- Topics: arduino-platform, infineon, makers, platformio, platformio-platform, xmc
- Language: Python
- Size: 368 KB
- Stars: 11
- Watchers: 12
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Infineon XMC: development platform for [PlatformIO](https://platformio.org)
[![Build Status](https://github.com/Infineon/platformio-infineonxmc/workflows/Examples/badge.svg)](https://github.com/Infineon/platformio-infineonxmc/actions)
Infineon has designed the XMC microcontrollers for real-time critical applications with an industry-standard core. The XMC microcontrollers can be integrated with the Arduino platform
* [Home](https://registry.platformio.org/platforms/infineon/infineonxmc) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/infineonxmc.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 = infineonxmc
board = ...
...
```## Development version
```ini
[env:development]
platform = https://github.com/Infineon/platformio-infineonxmc.git
board = ...
...
```# Configuration
Please navigate to [documentation](https://docs.platformio.org/page/platforms/infineonxmc.html).