123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- #ifndef MCUCONF_H
- #define MCUCONF_H
- #define AVR_ADC_USE_ADC1 FALSE
- #define AVR_EXT_USE_INT0 FALSE
- #define AVR_EXT_USE_INT1 FALSE
- #define AVR_EXT_USE_INT2 FALSE
- #define AVR_EXT_USE_INT3 FALSE
- #define AVR_EXT_USE_INT4 FALSE
- #define AVR_EXT_USE_INT5 FALSE
- #define AVR_EXT_USE_PCINT0 FALSE
- #define AVR_EXT_USE_PCINT1 FALSE
- #define AVR_EXT_USE_PCINT2 FALSE
- #define AVR_EXT_USE_PCINT3 FALSE
- #define AVR_EXT_USE_PCINT4 FALSE
- #define AVR_EXT_USE_PCINT5 FALSE
- #define AVR_EXT_USE_PCINT6 FALSE
- #define AVR_EXT_USE_PCINT7 FALSE
- #define AVR_EXT_USE_PCINT8 FALSE
- #define AVR_EXT_USE_PCINT9 FALSE
- #define AVR_EXT_USE_PCINT10 FALSE
- #define AVR_PWM_USE_TIM1 FALSE
- #define AVR_PWM_USE_TIM2 FALSE
- #define AVR_PWM_USE_TIM3 FALSE
- #define AVR_PWM_USE_TIM4 FALSE
- #define AVR_PWM_USE_TIM5 FALSE
- #define AVR_ICU_USE_TIM1 FALSE
- #define AVR_ICU_USE_TIM3 FALSE
- #define AVR_ICU_USE_TIM4 FALSE
- #define AVR_ICU_USE_TIM5 FALSE
- #define AVR_GPT_USE_TIM1 FALSE
- #define AVR_GPT_USE_TIM2 FALSE
- #define AVR_GPT_USE_TIM3 FALSE
- #define AVR_GPT_USE_TIM4 FALSE
- #define AVR_GPT_USE_TIM5 FALSE
- #define AVR_SERIAL_USE_USART0 TRUE
- #define AVR_SERIAL_USE_USART1 FALSE
- #define AVR_I2C_USE_I2C1 FALSE
- #define AVR_SPI_USE_SPI1 TRUE
- #define AVR_SPI_USE_16BIT_POLLED_EXCHANGE FALSE
- #define AVR_USB_USE_USB1 FALSE
- #define AVR_USB_USE_NAMED_ADDRESS_SPACES FALSE
- #endif
|