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:
Board ports in Dawn use basically the same layout as NuttX board ports. Dawn
keeps the familiar boards/<arch>/<chip>/<board>/ structure and layers
Dawn-specific configuration on top of the regular NuttX board configuration.
Future Dawn-specific content should cover:
defconfiganddefconfig.dawnpairs,descriptor selection from NuttX Kconfig,
in-tree versus out-of-tree board layouts, and
board bring-up checks for Dawn applications.