Skip to content

Commit cd023da

Browse files
ClemensElfleinrovo89
authored andcommitted
removed FastCRC
1 parent 6f36f5e commit cd023da

File tree

9 files changed

+1
-2447
lines changed

9 files changed

+1
-2447
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ target_link_libraries(${CMAKE_PROJECT_NAME} PUBLIC
123123
etl::etl
124124
LittleFS
125125
lwjson
126-
FastCRC
127126
)
128127

129128
target_add_service(${CMAKE_PROJECT_NAME} ImuService ${CMAKE_CURRENT_SOURCE_DIR}/services/imu_service.json)

ext/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ add_subdirectory(etl)
1515
add_library(LittleFS littlefs/lfs.c littlefs/lfs_util.c)
1616
target_include_directories(LittleFS PUBLIC littlefs ../cfg)
1717
target_compile_definitions(LittleFS PUBLIC LFS_DEFINES=lfs_config.h)
18-
target_link_libraries(LittleFS PUBLIC ulog ChibiOS etl::etl)
19-
20-
add_subdirectory(FastCRC)
18+
target_link_libraries(LittleFS PUBLIC ulog ChibiOS etl::etl)

ext/FastCRC/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

ext/FastCRC/FastCRC.h

Lines changed: 0 additions & 184 deletions
This file was deleted.

ext/FastCRC/FastCRC_cpu.h

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)