Dhairya Shah
Dhairya Shah
@RajGupta17 @Greyless such pinouts are expected in the README.md's for SRA_Board_2023 and LSA, MPU respectively. Kindly incorporate these in your PRs for documentation.
Closing this as labelled pinout images are already incorporated
Post the week-wise schedule here. Also, @Sidshx when/in which week do you propose to include the previous content from week 1 viz. `Switch Debouncing, Push Pull, and, Flip flops, Latches`.
@RajGupta17 the naming of commits and PR is very inconsistent. You are expected specifically mentioned what had been changed/done in each commit.
@RajGupta17 please sync up these changes with @Greyless in the PR #25
Thanks @JonathanWitthoeft, we will look into this and get back.
@JonathanWitthoeft ``` idf_build_set_property(COMPILE_OPTIONS "-Wno-format-nonliteral;-Wno-format-security;-Wno-stringop-overflow" APPEND) ``` I added the above `-Wno-stringop-overflow` flag in [`examples/light/CMakeLists.txt`](https://github.com/espressif/esp-matter/blob/main/examples/light/CMakeLists.txt#L54) and the light example seems to compile successfully with idf-version `5.0.1`.
@ivishaltejwani could share details on what exact esp-matter error are you facing with esp-idf `v5.0.1`. Did you follow all the setup & installation guidelines mentioned in the [docs](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#getting-the-repositories)?