summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* Recursive cmd_find(), new command table flag: CTBL_RPTLeo C2018-07-21
| | | | | # Conflicts: # avr/cmd_fat.c
* New debug command: dump heapLeo C2018-07-21
|
* Remove xmalloc.c, fix potential 0-pointer derefenrence in cli.c.Leo C2018-07-21
| | | | | # Conflicts: # avr/cli.c
* Find subcommands without prefixLeo C2018-07-21
|
* Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
| | | | | # Conflicts: # avr/env.c
* 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 ↵Leo C2018-07-21
| | | | | | | Parameters/Variables # Conflicts: # avr/cmd_fat.c
* white space changesLeo C2018-07-21
| | | | | # Conflicts: # include/config.h
* Set __malloc_margin, Print free heap commandLeo C2018-07-21
| | | | | # Conflicts: # include/config.h
* 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
| | | | 'fat pwd'.
* 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
| | | | | | | | | | # Conflicts: # fatfs/source/diskio.h # fatfs/source/integer.h # fatfs/src/integer.h # fatfs/src/option/ccsbcs.c # include/avr/ffconf.h # include/integer.h
* Remove STM32 variant (and submodule libopencm3)Leo C2018-04-03
| | | | Make spi_wait() and spi_write() allways inline.
* Adaptions for fatfs R0.12bLeo C2016-09-10
|
* Merge branch 'chan-fatfs' into fatfs-integrationLeo C2016-09-08
| | | | | | | | | # Conflicts: # .gitignore # fatfs/src/diskio.h # fatfs/src/option/ccsbcs.c # include/avr/ffconf.h # include/integer.h
* 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 ↵Leo C2016-06-01
| | | | address)
* attach/detach working (minus options)Leo C2016-05-30
|
* Increase max. # of command line args to 20 and max. # of environment ↵Leo C2016-05-30
| | | | variables to 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 ↵Leo C2016-05-26
| | | | | | number for image file mapping. Back out short read patch as it is no longer needed.
* MAX_DRIVE, BLOCK_SIZE --> config.h; Check if access is beyond CP/M disk ↵Leo C2016-05-26
| | | | image size.
* 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
| | | | CONFIG_CMDLINE_EDITING and the non-history-buffer code.
* 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 ↵Leo C2016-04-15
| | | | timer 4 for timeouts.
* New function: getenv_yesno()Leo C2016-04-15
| | | | Get boolean value (0/f/n or 1/t/y) of environment variable.
* Handle bus errors in md commandLeo C2016-03-23
|
* Rename getenv() to getenv_char()Leo C2016-03-21
| | | | getenv() is declared in some avr-libc versions.
* Merge branch 'master' into cmdline_editLeo C2015-06-11
|\
| * loadcpm3 for new memory mapLeo C2015-06-09
| |
| * connect command 'esc \' enhancement, new 'esc :' subcommandLeo C2015-06-06
| |
| * esc_char environment variableLeo C2015-06-06
| |
| * Server: Time and Date supporthexrel-6.3Leo C2015-06-03
| |