index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
cli.h
Age
Commit message (
Expand
)
Author
2023-10-11
cli: Add a function to set up a new cread
Simon Glass
2023-10-11
cli: Allow command completion to be disabled
Simon Glass
2023-10-11
cli: Allow history to be disabled
Simon Glass
2023-10-11
cli: Create a function to process characters
Simon Glass
2023-10-11
cli: Convert cread_line() to use a struct for the main vars
Simon Glass
2023-10-11
cli: Add a command to show cmdline history
Simon Glass
2023-03-28
cli: Correct handling of invalid escape sequences in cread_line()
Simon Glass
2023-01-16
menu: Make use of CLI character processing
Simon Glass
2023-01-16
cli: Move readline character-processing to a state machine
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2020-12-04
cli: Support macro processing with a fixed-size buffer
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2014-08-21
cli: Export cli_simple_process_macros for use outside of cli_simple
Hans de Goede
2014-05-29
main: Make the execution path a little clearer in main.c
Simon Glass
2014-05-29
main: Hide the hush/simple details inside cli.c
Simon Glass
2014-05-29
Rename bootretry functions and remove #ifdefs
Simon Glass
2014-05-29
Add cli_ prefix to readline functions
Simon Glass
2014-05-29
Split out simple parser and readline into separate files
Simon Glass
2014-05-29
move CLI prototypes to cli.h and add comments
Simon Glass