Update comments, README's, etc. to reflect changes to nuttx/boards directory reorganization.

This commit is contained in:
Gregory Nutt
2019-08-09 08:40:22 -06:00
parent b118c96a33
commit e6ba3ccff8
9 changed files with 28 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ config EXAMPLES_WATCHDOG
In order to use this example, board specific logic must register the
watchdog timer driver. That would be in the board bring-up logic
in the boards/<board>/src directory for the board.
in the boards/<arch/<chip>/<board>/src directory for the board.
The way that this is done depends on the underlying MCU architecture.
For STM32, this would be done like: