configs/sama5d2-xult: Move console from FLEXCOM4 to UART1. FLEXCOM4 does not work for the Arduino serial. UART1 is used with the VCOM provided by the EDBG.

This commit is contained in:
Gregory Nutt
2019-02-11 14:55:18 -06:00
parent 1a158a184e
commit 0cb1c2c0b6
5 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -2160,7 +2160,7 @@ o File system / Generic drivers (fs/, drivers/)
(using pctl() instead sysctl()). My objective was to be able
to control the number of available file descriptors on a task-
by-task basis. The complexity due to the partitioning of
descriptor space in a range for file descriptors and a range
descriptor space into a range for file descriptors and a range
for socket descriptors made this feature nearly impossible to
implement.
Status: Open