diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-01-04 08:51:48 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-01-04 08:51:48 +0000 |
commit | 9e34b16b74c1447dc68794333c718243d471ab84 (patch) | |
tree | c0fbffddc7ddb35ec61e071290dca3afda199cb8 /src | |
parent | a31e738fda3f10f419c3b742685965b7ce1e9755 (diff) | |
download | openocd+libswd-9e34b16b74c1447dc68794333c718243d471ab84.tar.gz openocd+libswd-9e34b16b74c1447dc68794333c718243d471ab84.tar.bz2 openocd+libswd-9e34b16b74c1447dc68794333c718243d471ab84.tar.xz openocd+libswd-9e34b16b74c1447dc68794333c718243d471ab84.zip |
eol-style native
git-svn-id: svn://svn.berlios.de/openocd/trunk@1298 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/target/board/pic-p32mx.cfg | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/target/board/pic-p32mx.cfg b/src/target/board/pic-p32mx.cfg index a6fe7744..412a5067 100644 --- a/src/target/board/pic-p32mx.cfg +++ b/src/target/board/pic-p32mx.cfg @@ -1,8 +1,8 @@ -# The Olimex PIC-P32MX has a PIC32MX
-
-set CPUTAPID 0x40916053
-source [find target/pic32mx.cfg]
-
-init
-flash probe 0
-flash probe 1
+# The Olimex PIC-P32MX has a PIC32MX + +set CPUTAPID 0x40916053 +source [find target/pic32mx.cfg] + +init +flash probe 0 +flash probe 1 |