demo/appconfig.h

Go to the documentation of this file.
00001 
00072 #ifndef APPCONFIG_H
00073 #define APPCONFIG_H
00074 
00076 #define CONFIG_KDEBUG_PORT 0
00077 
00079 #define CONFIG_KDEBUG_BAUDRATE  19200
00080 
00090 #define CONFIG_PRINTF PRINTF_FULL
00091 
00097 #define CONFIG_KERNEL 1
00098 
00104     #define CONFIG_UART0_TXBUFSIZE  32
00105 
00107     #define CONFIG_UART0_RXBUFSIZE  64
00108 
00110     #define CONFIG_UART1_TXBUFSIZE  32
00111 
00113     #define CONFIG_UART1_RXBUFSIZE  64
00114 
00116     #define CONFIG_SPI_TXBUFSIZE    16
00117 
00119     #define CONFIG_SPI_RXBUFSIZE    32
00120 
00122     #define CONFIG_SER_TXTIMEOUT    -1
00123 
00125     #define CONFIG_SER_RXTIMEOUT    -1
00126 
00128     #define CONFIG_SER_HWHANDSHAKE   0
00129 
00131     #define CONFIG_SER_DEFBAUDRATE   0
00132 
00134     #define CONFIG_SER_GETS          0
00135 
00137     #define CONFIG_EMUL_UART1        0
00138 
00144     #define CONFIG_SER_TXFILL        0
00145 
00146     #define CONFIG_SER_STROBE        0
00147 /*\}*/
00148 
00150 #define CONFIG_TIMER  TIMER_ON_OUTPUT_COMPARE2
00151 
00153 #define CONFIG_TIMER_STROBE  0
00154 
00156 #define CONFIG_WATCHDOG  1
00157 
00159 #define CONFIG_EEPROM_TYPE EEPROM_24XX256
00160 
00162 #define CONFIG_BITMAP_FMT  BITMAP_FMT_PLANAR_V_LSB
00163 
00165 #define CONFIG_GFX_CLIPPING 1
00166 
00168 #define CONFIG_GFX_TEXT 1
00169 
00171 #define CONFIG_GFX_VCOORDS 1
00172 
00174 #define CONFIG_KBD_POLL  KBD_POLL_SOFTINT
00175 
00177 #define CONFIG_KBD_OBSERVER  0
00178 
00180 #define CONFIG_KBD_BEEP  1
00181 
00183 #define CONFIG_KBD_LONGPRESS  0
00184 
00189 #define CONFIG_CHART_TYPE_X uint8_t
00190 #define CONFIG_CHART_TYPE_Y uint8_t
00191 /*\}*/
00192 
00194 #define CONFIG_MENU_MENUBAR  0
00195 
00197 #define CONFIG_MENU_SMOOTH  1
00198 
00200 #define CONFIG_MENU_TIMEOUT 0 /* ms */
00201 
00203 #define CONFIG_LEVELEDIT_TIMEOUT 3000 /* ms */
00204 
00206 #define CONFIG_LCD_4BIT 0
00207 
00208 #endif /* APPCONFIG_H */