zephyr/arch
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
..
arc arch: arc: apply the new thread stack layout 2018-02-16 12:20:16 +01:00
arm arch: refactor the SAM0 SoC fixups into a SoC-level file. 2018-02-21 16:03:10 -06:00
common drivers/interrupt_controller: Introduce multi-level interrupt support 2018-02-06 22:39:05 -05:00
nios2 nios2: Add include for _check_stack_sentinel() 2018-02-16 10:44:29 -05:00
posix native: added more proper command line parameters parsing 2018-02-23 07:33:11 -05:00
riscv32 kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
x86 kernel: Add kswap.h header to unbreak cycles 2018-02-16 10:44:29 -05:00
xtensa doc: fix misspellings in XTENSA Kconfig 2018-02-22 15:28:04 -05:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00