a1b77fd589
git grep -l 'u\(8\|16\|32\|64\)_t' | \ xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g" git grep -l 's\(8\|16\|32\|64\)_t' | \ xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g" Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
src | ||
tests_scripts | ||
CMakeLists.txt | ||
README.txt | ||
prj_split.conf | ||
prj_split_privacy.conf |
README.txt
Zephyr test application which uses the simulated boards test hooks. Can be compiled targeting the *_bsim boards. This application will, based on the command line arguments, select one of testcases which are compiled with it.