The following changes since commit 194e3c5bc5e0fbb7d41cfcbe913c4264782cdd5b:
  Rodrigo L. Rosa (1):
        fix tapenabler return code

are available in the git repository at:

  http://repo.or.cz/r/openocd/andreasf.git async_algo

Andreas Fritiofson (5):
      target: add async algorithm entries to the target type
      armv7m: implement async algorithm functions
      cortex_m3: use armv7m's async algorithm implementation
      stm32f1x: use register base instead of register offset
      stm32f1x: use async algorithm in flash programming routine

 contrib/loaders/flash/{stm32x.S => stm32f1x.S} |   71 ++++---
 src/flash/nor/stm32f1x.c                       |  303
++++++++++++++++--------
 src/target/armv7m.c                            |  110 ++++++---
 src/target/armv7m.h                            |   14 +
 src/target/cortex_m3.c                         |    2 +
 src/target/target.c                            |   75 ++++++
 src/target/target.h                            |   22 ++
 src/target/target_type.h                       |    2 +
 8 files changed, 436 insertions(+), 163 deletions(-)
 rename contrib/loaders/flash/{stm32x.S => stm32f1x.S} (51%)
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to