Taras Drozdovskyi
Taras Drozdovskyi
``` ... inValue = "18446744073709551615" log.Printf("inValue = %v", inValue ) outValue := cast.ToUint64(inValue ) log.Printf("outValue = %v", outValue ) ... ``` Result for v1.4.1: ``` INFO[2022-06-06T14:01:00+03:00] inValue = 18446744073709551615 INFO[2022-06-06T14:01:00+03:00]...
Signed-off-by: Taras Drozdovskyi
Signed-off-by: Taras Drozdovskyi # Description Update 3rd-party components ## Type of change - [x] CI system update **Test Configuration**: * OS type & version: Ubuntu 20.04 * Hardware: x86-64 *...
Test coverage of each package is expected to be at least 80%. To create a PR is necessary to increase the coverage of any package, preferably at least 80%, but...
Documentation update (README.md) and build system for those who want to commercialize based on Home Edge (enabling secure option when building)
**Many projects use newer versions of JDK and therefore cannot use your product for code analysis.** Please **update the JDK** (`java-15-openjdk-amd64`) to JDK 17 version (`java-17-openjdk-amd64`). Error example: ``` Caused...
Need to make a viable way to flash device from Linux
mTower configuration options part of _mtower_functionality_description.md_ file needs to be filled.
Data structures involved in TrustBoot sequence lack any description. Structures themselves are taken from Nuvoton BSP (SecurityBootDemo project) and are compatible with BL1. Data can be taken from _AN_0024_M2351_Trusted_Boot_EN_Rev1.00.pdf_