Skip to content

Scripts and examples for developing XMC Microcontroller Boards using Platform IO

Notifications You must be signed in to change notification settings

Infineon/platformio-infineonxmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infineon XMC: development platform for PlatformIO

Build Status

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

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = infineonxmc
board = ...
...

Development version

[env:development]
platform = https://github.com/Infineon/platformio-infineonxmc.git
board = ...
...

Configuration

Please navigate to documentation.