mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
Revert "arch/arm/src/xmc4/xmc4_config.h: Add a check to doubly enforce the one UART per USIC rule."
This reverts commit 63026b789b.
This commit is contained in:
@@ -65,20 +65,6 @@
|
|||||||
# undef CONFIG_XMC4_USIC2_CHAN1_ISUART
|
# undef CONFIG_XMC4_USIC2_CHAN1_ISUART
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Only SR0 can be used as the interrupt source for the UART RXD events. Therefore,
|
|
||||||
* there can be only one UART per USIC.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef CONFIG_XMC4_USIC0_CHAN0_ISUART
|
|
||||||
# undef CONFIG_XMC4_USIC0_CHAN1_ISUART
|
|
||||||
#endif
|
|
||||||
#ifdef CONFIG_XMC4_USIC1_CHAN0_ISUART
|
|
||||||
# undef CONFIG_XMC4_USIC1_CHAN1_ISUART
|
|
||||||
#endif
|
|
||||||
#ifdef CONFIG_XMC4_USIC2_CHAN0_ISUART
|
|
||||||
# undef CONFIG_XMC4_USIC2_CHAN1_ISUART
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Map logical UART names (Just for simplicity of naming) */
|
/* Map logical UART names (Just for simplicity of naming) */
|
||||||
|
|
||||||
#undef HAVE_UART0
|
#undef HAVE_UART0
|
||||||
|
|||||||
Reference in New Issue
Block a user