项目作者: Infineon

项目描述 :
Scripts and examples for developing XMC Microcontroller Boards using Platform IO
高级语言: Python
项目地址: git://github.com/Infineon/platformio-infineonxmc.git
创建时间: 2018-06-15T11:38:05Z
项目社区:https://github.com/Infineon/platformio-infineonxmc

开源协议:

下载


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

  1. [env:stable]
  2. platform = infineonxmc
  3. board = ...
  4. ...

Development version

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

Configuration

Please navigate to documentation.