a76c3433e1
print out an error if srst_pulls_trst is not specified for e.g. at91fr40008. Could possibly show bogus false positives in log without any other side effects.
oharboe
2008-05-19 18:58:47 +00:00
b723e78d70
Michael Fischer found this bogus warning. Fixed.
oharboe
2008-05-19 18:54:50 +00:00
454b0a65e6
fix mode output when illegal arm mode is detected. Now prints illegal mode for index -1.
oharboe
2008-05-19 12:39:06 +00:00
552244724c
Michael Fischer found and Edgar Grimberg fixed generic crash in timers reproduceable with at91fr40008
oharboe
2008-05-19 08:44:57 +00:00
96ca4401bd
- added smoketest result for r657 - some corrections for the reset config of at91r40008
mifi
2008-05-16 20:23:35 +00:00
4e05fd6792
- added arm-usb-ocd.cfg and signalyzer.cfg to the interface
mifi
2008-05-16 18:09:03 +00:00
548bb19aa2
- added jlink support, based on Jürgen Stuber patch
ntfreak
2008-05-14 14:13:38 +00:00
f1e72cf029
- restored tabs and formatting
ntfreak
2008-05-12 09:01:38 +00:00
342d77e881
- added patch from uwe hermann, thanks for the hint.
mifi
2008-05-11 18:42:09 +00:00
a394aed0f3
- added/renamed interfaces, remove jtag_speed from the interface part
mifi
2008-05-10 13:12:35 +00:00
2c75fdf06c
- corrected rounding in ft2232_khz
mifi
2008-05-10 12:35:11 +00:00
e2e874aa1f
- added support for ft2232/jtag_khz
mifi
2008-05-10 12:11:02 +00:00
fcf674ced3
- smoketest for r651
mifi
2008-05-10 08:26:52 +00:00
36c8c0a069
printing available memory fails on win + mac. Disable for now until a robust way of doing this can be found.
oharboe
2008-05-09 19:03:03 +00:00
52377759a2
Michael Fischer spotted a problem in the reset routines for srst_pulls_trst. It is a bit of a mystery why this was only visible w/LPC2148.
oharboe
2008-05-09 18:38:51 +00:00
fd66b702f0
disable code that prints available mem under windows. Does not compile.
oharboe
2008-05-08 18:07:37 +00:00
adf08b49d4
print available memory in log_level 3
oharboe
2008-05-07 18:05:58 +00:00
ee793f0fcb
This matters for embedded devices, but is probably not observably better for PC hosted OpenOCD.
oharboe
2008-05-07 14:25:34 +00:00
a197e759ff
Edgar Grimberg plugged a leak found w/Valgrind.
oharboe
2008-05-07 12:15:19 +00:00
2b9dbccfcf
increase packet size to 16kBytes. Very slightly faster.
oharboe
2008-05-07 12:14:26 +00:00
ac1bd155c2
Edgar Grimberg found tiny memory leak
oharboe
2008-05-06 13:05:17 +00:00
cab29a63de
- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enabled/disabled for testing - added armv7m dummy cpsr register to stop gdb setting thumb bit
ntfreak
2008-04-26 16:40:54 +00:00
6eb2264d56
- luminary flash now loader polls when finished
ntfreak
2008-04-26 15:24:15 +00:00
aa7975df3d
set communication speeds
oharboe
2008-04-26 14:53:06 +00:00
f8701ea700
Tim Hudson contributed at91sam9260 target config files + some interface definitions.
oharboe
2008-04-23 09:53:23 +00:00
70bef9e2e0
- fix typo in openocd.texi
ntfreak
2008-04-23 09:53:04 +00:00
3ce7afc0da
regions outside flash are now read/write nocache by default. GDB 6.8 would mark non-flash areas as inacessible by default.
oharboe
2008-04-23 08:07:39 +00:00
26470de0e0
Tim Hudson: removed setting jtag_speed directly (which should not be done).
oharboe
2008-04-23 07:19:25 +00:00
3ccbf48fcc
fixed doc for GDB memory map and flash program defaults to follow code
oharboe
2008-04-23 05:46:26 +00:00
6510be8b8b
added fast option.
oharboe
2008-04-23 05:42:42 +00:00
30dc76644d
Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).
oharboe
2008-04-23 05:27:45 +00:00
1ad9179f3a
wip on reporting bugs.
oharboe
2008-04-22 14:15:45 +00:00
ce8ed0e6e0
- set erase flag on sector
ntfreak
2008-04-20 21:37:23 +00:00
ae75056742
Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work remaining, committing for test/collaboration purposes.
oharboe
2008-04-20 19:21:27 +00:00
6cf3f38acf
- update docs for flash write_image command - remove info on flash auto_erase, added to removed commands section
ntfreak
2008-04-20 10:35:29 +00:00
da742a2d1c
- Flash auto-erase is disabled by default
drath
2008-04-18 16:23:21 +00:00
fcf3b943d8
Enabled auto erase, gdb memory map and gdb flash programming by default.
oharboe
2008-04-18 07:33:03 +00:00
4b19617f33
Nicolas Pitre fixed regression.
oharboe
2008-04-18 06:29:30 +00:00
dd5bc1f893
Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, this patch allows expressions to be evaluated in GDB that contain function calls.
oharboe
2008-04-17 21:03:19 +00:00
a13764b5d0
fix for gaffe in 555 that stopped JTAG chain examine + validate from running.
oharboe
2008-04-16 19:17:15 +00:00
c333611f2b
Update Embedded ICE registers explicitly during target->type->examine() instead of as a side effect of target->type->poll(). This makes it clearer when things happen during reset/examine.
oharboe
2008-04-16 09:17:22 +00:00
c9dfba1866
Edgar Grimberg added some missing scripts from the install
oharboe
2008-04-16 07:59:02 +00:00
3aa95240ec
fix SEGFAULT regression in cortex after TRST fixes
oharboe
2008-04-16 07:34:22 +00:00
5295bb3121
- sw_bkpts fails if the target is not halted. The side effect is that sw_bkpts also fails if the target is an unknown state(i.e. not examined yet). - feroceon embedded ICE registers are now set up after TRST has been deasserted(not tested, but it was broken as is anyway).
oharboe
2008-04-15 19:08:25 +00:00
e18e23e1b6
Added checks for target->type->read/write_memory, soft_reset_halt and run_algorithm that the target has been examined.
oharboe
2008-04-15 18:08:36 +00:00
5aa93a5e8a
target read/write is no longer attempted for target_xxx() functions when the target has not been examined(fails w/error).
oharboe
2008-04-15 17:03:13 +00:00
9bd0116866
- added new and missing target scripts - stm32stick and str730
ntfreak
2008-04-14 08:15:23 +00:00
80d20326a7
- split str71x driver into banks - support new str91x/str9xpec devices - update target scripts and docs for changes
ntfreak
2008-04-14 07:26:13 +00:00
53c41935cd
moved out stuff that wasn't already moved from openocd.pdf to the target library.
oharboe
2008-04-14 06:26:53 +00:00
f2047d4775
Added a few tweaks while playing with texi.
oharboe
2008-04-14 06:02:11 +00:00
61ab13f895
TRST is asserted *before* target->type->assert_reset() is invoked. Removed old code.
oharboe
2008-04-14 01:34:45 +00:00
f62ba35507
More robust handling of unknown target state for step/continue packet.
oharboe
2008-04-13 13:29:33 +00:00
7280d4a2c7
A dummy driver to test codepath w/no contact w/target.
oharboe
2008-04-13 13:21:49 +00:00
d9f50cb7d6
- Set up ICE registers after TRST - Work in progress to allow launching GDB/telnet server *before* jtag chain enum, validate & examine
oharboe
2008-04-13 10:09:27 +00:00
fdd5582f7e
found two more gaffes for reset wip
oharboe
2008-04-11 15:56:57 +00:00