zephyr/arch/posix
Alberto Escolar Piedras f004e0475e native: added more proper command line parameters parsing
Added a basic command line parameter parsing framework

Added the following options by now:
--stop-at=<time>: Auto-stop after <time> seconds
--seed=<seed>   : random seed for entropy device
--testargs      : any argument that follows is ignored in top level
                  and made available thru
                  native_get_test_cmd_line_args()

All command line parameters are still avaliable by calling
native_get_cmd_line_args(), but now you can also call
native_get_test_cmd_line_args() to get whatever was set after
--testargs

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-02-23 07:33:11 -05:00
..
core kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
include native: added more proper command line parameters parsing 2018-02-23 07:33:11 -05:00
soc kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
CMakeLists.txt native: ignore format-truncation warnings (REVERTME) 2018-01-25 04:45:35 +05:30
Kconfig native: arch: added recommended stack size config 2018-02-02 07:48:46 -08:00