feat: Add Zephyr module configuration and README
This commit introduces the necessary files to make the vnd7050aj driver a proper Zephyr RTOS 4.x module. - Adds to define the module's build configuration and DTS bindings. - Creates a comprehensive file with instructions on how to integrate and use the module in a Zephyr project. Signed-off-by: Eduard Iten <eduard@iten.pro>
This commit is contained in:
6
zephyr/module.yml
Normal file
6
zephyr/module.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: vnd7050aj_driver
|
||||
build:
|
||||
cmake: .
|
||||
kconfig: Kconfig
|
||||
settings:
|
||||
dts_root: .
|
||||
Reference in New Issue
Block a user