comparison packages/hal/common/current/include/pkgconf/hal.h @ 54:f10165814f1e ecos-sw-1999-11-19

Merge from eCos master repository on 1999-11-19-22:24:39-GMT
author jlarmour
date Fri, 19 Nov 1999 23:37:56 +0000
parents e7ba79f6d3a8
children 755351606154
comparison
equal deleted inserted replaced
53:bf22a672b71b 54:f10165814f1e
107 not require a full kernel. If kernel support is not required 107 not require a full kernel. If kernel support is not required
108 then some of the startup, exception, and interrupt handling 108 then some of the startup, exception, and interrupt handling
109 code can be eliminated." 109 code can be eliminated."
110 } 110 }
111 111
112 cdl_option CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL {
113 display "Disable GDB protocol for diagnostic output"
114 parent CYGPKG_HAL
115 description "
116 This option forces diagnostic output to not use the GDB
117 protocol. Most programs will use the GDB protocol for
118 diagnostic I/O because of the environment. This option
119 allows for an explicit override in these cases."
120 }
121
112 }}CFG_DATA */ 122 }}CFG_DATA */
113 #define CYGFUN_HAL_COMMON_KERNEL_SUPPORT 123 #define CYGFUN_HAL_COMMON_KERNEL_SUPPORT
124 #undef CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL
125
126 #ifdef CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL
127 #if !defined(CYGPKG_HAL_ARM)
128 #err GDB protocol cannot be explicitly disabled for this platform.
129 #endif
130 #endif
114 131
115 /* {{CFG_DATA 132 /* {{CFG_DATA
116 133
117 cdl_component CYGPKG_HAL_COMMON_INTERRUPTS { 134 cdl_component CYGPKG_HAL_COMMON_INTERRUPTS {
118 display "HAL interrupt handling" 135 display "HAL interrupt handling"