Skip to content

Commit

Permalink
Minor improvements in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRostohar committed Nov 26, 2024
1 parent ff12a24 commit 99cb494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/Doxygen/src/introduction.txt
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,8 @@ int main (void) {
\page driver_NAND NAND

This is a CMSIS compliant driver for NAND Flash devices that are connected to the microcontroller's memory bus.
It exports a NAND CMSIS-Driver with a maximum of four memory mapped NAND Flash devices.
It implements a [CMSIS-Driver NAND Interface](https://arm-software.github.io/CMSIS_6/latest/Driver/group__nand__interface__gr.html)
with up to four memory mapped NAND Flash devices.

The driver is configured using the NAND_MemBus_Config.h configuration file, which contains the following options:
- \c \#define \c NAND_DRIVER exports the NAND CMSIS-Driver instance, which can be used to access the memory mapped NAND Flash devices.
Expand Down
1 change: 1 addition & 0 deletions Documentation/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ This pack contains:

- [Documentation](https://arm-software.github.io/CMSIS-Driver/latest/index.html)
- [Repository](https://github.com/ARM-software/CMSIS-Driver)
- [Issues](https://github.com/ARM-software/CMSIS-Driver/issues)

0 comments on commit 99cb494

Please sign in to comment.