mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Change naming configs/ to boards in comments, Documentation, etc. Still a few more to go.
This commit is contained in:
@@ -62,13 +62,13 @@
|
||||
* 2. include/nuttx/spi/spi_bitbang.h: This header file provides the
|
||||
* data types and function prototypes needed to utilize the logic in
|
||||
* this file.
|
||||
* 3. configs/<board>/src/<file>: The implementation of the low-level
|
||||
* 3. boards/<board>/src/<file>: The implementation of the low-level
|
||||
* bit-bang logic resides in some file in the board source directory.
|
||||
* This board-specific logic includes the bit-bang skeleton logic
|
||||
* provided in include/nuttx/spi/spi_bitband.c.
|
||||
* 4. include/nuttx/spi/spi_bitband.c. Despite the .c extension, this
|
||||
* really an included file. It is used in this way: 1) The board-
|
||||
* specific logic in configs/<board>/src/<file> provides some definitions
|
||||
* specific logic in boards/<board>/src/<file> provides some definitions
|
||||
* then 2) includes include/nuttx/spi/spi_bitband.c. That file will
|
||||
* then use those definitions to implement the low-level bit-bang
|
||||
* logic. the board-specific logic then calls spi_create_bitbang()
|
||||
|
||||
Reference in New Issue
Block a user