weAutSys' configuration settings
This file contains some definitions concerning software and hardware configuration. These settings influence the compilation and building process and can't be changed later at runtime.
This file (in the serial bootloader project) is part of weAutSys <weinert-automation.de>
It is also used for the serial bootloader.
Mainly by an include file mechanism (config_<platformName>.h) a number of different (AVR-) platforms are supported.
Copyright © 2014 Albrecht Weinert, Bochum
Defines | |
#define | GN_LED_INV |
invert gn LED: ! ; no invert: empty | |
#define | RD_LED_INV |
invert rd LED: ! ; no invert: empty | |
#define | STD_BAUD 38400 |
Standard resp. used baudrate. | |
#define | TRAMPOLIN_USE 1 |
The trampolin hack is used. | |
#define | USART_IN_APP_WITH_INT |
UART uses no interrupt in application. | |
#define | USE_BOOTLOADER USE_BOOTLOADER_PRESET |
Have and use a bootloader. |