Skip to content

Commit d1fc80f

Browse files
authored
Merge pull request #76 from ivankravets/patch-1
Add contents; using with @platformio
2 parents 582f3b2 + bf4109b commit d1fc80f

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
[![Build Status](https://travis-ci.org/Infineon/XMC-for-Arduino.svg?branch=master)](https://travis-ci.org/Infineon/XMC-for-Arduino)
22
# Infineon's XMC Microcontroller Boards for Arduino
33

4-
This repository integrates [Infineon's](https://www.infineon.com/) XMC microcontrollers into the [Arduino IDE](https://www.arduino.cc/en/main/software).
4+
This repository integrates [Infineon's](https://www.infineon.com/) XMC microcontrollers into the [Arduino IDE](https://www.arduino.cc/en/main/software) and [PlatformIO IDE](https://platformio.org/platformio-ide?utm_source=github&utm_medium=xmc-for-arduino).
5+
6+
## Contents
7+
- [Supported Microcontroller Boards](#supported-microcontroller-boards)
8+
- [Additional Information](#additional-information)
9+
- [Installation Instructions](#installation-instructions)
10+
* [Prework for SEGGER J-Link](#prework-for-segger-j-link)
11+
* [Using Arduino IDE](#using-arduino-ide)
12+
* [Using PlatformIO IDE](#using-platformio-ide)
13+
- [Additional Contributors](#additional-contributors)
514

615
## Supported Microcontroller Boards
716

@@ -36,7 +45,7 @@ If you have already installed '[DAVE™ - Development Platform for XMC™ Microc
3645

3746
![J-Link](https://raw.githubusercontent.com/infineon/assets/master/Pictures/J-Link_Packages.png)
3847

39-
### Integration into the Arduino IDE
48+
### Using Arduino IDE
4049

4150
![Preferences](https://raw.githubusercontent.com/infineon/assets/master/Pictures/Preferences.png)
4251

@@ -60,13 +69,22 @@ In the boards list **Tools** > **Board**, the XMC microcontroller boards are add
6069

6170
![Board List](https://raw.githubusercontent.com/infineon/assets/master/Pictures/Board_List.png)
6271

63-
### Important Notes
72+
**Important Notes**
6473

6574
* This integration will only work for Arduino IDE >=1.5
6675
* The XMC1100 Boot Kit has limitations if compared to the official Arduino boards (consult the [XMC-for-Arduino Wiki](https://github.com/Infineon/XMC-for-Arduino/wiki) for more information)
6776
* Refer also to the LICENSE.md/txt file for further information
6877
* Arduino 1.8.0 IDE might have problems with the XMC-for-Arduino releases
6978

79+
### Using PlatformIO IDE
80+
81+
- [What is PlatformIO?](http://docs.platformio.org/en/latest/what-is-platformio.html?utm_source=github&utm_medium=xmc-for-arduino)
82+
- [PlatformIO IDE](http://platformio.org/platformio-ide?utm_source=github&utm_medium=xmc-for-arduino)
83+
- [PlatformIO Core (CLI)](http://docs.platformio.org/en/latest/core.html?utm_source=github&utm_medium=xmc-for-arduino) (command line tool)
84+
- [Integration with Cloud and Desktop IDEs](http://docs.platformio.org/en/latest/ide.html?utm_source=github&utm_medium=xmc-for-arduino) -
85+
Cloud9, Codeanywhere, Eclipse Che (Codenvy), Atom, CLion, Eclipse, Emacs, NetBeans, Qt Creator, Sublime Text, VIM, Visual Studio, and VSCode
86+
- [Project Examples](https://github.com/Infineon/platformio-infineonxmc/tree/master/examples)
87+
7088
## Additional Contributors
7189

7290
* [Paul Carpenter](https://github.com/techpaul)

0 commit comments

Comments
 (0)