diff options
| author | Your Name <you@example.com> | 2026-05-18 16:12:13 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-18 16:12:13 +0530 |
| commit | 52f852f5b987750537b71e2a5f2363a48783a985 (patch) | |
| tree | e43006899d241e0c2221dca924ba2bedb1aae2bb /components/qrcode/CMakeLists.txt | |
| parent | 36fa7451a3be1c49932e944859364fe4e9f9fcc4 (diff) | |
track: add AXS15231B display driver and QR code components
Components were untracked on master. Adding to feature/display-fix
branch so they are version-controlled before making QSPI fixes.
Diffstat (limited to 'components/qrcode/CMakeLists.txt')
| -rw-r--r-- | components/qrcode/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/qrcode/CMakeLists.txt b/components/qrcode/CMakeLists.txt new file mode 100644 index 0000000..347aeed --- /dev/null +++ b/components/qrcode/CMakeLists.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | idf_component_register(SRCS "qrcoded.c" | ||
| 2 | INCLUDE_DIRS "include") | ||