Uwe Bonnes
|
5fbb3a44fd
|
PC-STLINKV2/Libftdi: Better version string.
|
2019-08-27 15:13:26 +02:00 |
|
Uwe Bonnes
|
6bf4fd3598
|
pc-stlinkv2: CPU register read and write must be done with the AP set.
FIXME: Writing CPU registers on M4 of STM32H745 seems not to work.
|
2019-08-27 15:13:15 +02:00 |
|
Sylvain Munaut
|
ef372d0161
|
build: Use a separate NO_LIBOPENCM3 flag to disable libopencm3
This prepares to allow other architectures than pc
that don't use libopencm3.
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
|
2019-08-05 15:24:16 +02:00 |
|
Uwe Bonnes
|
06078a8a98
|
stlinkv2.c: Ignore zero length memory transactions.
|
2019-07-28 16:28:18 +02:00 |
|
Uwe Bonnes
|
d92635b6a3
|
stlinkv2: Use stlink_usb_get_rw_status() where possible.
|
2019-07-28 16:27:52 +02:00 |
|
Uwe Bonnes
|
1b3acf3b8a
|
pc-stlinkv2: Print serial number of V20 devices readable.
|
2019-07-20 13:34:21 +02:00 |
|
Uwe Bonnes
|
e29f2b4fb9
|
jtag/swd: Rename defines/make variables to allow removal of weak attribute
jtagtap.c is libopencm3 generic. Move to common.
|
2019-07-18 20:54:10 +02:00 |
|
Uwe Bonnes
|
067956266c
|
Adiv5: Remove weak attribute to ease windows compile.
|
2019-07-18 18:16:19 +02:00 |
|
Uwe Bonnes
|
b9249ca8a6
|
stlinkv2: Recognize V21_MSD, e.g. on STM32MP157C-DK2.
|
2019-07-17 17:38:21 +02:00 |
|
Uwe Bonnes
|
205fce20e5
|
stlinkv2: mem_[read|write] needs to honor AP.
|
2019-07-17 17:38:21 +02:00 |
|
Uwe Bonnes
|
82424b100b
|
stlinkv2: Require STLINK V3 Rev > 2 as revision 1 can not read TARGETID.
|
2019-07-17 17:38:21 +02:00 |
|
Uwe Bonnes
|
9b764534e6
|
stlinkv2: Recognize Stlink V3E
|
2019-07-17 17:38:21 +02:00 |
|
Uwe Bonnes
|
3388e48d92
|
stlinkv2: Do not loop endless when Read DP fails.
|
2019-07-17 17:38:21 +02:00 |
|
Uwe Bonnes
|
9ed26645d3
|
Add pc_stlinkv2 platform, running on host, talking to original StlinkV2/3.
Stlink firmware needs to be recent.
|
2019-07-17 17:38:01 +02:00 |
|