Infineon XMC: development platform for PlatformIO
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 (home page in the PlatformIO Registry)
- Documentation (advanced usage, packages, boards, frameworks, etc.)
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = infineonxmc
board = ...
...
[env:development]
platform = https://github.com/Infineon/platformio-infineonxmc.git
board = ...
...
Please navigate to documentation.