Add instructions for the external loader

This commit is contained in:
L-diy
2023-11-15 21:08:30 +01:00
parent e6255c4fea
commit 5eb7f36a5e
4 changed files with 18 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
- [Style Guide](#style-guide)
- [Editor Configuration](#editor-configuration)
- [Commit Messages Conventions](#commit-messages-conventions)
- [Writing File System Data to QSPI Flash](#writing-file-system-data-to-qspi-flash)
- [Documentation](#documentation)
## Used Libs, Compiler and Apps
@@ -52,6 +53,10 @@ Implement access right management
The body of a commit message may be used to explain the what and why of a commit.
## Writing File System Data to QSPI Flash
Please read the [llfs.md](./docs/llfs.md#enabling-the-external-loader-in-stm32cubeide) document for instructions
on how to enable the external loader in STM32CubeIDE.
## Documentation
Documentation is placed in the [docs](docs) folder.
If your part needs documentation (e.g. how to use tcp cmd interface), add a markdown file in the above-mentioned folder.