#include "lib_mcu/compiler.h"#include "conf/conf_scheduler.h"#include "lib_board\stk_525\stk_525.h"
Go to the source code of this file.
Defines | |
| #define | STK525 1 |
| < Scheduler tasks declaration | |
| #define | USBKEY 2 |
| #define | TARGET_BOARD STK525 |
| Enable or not the ADC usage. | |
| #define | FOSC 8000 |
| CPU core frequency in kHz. | |
| #define | BAUDRATE 38400 |
| #define | USE_UART2 |
| #define | UART_U2 |
| #define | CDC_USE_MANAGEMENT_INTERFACE |
| #define | CDC_USE_UART |
| #define | CDC_STREAM_OUT_SIZE 0x10 |
| #define | CDC_STREAM_IN_SIZE 0x10 |
| #define | CDC_NB_MS_BEFORE_FLUSH 0x05 |
| #define | ENCAPSULATED_PACKET_LENGTH 0x0A |
Definition in file config.h.
1.5.3