1.. zephyr:board:: board_name
2
3.. To ensure the board documentation page displays correctly, it is highly
4   recommended to include a picture alongside the documentation page.
5
6   The picture should be named after the board (e.g., "board_name.webp")
7   and preferably be in webp format. Alternatively, png or jpg formats
8   are also accepted.
9
10Overview
11********
12[A short description about the board, its main features and availability]
13
14Hardware
15********
16[General Hardware information]
17
18Supported Features
19==================
20
21.. zephyr:board-supported-hw::
22
23Connections and IOs
24===================
25
26[Tables describing the board PINs and how they are configured and can be used
27to connect external components]
28
29Programming and Debugging
30*************************
31
32Flashing
33========
34[How to use this board with Zephyr and how to flash a Zephyr binary on this
35device]
36
37
38Debugging
39=========
40[ How to debug this board]
41
42
43References
44**********
45[ Links to external references such as datasheets or additional documentation]
46
47