#include "lib_mcu\compiler.h"
#include "lib_mcu\mcu.h"
#include "conf/conf_scheduler.h"
#include "lib_board\stk_525\stk_525.h"
Include dependency graph for config.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | STK525 0 |
| < Register declaration | |
| #define | USBKEY 1 |
| #define | SPIDER 2 |
| #define | USE_ADC |
| Enable or not the ADC usage. | |
| #define | USE_TIMER16 BOTH_TIMER16 |
| #define | TARGET_BOARD STK525 |
| To include proper target hardware definitions, select target board (USBKEY or STK525). | |
| #define | FOSC 8000 |
| CPU core frequency in kHz. | |
| #define | HOST_SYNC_MODE ENABLE |
| #define | BAUDRATE 57600 |
| #define | USE_UART2 |
| #define | UART_U2 |
| #define | uart_putchar putchar |
| #define | r_uart_ptchar int |
| #define | p_uart_ptchar int |
| #define | ADC_PRESCALER 32 |
| ADC Prescaler value. | |
| #define | ADC_RIGHT_ADJUST_RESULT 1 |
| Right adjust. | |
| #define | ADC_INTERNAL_VREF 2 |
| AVCC As reference voltage (See adc_drv.h). | |
| #define | SBC_VENDOR_ID {'A','T','M','E','L',' ',' ',' '} |
| #define | SBC_PRODUCT_ID {'A','T','9','0','U','S','B','1','2','8',' ','M',' ','S',' ',' '} |
| #define | SBC_REVISION_ID {'0','.','0','0'} |
| #define | NO_SUPPORT_USB_PING_PONG |
| #define | DUMMY GPIOR1 |
| #define | SPI_CONFIG 0x00 |
| #define | NB_IDLE_POLLING_SOF 2 |
| --------- Device Mouse configuration ------------------------------------- | |
| #define | MOUSE_SPEED 2 |
| #define | FLASH_PAGE_SIZE 0x100 |
| #define | USHELL_DFU ENABLE |
| #define | USHELL_USB ENABLE |
| #define | USHELL_HID ENABLE |
| #define | USHELL_HISTORY 1 |
| #define | MAX_FILE_LENGHT 30 |
| #define | TRACE DISABLE |
| #define | LOG_STR_CODE(s) ushell_trace_msg(s) |
Functions | |
| void | ushell_trace_msg (U8 code *str) |
Copyright (c) 2006 Atmel.
Please read file license.txt for copyright notice.
This file contains the system configuration definition
Definition in file config.h.
1.5.1-p1