feat(tools): Move sample_project from examples to tools

Extended example readme.md by further development options.
This commit is contained in:
Marek Fiala
2024-09-13 10:18:20 +02:00
parent 5a5c004691
commit 6ec1e9107f
10 changed files with 19 additions and 51 deletions

View File

@@ -96,6 +96,18 @@ The `IDF_PATH` environment variable is the only thing that connects the example
If you're looking for a more bare-bones project to start from, try [esp-idf-template](https://github.com/espressif/esp-idf-template).
## Further Development
For further steps on how to develop a project, see the following:
- Managing the project:
- [IDF Frontend](https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html#start-a-new-project) document
- ESP-IDF Getting Started video ([YouTube](https://youtu.be/J8zc8mMNKtc?t=340), [bilibili](https://www.bilibili.com/video/BV1114y1r7du/?t=336))
- [Overview](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/build-system.html#example-project) of an example project
- [Build System](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/build-system.html) document
- Writing code:
- Write your own code following the [API references](https://docs.espressif.com/projects/esp-idf/en/stable/api-reference/index.html)
## Contributing Examples
If you have a new example you think we'd like, please consider sending it to us as a Pull Request.