summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Print prefix of subcommandsLeo C2018-07-29
* Fix help, env subcommandsLeo C2018-07-28
* Enable execution of individual sub commands on top levelLeo C2018-07-28
* _USE_LABEL --> FF_USE_LABELLeo C2018-07-22
* Recursive cmd_find(), new command table flag: CTBL_RPTLeo C2018-07-21
* New debug command: dump heapLeo C2018-07-21
* Remove xmalloc.c, fix potential 0-pointer derefenrence in cli.c.Leo C2018-07-21
* Find subcommands without prefixLeo C2018-07-21
* Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
* Global helpLeo C2018-07-21
* Call subcommands from main command processorLeo C2018-07-21
* commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for Parameter...Leo C2018-07-21
* white space changesLeo C2018-07-21
* Set __malloc_margin, Print free heap commandLeo C2018-07-21
* ENV_HOME macro. 'fat help' command table entryLeo C2018-07-21
* fat commands are now subcommands of a single fat command. Added 'fat cd' and ...Leo C2018-07-21
* Move command line history from heap to a fixed-sized char arrayLeo C2018-07-21
* Version 0.6.8.3hexrel-6.8.3Leo C2018-06-29
* Adaptions for fatfs R0.13bLeo C2018-05-28
* Merge branch 'chan-fatfs' into fatfs-integrationLeo C2018-05-28
* Remove STM32 variant (and submodule libopencm3)Leo C2018-04-03
* Adaptions for fatfs R0.12bLeo C2016-09-10
* Merge branch 'chan-fatfs' into fatfs-integrationLeo C2016-09-08
* Version 0.6.8.2hexrel-6.8.2Leo C2016-08-30
* PromptLeo C2016-08-29
* Set GCC_BUG_61443 macro automatically for the affected GCC versions.Leo C2016-08-25
* Version 0.6.8.1hexrel-6.8.1Leo C2016-06-21
* Enable expression evaluation for numeric command line argsLeo C2016-06-21
* Rename getenv_char() --> getenv_str()Leo C2016-06-17
* Code clean upLeo C2016-06-17
* Linked list for history bufferLeo C2016-06-17
* Bump version number to 0.6.8hexrel-6.8Leo C2016-06-11
* Version 0.6.7.1Leo C2016-06-01
* loadcpm3(): set environment variable 'cpm3_scb' with base of scb (physical ad...Leo C2016-06-01
* attach/detach working (minus options)Leo C2016-05-30
* Increase max. # of command line args to 20 and max. # of environment variable...Leo C2016-05-30
* New command(s): attach (and detach) - not fully working.Leo C2016-05-30
* Expand image file die disk size in cp/m login function. Use relative drive nu...Leo C2016-05-26
* MAX_DRIVE, BLOCK_SIZE --> config.h; Check if access is beyond CP/M disk image...Leo C2016-05-26
* version in start messageMarcel2016-05-25
* new command: source - run commands from a fileLeo C2016-05-25
* Get common_base from cpm3.sys file. Update default environment (BOOTCMD)hexrel-6.6Leo C2016-05-17
* Store only command line input in history buffer, but not data (i.e mm command)Leo C2016-04-22
* Enable commandline editing with history buffer parmanently, and remove macro ...Leo C2016-04-22
* Use timer 4 instead of 3 for systick (1ms).Leo C2016-04-15
* Init ports for single step logic on ECB adapter. Use timer 5 instead of timer...Leo C2016-04-15
* New function: getenv_yesno()Leo C2016-04-15
* Handle bus errors in md commandLeo C2016-03-23
* Rename getenv() to getenv_char()Leo C2016-03-21
* Merge branch 'master' into cmdline_editLeo C2015-06-11
|\