summaryrefslogtreecommitdiff
path: root/docs/zephyr/zephyr_new_board_checklist.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zephyr/zephyr_new_board_checklist.md')
-rw-r--r--docs/zephyr/zephyr_new_board_checklist.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/zephyr/zephyr_new_board_checklist.md b/docs/zephyr/zephyr_new_board_checklist.md
index f83aa3a188..eb4584af2c 100644
--- a/docs/zephyr/zephyr_new_board_checklist.md
+++ b/docs/zephyr/zephyr_new_board_checklist.md
@@ -25,7 +25,8 @@ Each feature includes the following sub-tasks:
the feature. `Kconfig` options are enabled in one of the [project
configuration files].
- **Devicetree Nodes** - This section details the devicetree nodes and
- properties required by the feature.
+ properties required by the feature. The [Zephyr Introduction to Devicetree]
+ provides a conceptual overview of devicetree and how Zephyr uses it.
- **Board Specific Code** - When present, this section details any C code that
your project must implement.
- **Threads** - This section details the threads created by the feature and
@@ -53,7 +54,9 @@ EC Feature | Ne
:-------------------------------------------------------------------------- | :-----------------:
[Configure EC Chipset (TODO)](./zephyr_template.md) | yes
[Configure AP to EC Communication](./zephyr_ap_ec_comm.md) | yes
+[Configure AP Power Thresholds](./zephyr_ap_power.md) | yes
[Configure AP Power Sequencing (TODO)](./zephyr_template.md) | yes
+[Configure USB-A](./zephyr_usba.md) | no
[Configure USB-C (TODO)](./zephyr_template.md) | yes
[Configure Charger (TODO)](./zephyr_template.md) | yes
[Configure I2C Buses](./zephyr_i2c.md) | yes
@@ -66,3 +69,5 @@ EC Feature | Ne
[Configure BC1.2 Charger Detector (TODO)](./zephyr_template.md) | no
[Configure ADC](./zephyr_adc.md) | no
[Configure Temperature Sensors](./zephyr_temperature_sensor.md) | no
+
+[Zephyr Introduction to Devicetree]: https://docs.zephyrproject.org/latest/build/dts/intro.html