Integrate vnd7050aj library into project

This commit is contained in:
2025-07-09 08:58:05 +02:00
parent 9db66c1246
commit 3c9a81758d
8 changed files with 21 additions and 66 deletions

View File

@@ -1 +1,3 @@
zephyr_library()
add_library(vnd7050aj STATIC src/vnd7050aj.c)
target_include_directories(vnd7050aj PRIVATE include)
target_link_libraries(vnd7050aj PUBLIC zephyr_interface)

View File

@@ -1,4 +0,0 @@
config VND7050AJ
bool "VND7050AJ library support"
help
Enable support for the VND7050AJ high-side driver.

View File

@@ -1,4 +0,0 @@
name: vnd7050aj
build:
cmake:
- .