Spencer Oliver
57fc63f9f1
cm3-ftest: change to use arm disassemble
...
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2010-02-28 22:52:06 +00:00
David Brownell
30365886da
various: don't mention wiki
...
The openfacts.berlios wiki isn't particularly current, and isn't
publicly editable.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-26 18:13:10 -08:00
David Brownell
2a0c9b08d7
Cortex-M3 vector_catch testing support
...
The "cm3-ftest.cfg" can be used to verify that OpenOCD handles
certain faults correctly:
- Test #1 : it ignores faults that it wasn't told to catch
- Test #2 : if vector_catch is told to catch, it catches
The "fault.c" generates ASM code to trigger faults, while the
config script loads and runs pre-compiled code.
This covers most, but not all, of the vector_catch options.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-20 11:07:42 -08:00
Øyvind Harboe
87cb29dcfe
testing: fix str710 test case now builds
...
Make the test case easily adjustable in size. str710
has very peculiar flash sector layout, nice for testing,
but a larget test_rom.elf is required.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2010-01-20 15:12:31 +01:00
Antonio Borneo
7c5acf8660
whitespace cleanup, mostly for docs
...
Remove useless space/tab at end of lines.
Remove spaces in indentation and replace with tab.
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-30 11:51:29 -08:00
David Brownell
80a757d82e
testing/examples/.../*cfg: rm jtag_device calls
...
That syntax has been obsolete forever and is now gone; remove a few
remaining references. Shows how seldom this stuff gets used.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-12-15 14:45:26 -08:00
Spencer Oliver
8f3b28ff41
Fix incorrect line endings
...
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
2009-10-26 22:39:24 +00:00
zwelch
c97caebccd
Remove whitespace at end of lines, step 2.
...
- Replace '\s*$' with ''.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2380 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-06-23 22:50:08 +00:00
zwelch
6d1d58a1fc
- Fixes '[<>]' whitespace
...
- Replace ')\([<>]\)(' with ') \1 ('.
- Replace ')\([<>]\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\([<>]\)(' with '\1 \2 ('.
- Replace '\(\w\)\([<>]\)\(\w\)' with '\1 \2 \3'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2375 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-06-23 22:45:47 +00:00
zwelch
84df52f9ea
- Fixes '=' whitespace
...
- Replace ')\(=\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(=\)(' with '\1 \2 ('.
- Replace '\(\w\)\(=\)\(\w\)' with '\1 \2 \3'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2372 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-06-23 22:42:54 +00:00
zwelch
95d2a23724
- Replace 'for(' with 'for ('.
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@2360 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-06-23 22:37:21 +00:00
zwelch
50c086ffb9
- Replace 'while(' with 'while ('.
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@2358 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-06-23 22:36:11 +00:00
oharboe
adbe3ac817
eol-style native
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1549 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-04-28 06:28:39 +00:00
oharboe
cbc1f23758
Uwe Hermann <uwe@hermann-uwe.de> typos
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1411 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-03-12 14:48:51 +00:00
oharboe
6874a83fed
test files for stm32
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1382 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-02-24 06:38:04 +00:00
oharboe
51f8b70904
update symbols to match source file
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1362 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-01-26 07:38:08 +00:00
ntfreak
cb3f970b6c
- add missing svn props from 1323 commit
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1324 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-01-15 20:58:17 +00:00
oharboe
2e0f28149d
Alan Carvalho de Assis <acassis@gmail.com> test app for imx27
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1323 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-01-15 13:22:04 +00:00
oharboe
8fc9bcb7f5
Alan Carvalho de Assis <acassis@gmail.com> imx31pdk.cfg reset init event
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1322 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-01-15 13:09:20 +00:00
ntfreak
9094500ba6
- add missing svn props and fix incorrect line endings from last commit
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1321 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-01-14 21:26:47 +00:00
oharboe
2d43ea1a45
wip
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1320 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-01-14 19:48:11 +00:00
oharboe
d8490491e6
Alan Carvalho de Assis <acassis@gmail.com> - testcase
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1319 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-01-14 19:30:51 +00:00
ntfreak
8f2c1659cf
- slight mips32 cleanup/reformat
...
- add missing svn props
git-svn-id: svn://svn.berlios.de/openocd/trunk@1159 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-11-12 14:53:19 +00:00
oharboe
3a59ff8bda
Laurentiu Cocanu - blinking led app for PIC32.
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1157 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-11-12 09:03:16 +00:00
oharboe
be968a5400
Rick Altherr <kc8apf@kc8apf.net> - update syntax
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1114 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-10-30 08:04:11 +00:00
oharboe
5ec6a48a4b
basic smoketest on lm3s3748.elf
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@1020 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-10-06 12:14:52 +00:00
oharboe
e2b6de3d66
retired reset run_and_init/halt
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@877 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-07-28 06:08:05 +00:00
mifi
96ca4401bd
- added smoketest result for r657
...
- some corrections for the reset config of at91r40008
git-svn-id: svn://svn.berlios.de/openocd/trunk@660 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-05-16 20:23:35 +00:00
ntfreak
040e254243
- added svn props for newly added files
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@615 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-04-24 11:09:28 +00:00
oharboe
2b3492b0ef
Edgar's new test cases.
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@613 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-04-24 09:21:42 +00:00
mifi
78489fb230
- added testing binaries
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@587 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-04-16 18:04:40 +00:00
mifi
290d00e649
- added example for testing the JTAG speed with a FT2232 device
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@422 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-01 18:40:06 +00:00
mifi
63e90b092a
- updated svn:eol-style prop to native for AT91R40008
...
(Thanks to Spen for the hint)
git-svn-id: svn://svn.berlios.de/openocd/trunk@420 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-01 16:37:14 +00:00
mifi
1d2f4f1463
- added at91r40008 test example, and test result
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@419 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-01 16:31:52 +00:00
ntfreak
06433b2d64
- updated svn:eol-style prop to native
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@418 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-01 16:26:48 +00:00
mifi
5a0910206c
- added sam7x256 test example, and test result
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@417 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-01 16:15:35 +00:00
mifi
4b06fa39ae
- added sam7s256 test example, and test result
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@415 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-01 15:41:14 +00:00
mifi
44ab4ec6ce
- added lpc2294 test example, and test result
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@413 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-01 15:07:33 +00:00
mifi
63e9c3e577
- added lpc2148 test example, and test result
...
- corrected str912 makefile eof
git-svn-id: svn://svn.berlios.de/openocd/trunk@411 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-01 14:32:55 +00:00
mifi
02bbe4147d
- added str912 test example, and test result
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@410 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-01 14:01:53 +00:00
ntfreak
387435a368
- added svn prop eol-style native
...
- fixed mixed line endings on crt.s
git-svn-id: svn://svn.berlios.de/openocd/trunk@407 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-01 12:49:20 +00:00
mifi
5653e6c77c
- added STR710 example which I used for Eclipse debug testing
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@406 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-03-01 10:54:32 +00:00