diff packages/io/serial/current/tests/ser_test_protocol.inl @ 96:b15c60e34c84

Merge from eCos master repository on 2000-06-06-05:24:42-BST
author jlarmour
date Tue, 06 Jun 2000 05:12:17 +0000
parents 6736c52df507
children 5a0cc6c243a9
line wrap: on
line diff
--- a/packages/io/serial/current/tests/ser_test_protocol.inl
+++ b/packages/io/serial/current/tests/ser_test_protocol.inl
@@ -205,6 +205,15 @@
 #  define TEST_TTY_DEV CYGDAT_IO_SERIAL_TTY_TTY0_DEV
 # endif
 #endif
+#if defined(CYGPKG_HAL_V85X_V850)                       \
+    && defined(CYGPKG_IO_SERIAL_V85X_V850)              \
+    && defined(CYGPKG_IO_SERIAL_V85X_V850_SERIAL0)
+# define TEST_CRASH_ID "v85x/v850"
+# define TEST_SER_DEV CYGDAT_IO_SERIAL_V85X_V850_SERIAL0_NAME
+# if defined(CYGPKG_IO_SERIAL_TTY_TTY0)
+#  define TEST_TTY_DEV CYGDAT_IO_SERIAL_TTY_TTY0_DEV
+# endif
+#endif
 
 // We can't rely on haldiag for ser_filter detection - it may not define
 // a working character reading function.