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[List of supported features and level of support in Zephyr] 21 22Connections and IOs 23=================== 24 25[Tables describing the board PINs and how they are configured and can be used 26to connect external components] 27 28Programming and Debugging 29************************* 30 31Flashing 32======== 33[How to use this board with Zephyr and how to flash a Zephyr binary on this 34device] 35 36 37Debugging 38========= 39[ How to debug this board] 40 41 42References 43********** 44[ Links to external references such as datasheets or additional documentation] 45 46