summaryrefslogtreecommitdiff
path: root/testing/examples/PIC32/readme.txt
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-11-12 09:03:16 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-11-12 09:03:16 +0000
commit3a59ff8bda2c1c1bba36edc2c217de7d1c224d17 (patch)
tree35f563b6f9274e829e8aefa6b0a22fdbc0aec7b2 /testing/examples/PIC32/readme.txt
parentded28546f84eb39a8a89994ddc7b026a460d6381 (diff)
downloadopenocd+libswd-3a59ff8bda2c1c1bba36edc2c217de7d1c224d17.tar.gz
openocd+libswd-3a59ff8bda2c1c1bba36edc2c217de7d1c224d17.tar.bz2
openocd+libswd-3a59ff8bda2c1c1bba36edc2c217de7d1c224d17.tar.xz
openocd+libswd-3a59ff8bda2c1c1bba36edc2c217de7d1c224d17.zip
Laurentiu Cocanu - blinking led app for PIC32.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1157 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing/examples/PIC32/readme.txt')
-rw-r--r--testing/examples/PIC32/readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/examples/PIC32/readme.txt b/testing/examples/PIC32/readme.txt
new file mode 100644
index 00000000..ca9573a5
--- /dev/null
+++ b/testing/examples/PIC32/readme.txt
@@ -0,0 +1,4 @@
+Here you'll find a simple example tested with PIC32 Starter kit (source code and .elf file). It will blink repeatedly the LEDs on the board.
+The program was compiled and written on the target using MPLAB IDE v 8.0 that comes with the kit because openocd is missing currently the ability
+to program the flash for this specific target. It is possible in the future this limitation to be removed.
+ \ No newline at end of file