Skip to content

Commit

Permalink
format the cv180x freertos pwm driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjgawuie committed Sep 24, 2024
1 parent 8e28819 commit f116d34
Show file tree
Hide file tree
Showing 8 changed files with 502 additions and 334 deletions.
11 changes: 11 additions & 0 deletions freertos/cvitek/driver/pwm/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
file(GLOB _SOURCES "src/*.c")
file(GLOB _HEADERS "include/*.h")

include_directories(include)
include_directories(${CMAKE_INSTALL_INC_PREFIX}/arch)
include_directories(${CMAKE_INSTALL_INC_PREFIX}/common)
include_directories(${CMAKE_INSTALL_INC_PREFIX}/kernel)

add_library(pwm OBJECT ${_SOURCES})

install(FILES ${_HEADERS} DESTINATION include/driver/pwm)
Loading

0 comments on commit f116d34

Please sign in to comment.