Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George | |
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way. | |||
2017-01-22 | zephyr: Convert to use builtin help function. | Damien George | |
2017-01-20 | zephyr/help: Update n_args param type to size_t. | Paul Sokolovsky | |
2016-10-12 | zephyr: Implement the help() function. | Daniel Thompson | |
The boot issue text mentions a help() function and encourages the user to run it. It is very disconcerting to find that the function does not exist... Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org> |