-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add temporary dev readme file for local test
- Loading branch information
1 parent
575c935
commit e3104d9
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[![Build Status](https://travis-ci.org/Infineon/XMC-for-Arduino.svg?branch=master)](https://travis-ci.org/Infineon/XMC-for-Arduino) | ||
# Infineon's XMC Microcontroller Boards for Arduino | ||
|
||
## Local test (**ON WINDOWS**): | ||
|
||
### Clone the repository in arduino folder | ||
- Open Arduino and install any Infineon XMC library (e.g. 2.2.0) | ||
- Open the library location in Arduino program folder | ||
|
||
`C:\Users\USERNAME\AppData\Local\Arduino15\packages\Infineon\hardware\xmc` | ||
|
||
- Open git bash, type command: | ||
|
||
`git clone "HTTP_SSH_REPOSITORY" "LIBRARY_VERSION (e.g. 2.2.0)"` | ||
|
||
### Add JLink path to flasher (quick fix) | ||
- Open `tools/xmc-flasher.py` | ||
- Change line 14 | ||
`jlinkexe = 'JLINK_EXE_PATH (e.g. C:/Program Files/SEGGER/JLink/JLink.exe)'` | ||
|
||
Refer to the main README for the rest of the usage. |