Skip to content

Commit

Permalink
Ultra (#15)
Browse files Browse the repository at this point in the history
Pull BM1366 work into main
  • Loading branch information
benjamin-wilson authored Aug 20, 2023
1 parent a3cdc67 commit 9bc0671
Show file tree
Hide file tree
Showing 20 changed files with 1,134 additions and 228 deletions.
10 changes: 9 additions & 1 deletion components/bm1397/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
idf_component_register(
SRCS
"bm1366.c"
"bm1397.c"
"serial.c"
"crc.c"
Expand All @@ -9,4 +10,11 @@ REQUIRES
freertos
driver
stratum
)
)


# Include the header files from "main" directory
target_include_directories(${COMPONENT_LIB} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../../main")

# Include the header files from "main/tasks" directory
target_include_directories(${COMPONENT_LIB} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../../main/tasks")
Loading

0 comments on commit 9bc0671

Please sign in to comment.