Rev 4588 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4588 | Rev 4704 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | */ |
35 | */ |
| 36 | 36 | ||
| 37 | #ifndef __NET_CONFIGURATION_H__ |
37 | #ifndef __NET_CONFIGURATION_H__ |
| 38 | #define __NET_CONFIGURATION_H__ |
38 | #define __NET_CONFIGURATION_H__ |
| 39 | 39 | ||
| 40 | /** Activate the self test. |
40 | /** Activates the self test. |
| 41 | */ |
41 | */ |
| 42 | #define NET_SELF_TEST 0 |
42 | #define NET_SELF_TEST 0 |
| 43 | 43 | ||
| - | 44 | /** @name Specific self tests switches |
|
| - | 45 | */ |
|
| - | 46 | /*@{*/ |
|
| - | 47 | ||
| 44 | /** Activate the measured strings self test. |
48 | /** Activates the measured strings self test. |
| 45 | * The NET_SELF_TEST has to be activated. |
49 | * The NET_SELF_TEST has to be activated. |
| 46 | * @see measured_strings.h |
50 | * @see measured_strings.h |
| 47 | */ |
51 | */ |
| 48 | #define NET_SELF_TEST_MEASURED_STRINGS 0 |
52 | #define NET_SELF_TEST_MEASURED_STRINGS 0 |
| 49 | 53 | ||
| 50 | /** Activate the char map self test. |
54 | /** Activates the char map self test. |
| 51 | * The NET_SELF_TEST has to be activated. |
55 | * The NET_SELF_TEST has to be activated. |
| 52 | * @see char_map.h |
56 | * @see char_map.h |
| 53 | */ |
57 | */ |
| 54 | #define NET_SELF_TEST_CHAR_MAP 0 |
58 | #define NET_SELF_TEST_CHAR_MAP 0 |
| 55 | 59 | ||
| 56 | /** Activate the integral map self test. |
60 | /** Activates the integral map self test. |
| 57 | * The NET_SELF_TEST has to be activated. |
61 | * The NET_SELF_TEST has to be activated. |
| 58 | * @see int_map.h |
62 | * @see int_map.h |
| 59 | */ |
63 | */ |
| 60 | #define NET_SELF_TEST_INT_MAP 0 |
64 | #define NET_SELF_TEST_INT_MAP 0 |
| 61 | 65 | ||
| 62 | /** Activate the generic field self test. |
66 | /** Activates the generic field self test. |
| 63 | * The NET_SELF_TEST has to be activated. |
67 | * The NET_SELF_TEST has to be activated. |
| 64 | * @see generic_field.h |
68 | * @see generic_field.h |
| 65 | */ |
69 | */ |
| 66 | #define NET_SELF_TEST_GENERIC_FIELD 0 |
70 | #define NET_SELF_TEST_GENERIC_FIELD 0 |
| 67 | 71 | ||
| 68 | /** Activate the generic char map self test. |
72 | /** Activates the generic char map self test. |
| 69 | * The NET_SELF_TEST has to be activated. |
73 | * The NET_SELF_TEST has to be activated. |
| 70 | * @see generic_char_map.h |
74 | * @see generic_char_map.h |
| 71 | */ |
75 | */ |
| 72 | #define NET_SELF_TEST_GENERIC_CHAR_MAP 0 |
76 | #define NET_SELF_TEST_GENERIC_CHAR_MAP 0 |
| 73 | 77 | ||
| 74 | /** Activate the CRC computation self test. |
78 | /** Activates the CRC computation self test. |
| 75 | * The NET_SELF_TEST has to be activated. |
79 | * The NET_SELF_TEST has to be activated. |
| 76 | * @see crc.h |
80 | * @see crc.h |
| 77 | */ |
81 | */ |
| 78 | #define NET_SELF_TEST_CRC 0 |
82 | #define NET_SELF_TEST_CRC 0 |
| 79 | 83 | ||
| 80 | /** Activate the dynamic fifo self test. |
84 | /** Activates the dynamic fifo self test. |
| 81 | * The NET_SELF_TEST has to be activated. |
85 | * The NET_SELF_TEST has to be activated. |
| 82 | * @see dynamic_fifo.h |
86 | * @see dynamic_fifo.h |
| 83 | */ |
87 | */ |
| 84 | #define NET_SELF_TEST_DYNAMIC_FIFO 0 |
88 | #define NET_SELF_TEST_DYNAMIC_FIFO 0 |
| 85 | 89 | ||
| - | 90 | /*@}*/ |
|
| - | 91 | ||
| 86 | #endif |
92 | #endif |
| 87 | 93 | ||
| 88 | /** @} |
94 | /** @} |
| 89 | */ |
95 | */ |