summaryrefslogtreecommitdiff
path: root/include/config.h
Commit message (Collapse)AuthorAge
* 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)
* Increase max. # of command line args to 20 and max. # of environment ↵Leo C2016-05-30
| | | | variables to 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
|
* 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.
* Init ports for single step logic on ECB adapter. Use timer 5 instead of ↵Leo C2016-04-15
| | | | timer 4 for timeouts.
* Merge branch 'master' into cmdline_editLeo C2015-06-11
|\
| * loadcpm3 for new memory mapLeo C2015-06-09
| |
| * esc_char environment variableLeo C2015-06-06
| |
| * f_sync only, when timout (currently 1s) after last write operation.hexrel-6Leo C2015-05-21
| |
| * Merge branch 'test-fboot-support'Leo C2015-05-18
| |\
| | * Support for Peter Danneggers fboot.Leo C2015-01-21
| | |
| * | New command 'loadcpm3' - load 'CPM3.SYS' file. setenv() bugfixLeo C2015-05-06
| | | | | | | | | | | | Arg 1 of function setenv() is a __MEMX pointer on AVR.
| * | New memory test commands, loadi updates. Needs testingLeo C2015-04-22
| |/ | | | | | | | | | | | | | | - rename loop to mloop - + mloopw - + mtest - + mdc - + mwc
| * Add copyright noticeLeo C2014-12-16
| |
| * put weekdays[] in flash, workaround for wrong weekday displayLeo C2014-12-01
| |
* | Enable command line editing and history (CONFIG_CMDLINE_EDITING)Leo C2014-11-26
|/
* working host communication, new command: connectLeo C2014-10-23
|
* Add pin_aliasLeo C2014-10-15
|
* help cmd: fix column alignmentLeo C2014-08-30
|
* use env var 'baudrate'Leo C2014-08-24
|
* getenv_ulong(), TWI int optLeo C2014-08-24
|
* Add date rtc i2cLeo C2014-08-23
|
* Create include directoryLeo C2014-08-21