Skip to content

Commit

Permalink
🔀 Merge branch 'ladislas/yann/feature/videokit/remove-CoreFatFs-CoreF…
Browse files Browse the repository at this point in the history
…s' into develop
  • Loading branch information
ladislas committed Mar 15, 2022
2 parents ecf5db3 + 3259824 commit a6ea6df
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 158 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ CMAKE_TOOLS_CONFIG_DIR := $(CMAKE_TOOLS_BUILD_DIR)/cmake_config
# MARK: - Coverage exclusions
#

EXCLUDE_FROM_GCOVR_COVERAGE = -e '.*_build.*' -e '.*extern.*' -e '.*tests/unit.*' -e '.*_test.*\.cpp' -e '.*CoreSTM32Hal.*' -e '.*CoreFatFs.*' -e '.*include/boost.*' -e '.*CoreTicker.*' -e '.*CoreTimeout.*'
EXCLUDE_FROM_LCOV_COVERAGE = '*Xcode*' '*_build*' '*extern*' '*tests/unit*' '*_test*.cpp' '*CoreSTM32Hal*' '*CoreFatFs*' '*include/boost*' '.*CoreTicker.*' '.*CoreTimeout.*'
EXCLUDE_FROM_GCOVR_COVERAGE = -e '.*_build.*' -e '.*extern.*' -e '.*tests/unit.*' -e '.*_test.*\.cpp' -e '.*CoreSTM32Hal.*' -e '.*include/boost.*' -e '.*CoreTicker.*' -e '.*CoreTimeout.*'
EXCLUDE_FROM_LCOV_COVERAGE = '*Xcode*' '*_build*' '*extern*' '*tests/unit*' '*_test*.cpp' '*CoreSTM32Hal*' '*include/boost*' '.*CoreTicker.*' '.*CoreTimeout.*'

#
# MARK: - .bin path
Expand Down
1 change: 0 additions & 1 deletion drivers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# C++ wrappers & low level drivers
add_subdirectory(${DRIVERS_DIR}/CoreBufferedSerial)
add_subdirectory(${DRIVERS_DIR}/CoreEventQueue)
add_subdirectory(${DRIVERS_DIR}/CoreFs)
add_subdirectory(${DRIVERS_DIR}/CoreI2C)
add_subdirectory(${DRIVERS_DIR}/CoreLL)
add_subdirectory(${DRIVERS_DIR}/CoreMCU)
Expand Down
17 changes: 0 additions & 17 deletions drivers/CoreFs/CMakeLists.txt

This file was deleted.

30 changes: 0 additions & 30 deletions drivers/CoreFs/include/CoreFatFs.h

This file was deleted.

47 changes: 0 additions & 47 deletions drivers/CoreFs/source/CoreFatFs.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion drivers/CoreVideo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ target_link_libraries(CoreVideo
mbed-os
CoreLL
CoreSTM32Hal
CoreFs
FileSystemKit
)

if (${CMAKE_PROJECT_NAME} STREQUAL "LekaOSUnitTests")
Expand Down
30 changes: 0 additions & 30 deletions include/interface/platform/FatFs.h

This file was deleted.

1 change: 0 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ sonar.cpd.exclusions=\
sonar.coverage.exclusions=\
drivers/FastLED/**/*,\
drivers/CoreFatFs/**/*,\
drivers/CoreSTM32Hal/**/*,\
extern/**/*,\
**/*extern*/**/*,\
Expand Down
2 changes: 1 addition & 1 deletion spikes/lk_cg_animations/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ target_sources(spike_lk_cg_animations
)

target_link_libraries(spike_lk_cg_animations
CoreFs
CoreVideo
CoreLL
CoreSTM32Hal
FileSystemKit
UIAnimationKit
)

Expand Down
2 changes: 1 addition & 1 deletion spikes/lk_cg_animations/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "BouncingSquare.h"
#include "CoreDMA2D.hpp"
#include "CoreDSI.hpp"
#include "CoreFatFs.h"
#include "CoreFont.hpp"
#include "CoreGraphics.hpp"
#include "CoreJPEG.hpp"
Expand All @@ -23,6 +22,7 @@
#include "CoreSTM32Hal.h"
#include "CoreVideo.hpp"
#include "FATFileSystem.h"
#include "FileSystemKit.h"
#include "HelloWorld.h"
#include "LogKit.h"
#include "SDBlockDevice.h"
Expand Down
1 change: 0 additions & 1 deletion tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ leka_register_unit_tests_for_driver(CoreBattery)
leka_register_unit_tests_for_driver(CoreBufferedSerial)
leka_register_unit_tests_for_driver(CoreEventQueue)
leka_register_unit_tests_for_driver(CoreFlashMemory)
leka_register_unit_tests_for_driver(CoreFs)
leka_register_unit_tests_for_driver(CoreHTS)
leka_register_unit_tests_for_driver(CoreI2C)
leka_register_unit_tests_for_driver(CoreLED)
Expand Down
26 changes: 0 additions & 26 deletions tests/unit/mocks/mocks/leka/CoreFatFs.h

This file was deleted.

0 comments on commit a6ea6df

Please sign in to comment.