X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=blobdiff_plain;f=boards%2Fstm32-p103%2Ftemplates%2Fstm32-p103_kernel%2Fcfg%2Fcfg_ser.h;h=e7d5cc43d9f179db1ec9d66d2fa1adcc27af6cbf;hp=91a10e0b2d8ade049eeb03b95150797d6728a29f;hb=0c2a292f95d10af7c39b2b3df0c1ce0c16a791ed;hpb=419ecb32a02d0116d04e483e0b088be82ec69f73 diff --git a/boards/stm32-p103/templates/stm32-p103_kernel/cfg/cfg_ser.h b/boards/stm32-p103/templates/stm32-p103_kernel/cfg/cfg_ser.h index 91a10e0b..e7d5cc43 100644 --- a/boards/stm32-p103/templates/stm32-p103_kernel/cfg/cfg_ser.h +++ b/boards/stm32-p103/templates/stm32-p103_kernel/cfg/cfg_ser.h @@ -160,14 +160,14 @@ * * $WIZ$ type = "enum" * $WIZ$ value_list = "ser_order_bit" - * $WIZ$ supports = "avr" + * $WIZ$ supports = "avr and not xmega32d" */ #define CONFIG_SPI_DATA_ORDER SER_MSB_FIRST /** * SPI clock division factor. * $WIZ$ type = "int" - * $WIZ$ supports = "avr" + * $WIZ$ supports = "avr and not xmega32d" */ #define CONFIG_SPI_CLOCK_DIV 16 @@ -175,7 +175,7 @@ * SPI clock polarity: normal low or normal high. * $WIZ$ type = "enum" * $WIZ$ value_list = "ser_spi_pol" - * $WIZ$ supports = "avr" + * $WIZ$ supports = "avr and not xmega32d" */ #define CONFIG_SPI_CLOCK_POL SPI_NORMAL_LOW @@ -184,7 +184,7 @@ * sample on second clock edge. * $WIZ$ type = "enum" * $WIZ$ value_list = "ser_spi_phase" - * $WIZ$ supports = "avr" + * $WIZ$ supports = "avr and not xmega32d" */ #define CONFIG_SPI_CLOCK_PHASE SPI_SAMPLE_ON_FIRST_EDGE