mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Change naming configs/ to boards in comments, Documentation, etc. Still a few more to go.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
/* This header file contains function prototypes for the interfaces between
|
||||
* (1) the nuttx core-code, (2) the microprocessor specific logic that
|
||||
* resides under the arch/ sub-directory, and (3) the board-specific logic
|
||||
* that resides under configs/
|
||||
* that resides under boards/
|
||||
*
|
||||
* Naming conventions:
|
||||
*
|
||||
@@ -81,7 +81,7 @@
|
||||
* Any interface which is unique to a board should be prefixed with
|
||||
* the board name, for example stm32f4discovery_. Sometimes the board
|
||||
* name is too long so stm32_ would be okay too. These should be
|
||||
* prototyped in configs/<board>/src/<board>.h and should not be used
|
||||
* prototyped in boards/<board>/src/<board>.h and should not be used
|
||||
* outside of that board directory since board-specific definitions
|
||||
* have no meaning outside of the board directory.
|
||||
*/
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
/* This header file contains function prototypes for the interfaces between
|
||||
* (1) the nuttx core-code, (2) the microprocessor specific logic that
|
||||
* resides under the arch/ sub-directory, and (3) the board-specific logic
|
||||
* that resides under configs/
|
||||
* that resides under boards/
|
||||
*
|
||||
* Naming conventions:
|
||||
*
|
||||
@@ -75,7 +75,7 @@
|
||||
*
|
||||
* Board related declarations are retained in this header file.
|
||||
*
|
||||
* There is also a configs/<board>/include/board.h header file that
|
||||
* There is also a boards/<board>/include/board.h header file that
|
||||
* can be used to communicate other board-specific information between
|
||||
* the architecture logic and even application logic. Any definitions
|
||||
* which are common between a single architecture and several boards
|
||||
@@ -87,7 +87,7 @@
|
||||
* Any interface which is unique to a board should be prefixed with
|
||||
* the board name, for example stm32f4discovery_. Sometimes the board
|
||||
* name is too long so stm32_ would be okay too. These should be
|
||||
* prototyped in configs/<board>/src/<board>.h and should not be used
|
||||
* prototyped in boards/<board>/src/<board>.h and should not be used
|
||||
* outside of that board directory since board-specific definitions
|
||||
* have no meaning outside of the board directory.
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/nuttx/spi/spi_bitbang.c
|
||||
* boards/nuttx/spi/spi_bitbang.c
|
||||
*
|
||||
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
||||
Reference in New Issue
Block a user