aboutsummaryrefslogtreecommitdiff
path: root/include/cli.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-11cli: Add a function to set up a new creadSimon Glass1-1/+16
2023-10-11cli: Allow command completion to be disabledSimon Glass1-0/+2
2023-10-11cli: Allow history to be disabledSimon Glass1-0/+2
2023-10-11cli: Create a function to process charactersSimon Glass1-0/+15
2023-10-11cli: Convert cread_line() to use a struct for the main varsSimon Glass1-0/+14
2023-10-11cli: Add a command to show cmdline historySimon Glass1-0/+3
2023-03-28cli: Correct handling of invalid escape sequences in cread_line()WIP/2023-03-28-correct-several-cli_getch-bugsSimon Glass1-2/+2
2023-01-16menu: Make use of CLI character processingSimon Glass1-1/+3
2023-01-16cli: Move readline character-processing to a state machineSimon Glass1-0/+72
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-7/+7
2020-12-04cli: Support macro processing with a fixed-size bufferSimon Glass1-1/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2014-08-21cli: Export cli_simple_process_macros for use outside of cli_simpleHans de Goede1-0/+8
2014-05-29main: Make the execution path a little clearer in main.cSimon Glass1-0/+33
2014-05-29main: Hide the hush/simple details inside cli.cSimon Glass1-1/+12
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass1-3/+0
2014-05-29Add cli_ prefix to readline functionsSimon Glass1-3/+4
2014-05-29Split out simple parser and readline into separate filesSimon Glass1-0/+5
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass1-0/+102