mcuconf.h (444B)
1 // Copyright 2023-2025 HorrorTroll <https://github.com/HorrorTroll> 2 // Copyright 2023-2025 Zhaqian <https://github.com/zhaqian12> 3 // SPDX-License-Identifier: GPL-2.0-or-later 4 5 #pragma once 6 7 #include_next <mcuconf.h> 8 9 #undef AT32_ADC_USE_ADC1 10 #define AT32_ADC_USE_ADC1 TRUE 11 12 #undef AT32_I2C_USE_I2C1 13 #define AT32_I2C_USE_I2C1 TRUE 14 15 #undef AT32_PWM_USE_TMR5 16 #define AT32_PWM_USE_TMR5 TRUE 17 18 #undef AT32_SPI_USE_SPI1 19 #define AT32_SPI_USE_SPI1 TRUE