Commit Graph

7 Commits

Author SHA1 Message Date
Eduard Iten 7dc1430aa5 Complete vnd7050aj module integration
- Move DTS binding from project root to module folder
- Update module.yml to use correct dts_root path
- Restructure module for better organization and portability
- All module files now self-contained in modules/vnd7050aj/

Module structure:
- CMakeLists.txt: Uses zephyr_library for proper integration
- Kconfig: Module configuration options
- dts/bindings/: Device tree binding definitions
- include/: Public header files
- src/: Module source code
- zephyr/module.yml: Module discovery and configuration

Build verified successful on both x86 and ARM targets.
2025-07-09 09:49:41 +02:00
Eduard Iten 3c9a81758d Integrate vnd7050aj library into project 2025-07-09 08:58:28 +02:00
Eduard Iten 9db66c1246 Add script to install clang-format pre-commit hook and update VSCode settings 2025-07-09 08:47:55 +02:00
Eduard Iten 067afdc237 Added .vscode adn .clang-format 2025-07-09 08:45:26 +02:00
Eduard Iten a4a0c7bb05 Convert vnd7050aj to Zephyr module and add device tree binding 2025-07-09 08:37:40 +02:00
Eduard Iten 5579a3993a Add Zephyr hello world project and update .gitignore 2025-07-09 08:34:18 +02:00
Eduard Iten 864e20a982 Initial commit 2025-07-09 06:21:06 +00:00