Ivan Grokhotkov
c462db569e
feat(examples): add local components via idf_component.yml
...
Specifying all the dependencies (managed and local) in the manifest
makes it easier for users to see every component the example
depends on.
2025-09-19 18:51:40 +08:00
Andrii
ca9ca161ac
fix(mqtt): Unite supported components tags under common structure
2025-09-19 18:51:40 +08:00
Bogdan Kolendovskyy
ecfe26da47
examples: fix format errors, remove -Wno-format
...
Logging in series of examples has misuse of "%d" instead of type-appropriate format specifiers.
Fix by changing "%d" to PRIxx macros corresponding to type.
Remove -Wno-format compile flag in those examples that are affected.
2025-09-19 18:51:40 +08:00
Ivan Grokhotkov
649f6d369e
build system: re-add -Wno-format as private flag for some example components
2025-09-19 18:51:40 +08:00
yuanjm
17df9effcd
example: Add mqtt5 example
2025-09-19 18:51:40 +08:00