- calculate cycles since last executed instruction when cycle-accurate tracing is enabled
- increase memory pseudo-image cache size to 1024 byte for improved trace analysis performance - added OpenOCD+trace as an ETM capture driver example implementation - new usbprog driver (thanks to Benedikt Sauter) git-svn-id: svn://svn.berlios.de/openocd/trunk@186 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#define IMAGE_MAX_ERROR_STRING (256)
|
||||
#define IMAGE_MAX_SECTIONS (128)
|
||||
|
||||
#define IMAGE_MEMORY_CACHE_SIZE (128)
|
||||
#define IMAGE_MEMORY_CACHE_SIZE (1024)
|
||||
|
||||
typedef enum image_type
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user