You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/configuration/Drivers.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
<h1id="configuration-drivers">Drivers</h1>
1
+
<h1id="configuration-io">I/O</h1>
2
2
3
-
The driver configurations allows for customization of the OS driver layer. Options in this section pertain to hardware IO. You can find additional serial settings for `printf` in the [platform config page](configuration-platform.html). With the exception of `default-serial-baud-rate` these settings do not affect Serial objects.
3
+
The I/O configurations allow for customization of the OS driver layer. Options in this section pertain to hardware I/O. You can find additional serial settings for `printf` in the [utilities configuration page](configuration-platform.html). With the exception of `default-serial-baud-rate`, these settings do not affect Serial objects.
4
4
5
-
This is the complete list of driver configuration parameters. To view all configuration parameters, run the `--config -v` command.. Please see [the configuration system documentation](configuration.html) for details on how you may use or override these settings.
5
+
This is the complete list of I/O configuration parameters. To view all configuration parameters, run the `--config -v` command. Please see [the configuration system documentation](configuration.html) for details on how you may use or override these settings.
0 commit comments