diff --git a/.clang-tidy b/.clang-tidy index 8a7d38f0..8b9e7c0c 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,4 +1,5 @@ Checks: '*, + -altera-unroll-loops, -llvmlibc-callee-namespace, -llvm-header-guard, -llvm-namespace-comment, @@ -14,17 +15,20 @@ Checks: '*, -cppcoreguidelines-avoid-magic-numbers, -cppcoreguidelines-avoid-non-const-global-variables, -cppcoreguidelines-avoid-c-arrays, + -cppcoreguidelines-special-member-functions, -readability-magic-numbers, -readability-uppercase-literal-suffix, -modernize-use-trailing-return-type, -modernize-avoid-c-arrays, - -hicpp-signed-bitwise, - -hicpp-no-assembler, -hicpp-avoid-c-arrays, -hicpp-uppercase-literal-suffix, + -hicpp-vararg, + -hicpp-no-assembler, -hicpp-no-array-decay, + -hicpp-signed-bitwise, + -hicpp-special-member-functions, -cert-err58-cpp, -cert-err60-cpp' CheckOptions: - key: readability-function-cognitive-complexity.Threshold - value: 100 \ No newline at end of file + value: 100 diff --git a/.gitmodules b/.gitmodules index 6f6d0e10..815fc022 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "src/libs/lvgl"] path = src/libs/lvgl url = https://github.com/joaquimorg/lvgl.git +[submodule "src/libs/littlefs"] + path = src/libs/littlefs + url = https://github.com/littlefs-project/littlefs.git diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 7bdfbcb1..9c99b664 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -12,6 +12,29 @@