Starting support for Lauterbach T32 HW Debugger

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1740 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hoffmann
2012-10-11 15:25:51 +00:00
parent a00cd492db
commit bfedb10cac
22 changed files with 4034 additions and 3 deletions

View File

@ -14,6 +14,8 @@
#include "ovp/OVPConfig.hpp"
#elif defined BUILD_QEMU
#include "qemu/QEMUConfig.hpp"
#elif defined BUILD_T32
#include "t32/T32Config.hpp"
#else
#error SAL Config Target not defined
#endif