Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-06-29 13:08:42 -06:00
parent ba2e6ac0b9
commit 205c0978e7

View File

@ -1,5 +1,18 @@
Board-Specific Configurations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This directory contains the board support for logic for all boards supported
by NuttX. This directory is retained in a separate repository and is a Sub-
Module of NuttX and will appear as nuttx/configs when the NuttX repository
is cloned.
The nuttx/configs directory is a part of the internal OS. It there should
contain only OS bring-up logic and driver initialization logic. THERE SHOUL
BE NO APPLICATION CALLABLE LOGIC IN THIS DIRECTORY.
If you have board-specific, application callable logic, that logic should not
go here. Please consider using a sub-directory under apps/platform instead.
Table of Contents
^^^^^^^^^^^^^^^^^