Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Automatically register boards | P. J. McDermott | 2015-10-27 | 3 | -0/+23 |
| | |||||
* | select_board(): Rework into a find_board() stub | P. J. McDermott | 2015-10-27 | 1 | -2/+4 |
| | |||||
* | board/x200: Split into x200_4mb and x200_8mb | P. J. McDermott | 2015-10-27 | 3 | -37/+42 |
| | |||||
* | Add board information code | P. J. McDermott | 2015-10-27 | 4 | -0/+88 |
| | |||||
* | ui: Add UI init, exit, and resume functions | P. J. McDermott | 2015-10-27 | 2 | -1/+18 |
| | | | | Will be used with TUI. | ||||
* | src/main.sh: Add "set -u" | P. J. McDermott | 2015-10-27 | 1 | -0/+2 |
| | |||||
* | main(): Use show_menu() | P. J. McDermott | 2015-10-27 | 1 | -1/+14 |
| | |||||
* | cli_show_menu(): New function | P. J. McDermott | 2015-10-27 | 1 | -0/+37 |
| | |||||
* | ui/cli: Write warnings and errors to stderr | P. J. McDermott | 2015-10-27 | 2 | -9/+9 |
| | | | | Also put dbg() before other functions. | ||||
* | Validate UI option | P. J. McDermott | 2015-10-27 | 2 | -1/+12 |
| | |||||
* | src/main.sh: Add option parsing | P. J. McDermott | 2015-10-27 | 1 | -1/+56 |
| | |||||
* | Add UI support | P. J. McDermott | 2015-10-27 | 6 | -6/+100 |
| | | | | Also remove src/foo.sh. | ||||
* | Add example source files | P. J. McDermott | 2015-10-27 | 3 | -0/+11 |