appconfig.h
Go to the documentation of this file.00001
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117
00118
00119
00120
00121
00122
00123
00124
00125
00126
00127
00128
00129
00130
00131
00132 #ifndef APPCONFIG_H
00133 #define APPCONFIG_H
00134
00136 #define CONFIG_KDEBUG_BAUDRATE 19200
00137
00147 #define CONFIG_PRINTF PRINTF_FULL
00148
00154 #define CONFIG_KERN 0
00155
00161 #define CONFIG_UART0_TXBUFSIZE 32
00162
00164 #define CONFIG_UART0_RXBUFSIZE 64
00165
00167 #define CONFIG_UART1_TXBUFSIZE 32
00168
00170 #define CONFIG_UART1_RXBUFSIZE 64
00171
00173 #define CONFIG_SPI_TXBUFSIZE 16
00174
00176 #define CONFIG_SPI_RXBUFSIZE 32
00177
00179 #define CONFIG_SPI_DATA_ORDER SER_MSB_FIRST
00180
00182 #define CONFIG_SPI_CLOCK_DIV 16
00183
00185 #define CONFIG_SPI_CLOCK_POL 0
00186
00188 #define CONFIG_SPI_CLOCK_PHASE 0
00189
00191 #define CONFIG_SER_TXTIMEOUT -1
00192
00194 #define CONFIG_SER_RXTIMEOUT -1
00195
00197 #define CONFIG_SER_HWHANDSHAKE 0
00198
00200 #define CONFIG_SER_DEFBAUDRATE 0
00201
00203 #define CONFIG_SER_GETS 0
00204
00206 #define CONFIG_EMUL_UART1 0
00207
00213 #define CONFIG_SER_TXFILL 0
00214
00215 #define CONFIG_SER_STROBE 0
00216
00217
00219 #define CONFIG_TIMER TIMER_ON_OUTPUT_COMPARE2
00220
00222 #define CONFIG_TIMER_STROBE 0
00223
00225 #define CONFIG_ADC_STROBE 0
00226
00228 #define CONFIG_WATCHDOG 0
00229
00231 #define CONFIG_EEPROM_TYPE EEPROM_24XX256
00232
00234 #define CONFIG_BITMAP_FMT BITMAP_FMT_PLANAR_V_LSB
00235
00237 #define CONFIG_GFX_CLIPPING 1
00238
00240 #define CONFIG_GFX_TEXT 1
00241
00243 #define CONFIG_GFX_VCOORDS 1
00244
00246 #define CONFIG_KBD_POLL KBD_POLL_SOFTINT
00247
00249 #define CONFIG_KBD_OBSERVER 0
00250
00252 #define CONFIG_KBD_BEEP 1
00253
00255 #define CONFIG_KBD_LONGPRESS 1
00256
00261 #define CONFIG_CHART_TYPE_X uint8_t
00262 #define CONFIG_CHART_TYPE_Y uint8_t
00263
00264
00266 #define CONFIG_MENU_MENUBAR 0
00267
00269 #define CONFIG_MENU_SMOOTH 1
00270
00272 #define CONFIG_MD2_BLOCK_LEN 16
00273
00275 #define CONFIG_MD2_STD_PERM 0
00276
00278 #define CONFIG_SIZE_ENTROPY_POOL 256
00279
00281 #define CONFIG_RANDPOOL_TIMER 1
00282
00283 #endif