change: add initial source/build structure#3
Conversation
👋 Hello erhankur, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
There was a problem hiding this comment.
Copilot reviewed 85 out of 102 changed files in this pull request and generated no comments.
Files not reviewed (17)
- CMakeLists.txt: Language not supported
- example/CMakeLists.txt: Language not supported
- example/build.sh: Language not supported
- example/cmake/build-flags.cmake: Language not supported
- example/cmake/riscv-gcc-toolchain.cmake: Language not supported
- example/cmake/util.cmake: Language not supported
- example/cmake/xtensa-gcc-toolchain.cmake: Language not supported
- example/linker/common.ld: Language not supported
- example/linker/esp32.ld: Language not supported
- example/linker/esp32c2.ld: Language not supported
- example/linker/esp32c3.ld: Language not supported
- example/linker/esp32c5.ld: Language not supported
- example/linker/esp32c6.ld: Language not supported
- example/linker/esp32c61.ld: Language not supported
- example/linker/esp32h2.ld: Language not supported
- example/linker/esp32p4.ld: Language not supported
- example/linker/esp32s2.ld: Language not supported
Comments suppressed due to low confidence (1)
README.md:16
- The target name 'ESP32-C61' appears ambiguous given the presence of 'ESP32-C6'. Confirm whether 'ESP32-C61' is intentional or a typo.
+- ESP32-C61
115ac22 to
8fa96a0
Compare
|
Thanks for the accepting my suggestions. I'll be away till Easter. Please feel free to merge this without me. |
8fa96a0 to
79d7bc0
Compare
|
@dobairoland thanks for your comments. I will wait 1-2 days for others to review. Then we are good to merge. |
7702511 to
e97c5c2
Compare
|
I liked you added an perfect example and liked |
e97c5c2 to
01250fa
Compare
|
@antmak thank you for your review and comment. |
Description
Suggested directory structure, example project and GH build workflow added to the repository.
Library Structure:
Example Project:
Build System Architecture:
Testing
Verified builds for all targets using latest toolchain (esp-14.2.0_20241119) from the IDF
Checklist
Before submitting a Pull Request, please ensure the following: