Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).