windowsair
windowsair
#170 This patch adds support for the execution order of cases. Users can define a non-negative ORDER value to determine the execution order of cases. Cases with a smaller ORDER...
My test cases are strongly dependent on the execution order. I noticed that on Linux, the execution order is the same as the order in which the UTEST() macro is...
The upstream sha2 is not support asm feature for Windows platform, disable it. https://github.com/RustCrypto/hashes/issues/283
Due to the update of github action windows machines and changes in the debian upstream, the ci task of windows and mips64le docker environments has failed. These patches fix them.
This patch removes the windows.h header to avoid namespace pollution and improve compilation speed. For GCC/Clang, a minimal part of the Windows headers is still included. I intend to further...
It looks like session option is invalid when using reset/flash command: ```bash pyocd reset -Ocmsis_dap.prefer_v1=1 ``` When using these command, session seems not create, and fallback to use default option,...