| # Copyright 2022 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Please, read https://fuchsia.dev/fuchsia-src/contribute/docs/documentation-navigation-toc |
| # before making changes to this file, and add a member of the fuchsia.dev |
| # team as reviewer. |
| toc: |
| - title: Overview |
| path: /docs/development/drivers/tutorials/sdk_build_driver/introduction.md |
| step_group: sdkdrivercodelab |
| - title: Explore the edu device |
| path: /docs/development/drivers/tutorials/sdk_build_driver/explore-device.md |
| step_group: sdkdrivercodelab |
| - title: Bind to the device node |
| path: /docs/development/drivers/tutorials/sdk_build_driver/driver-binding.md |
| step_group: sdkdrivercodelab |
| - title: Configure hardware resources |
| path: /docs/development/drivers/tutorials/sdk_build_driver/hardware-resources.md |
| step_group: sdkdrivercodelab |
| - title: Expose the driver capabilities |
| path: /docs/development/drivers/tutorials/sdk_build_driver/driver-service.md |
| step_group: sdkdrivercodelab |
| - title: Interact with the driver |
| path: /docs/development/drivers/tutorials/sdk_build_driver/driver-tools.md |
| step_group: sdkdrivercodelab |
| - title: Test and debug the driver |
| path: /docs/development/drivers/tutorials/sdk_build_driver/test-debug.md |
| step_group: sdkdrivercodelab |