Go to the source code of this file.
Defines | |
| #define | FEATURE_EMPTY 0x00 |
| List of all of the existing modules or features. | |
| #define | FEATURE_KBD 0x01 |
| #define | FEATURE_LCD 0x02 |
| #define | FEATURE_UART 0x04 |
Please read file license.txt for copyright notice.
This file contains all of the options available on the system
Definition in file option.h.
|
|
List of all of the existing modules or features. If one or several features are activated in the config.h it means that the code will be integrated. If not define, the code will not be compiled(win place) The list of feature is integrated inside the define : FEATURE_LIST |
|
|
|
|
|
|
|
|
|
1.3.7