blackmagic/src/include
Uwe Bonnes 6d6a67b44b timeout: Make sure we wait at least the period requested (#900, #902)
Fixes bug introduced with last commit( Recover from bad AP access)

Let STM32 timers run at 100 Hz against 10 Hz before.

Programming STM32F103 failed random (#900) with 20 ms timeout requested
against the 100 ms timeout granularity provided up to now.

STM32 Firmware only ticked at 10 hertz, so the sequence "low_access",
"set timeout", "send out 8 bit command", "read 3 bit result" when
reading "wait" and timer increment tick happening during that sequence
will already hits the timeout even so only mininal time has elapsed
and not the requested timeout.
2021-07-27 10:59:03 +02:00
..
command.h Improve parsing of commands that require enable or disable arguments: 2019-03-19 12:56:44 -07:00
crc32.h target: move mmio routines out of public interface. 2016-07-13 08:31:09 +12:00
exception.h Add exception handling mechanism and raise exception on low-level comms failure. 2015-03-22 12:26:45 -07:00
gdb_if.h remote.c: Compile only relevant functions. 2020-06-05 14:59:30 +02:00
gdb_main.h Import of working source tree. 2011-02-04 20:23:52 +13:00
gdb_packet.h target: Replace all calls to gdb_out with new tc_printf. 2016-07-13 08:31:09 +12:00
general.h timeout: Make sure we wait at least the period requested (#900, #902) 2021-07-27 10:59:03 +02:00
hex_utils.h Fix pointer sign warnings and remove -Wno-pointer-sign. 2015-03-13 20:35:39 -07:00
jtagtap.h detour jtag primitives. 2020-06-05 14:59:30 +02:00
morse.h Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
platform_support.h Infrastructure for setting maximum SWJ frequency. 2020-12-12 18:33:09 +01:00
serialno.h firmware: Unify serial number handling 2021-04-25 16:02:20 +02:00
target.h swd_scan: Add '-m' as targetid argument to swd_scan to prepare multi-drop. 2021-02-15 17:47:29 +01:00
timing.h Infrastructure for setting maximum SWJ frequency. 2020-12-12 18:33:09 +01:00