Linux preempt-rt
Check our new training course
Real-Time Linux with PREEMPT_RT
1 2 3 4 5 6 7 8 9 10 11 12
# MCUXpresso SDK UART # Copyright (c) 2017, NXP # SPDX-License-Identifier: Apache-2.0 config UART_MCUX bool "MCUX uart driver" depends on HAS_MCUX && CLOCK_CONTROL select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT help Enable the MCUX uart driver.