[CP-261] Print crash occurences to log Make sure we produce log entries when crashes occur.
[CP-335] Fix formatting of SN A serial number in the USB descriptor includes additional zeros 0 if it’s shorter than the placeholder space.
[BH-362] Move segger to a separate directory Move segger to a separate directory
[BH-464] Fix make all Fixed make all functionality, now it builds both products top targets, made usb stack compile only in rt1051 builds (see also a related issue raised by community)
[EGD-7004] Removed sensitive data Sensitive data removed from logs in module-bsp. Commented out legacy code removed.
[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-373] Convert utils json into a lib Moving json to a third-party standalone library.
Merge branch 'master' into stable
[BH-378] Utils move log to library Moved log to separate library
[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