============================== Board Ports and Configurations ============================== This page will describe how to create board ports and Dawn configurations on top of Apache NuttX. For now, use the Apache NuttX documentation as the primary reference: * `NuttX boards support `__ * `NuttX custom boards how-to `__ * `NuttX configuration guide `__ Board ports in Dawn use basically the same layout as NuttX board ports. Dawn keeps the familiar ``boards////`` structure and layers Dawn-specific configuration on top of the regular NuttX board configuration. Future Dawn-specific content should cover: * ``defconfig`` and ``defconfig.dawn`` pairs, * descriptor selection from NuttX Kconfig, * in-tree versus out-of-tree board layouts, and * board bring-up checks for Dawn applications.