T32: FailT32 support for Cortex-M3
Currently working: - Connect/Disconnect, Read CPU info - CMM Script generation and T32 startup via cmake (make runt32) - Read/Write Register, Read Program Pointer - Read/Write Memory - Single Breakpoint - Setting Memory Breakpoint TODO: - Fix mock aspect for T32_GetRam. - Fix Thumb2 bit in function addresses from ELFReader - Evaluate memory breakpoint hit
This commit is contained in:
8
debuggers/t32/include/t32config.hpp.in
Normal file
8
debuggers/t32/include/t32config.hpp.in
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __T32CONFIG_HPP__
|
||||
#define __T32CONFIG_HPP__
|
||||
|
||||
#define T32_PORTNUM "@T32_PORTNUM@"
|
||||
#define T32_PACKLEN "@T32_PACKLEN@"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user