|
361 | 361 | # define SERIAL_HAVE_CONSOLE_DMA |
362 | 362 | #endif |
363 | 363 |
|
364 | | - |
365 | | -/* Pick ttys0 or ttys1. This could be any of UART1-12.*/ |
| 364 | +/* Pick ttys0 or ttys1. This could be any of UART1-12. */ |
366 | 365 |
|
367 | 366 | #if defined(CONFIG_IMXRT_LPUART1) && !defined(LPUART1_ASSIGNED) |
368 | 367 | # if defined(CONSOLE_DEV) |
|
462 | 461 | # endif |
463 | 462 | #endif |
464 | 463 |
|
465 | | -/* Pick ttys1/ttys2. This could be one of UART2-12.*/ |
| 464 | +/* Pick ttys1/ttys2. This could be one of UART2-12. */ |
466 | 465 |
|
467 | 466 | #if defined(CONFIG_IMXRT_LPUART2) && !defined(LPUART2_ASSIGNED) |
468 | 467 | # if defined(CONSOLE_DEV) |
|
554 | 553 | # endif |
555 | 554 | #endif |
556 | 555 |
|
557 | | -/* Pick ttys2/ttys3. This could be one of UART3-12.*/ |
| 556 | +/* Pick ttys2/ttys3. This could be one of UART3-12. */ |
558 | 557 |
|
559 | 558 | #if defined(CONFIG_IMXRT_LPUART3) && !defined(LPUART3_ASSIGNED) |
560 | 559 | # if defined(CONSOLE_DEV) |
|
638 | 637 | # endif |
639 | 638 | #endif |
640 | 639 |
|
641 | | -/* Pick ttys3/ttys4. This could be one of UART4-8.*/ |
| 640 | +/* Pick ttys3/ttys4. This could be one of UART4-8. */ |
642 | 641 |
|
643 | 642 | #if defined(CONFIG_IMXRT_LPUART4) && !defined(LPUART4_ASSIGNED) |
644 | 643 | # if defined(CONSOLE_DEV) |
|
714 | 713 | # endif |
715 | 714 | #endif |
716 | 715 |
|
717 | | -/* Pick ttys4/ttys5. This could be one of UART5-12.*/ |
| 716 | +/* Pick ttys4/ttys5. This could be one of UART5-12. */ |
718 | 717 |
|
719 | 718 | #if defined(CONFIG_IMXRT_LPUART5) && !defined(LPUART5_ASSIGNED) |
720 | 719 | # if defined(CONSOLE_DEV) |
|
782 | 781 | # endif |
783 | 782 | #endif |
784 | 783 |
|
785 | | -/* Pick ttys5/ttys6. This could be one of UART6-12.*/ |
| 784 | +/* Pick ttys5/ttys6. This could be one of UART6-12. */ |
786 | 785 |
|
787 | 786 | #if defined(CONFIG_IMXRT_LPUART6) && !defined(LPUART6_ASSIGNED) |
788 | 787 | # if defined(CONSOLE_DEV) |
|
842 | 841 | # endif |
843 | 842 | #endif |
844 | 843 |
|
845 | | -/* Pick ttys6/ttys7. This could be one of UART7-12.*/ |
| 844 | +/* Pick ttys6/ttys7. This could be one of UART7-12. */ |
846 | 845 |
|
847 | 846 | #if defined(CONFIG_IMXRT_LPUART7) && !defined(LPUART7_ASSIGNED) |
848 | 847 | # if defined(CONSOLE_DEV) |
|
894 | 893 | # endif |
895 | 894 | #endif |
896 | 895 |
|
897 | | -/* Pick ttys7/ttys8. This could be one of UART8-12.*/ |
| 896 | +/* Pick ttys7/ttys8. This could be one of UART8-12. */ |
898 | 897 |
|
899 | 898 | #if defined(CONFIG_IMXRT_LPUART8) && !defined(LPUART8_ASSIGNED) |
900 | 899 | # if defined(CONSOLE_DEV) |
|
938 | 937 | # endif |
939 | 938 | #endif |
940 | 939 |
|
941 | | -/* Pick ttys8/ttys9. This could be one of UART9-12.*/ |
| 940 | +/* Pick ttys8/ttys9. This could be one of UART9-12. */ |
942 | 941 |
|
943 | 942 | #if defined(CONFIG_IMXRT_LPUART9) && !defined(LPUART9_ASSIGNED) |
944 | 943 | # if defined(CONSOLE_DEV) |
|
974 | 973 | # endif |
975 | 974 | #endif |
976 | 975 |
|
977 | | -/* Pick ttys9/ttys10. This could be one of UART10-12.*/ |
| 976 | +/* Pick ttys9/ttys10. This could be one of UART10-12. */ |
978 | 977 |
|
979 | 978 | #if defined(CONFIG_IMXRT_LPUART10) && !defined(LPUART10_ASSIGNED) |
980 | 979 | # if defined(CONSOLE_DEV) |
|
1002 | 1001 | # endif |
1003 | 1002 | #endif |
1004 | 1003 |
|
1005 | | -/* Pick ttys10/ttys11. This could be one of UART11-12.*/ |
| 1004 | +/* Pick ttys10/ttys11. This could be one of UART11-12. */ |
1006 | 1005 |
|
1007 | 1006 | #if defined(CONFIG_IMXRT_LPUART11) && !defined(LPUART11_ASSIGNED) |
1008 | 1007 | # if defined(CONSOLE_DEV) |
|
0 commit comments