[BH-375] Clean `module-utils/third-party` Clean `module-utils/third-party`
[BH-362] Move segger to a separate directory Move segger to a separate directory
[BH-464] Moved USB stack to third-party dir Moved USB stack, defined separate library and its dependencies, assigned library to specific sections in linker script, reduced build time by more than 10 percent thanks to ending building usb stack file both in module-bsp and module-vfs
[CP-270] Replace CRC32 library Replaced CRC-32 lib from csbruce.com/software/ with github.com/stbrumme/hash-library
[BH-363] Move libphonenumber to a separate directory Move libphonenumber to a separate directory
[CP-163] Implement FS Endpoint read file Implemented get file opration in FS Endpoint
[BH-459] Moved fatfs to third-party v2 2nd approach to moving fatfs to third-party. Declared as INTERFACE.
[EGD-6702] Add time zone library The library is used to manually set the time zone. It is based on the IANA time zone database.
Merge branch 'master' into stable
[BH-396] Move CrashDebug to a separate directory Move CrashDebug to a separate directory
[BH-360] Move TPLIB re2 to separate dir Changed submodule directory and updated cmake scripts. Updated paths in PureCoverage script and Doxyfile
[BH-371] Replace gsl with mainline submodule and move to third-party Replacing loose gsl files with gsl mainline project as submodule and moving it to third-party
[BH-460] Moved TPLIB littlefs Moved littlefs library to dedicated third party directory, fixed include paths
Merge branch 'master' into stable
[BH-399] Cleaning Cleaned to match newest master
[BH-357] Move protobuf to third-party dir * Use the CMakeLists.txt from lib authors. * Disable building libprotobuf in the all target. * Disable warnings in the libprotobuf-lite target.
[BH-397] Move TPLIB parallel-hashmap Changed submodule directory and changed way its linked, in order to use target_link_libraries checkouted phmap dependency to the newest revision which includes small cmake fixes (see 031d214f2ce1973933abdf2a998d986ff8094d8e), updated paths in PureCoverage script and Doxyfile
[BH-365] Move TPLIB (tinyexpr) to separate directory Move library, amend CMAKE files
[BH-461] Move TPLIB minimp3 to separate dir Moved minimp3 to third-party directory, added our CMakeLists.txt with interface library defined and upgraded include paths
[BH-398] Move sml to a separate directory Move sml to a separate directory