Integrate vnd7050aj library into project
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
config VND7050AJ
|
||||
bool "VND7050AJ library support"
|
||||
help
|
||||
Enable support for the VND7050AJ high-side driver.
|
||||
@@ -1,4 +0,0 @@
|
||||
name: vnd7050aj
|
||||
build:
|
||||
cmake:
|
||||
- .
|
||||
Reference in New Issue
Block a user