summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* 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
| |
| * switch fifos conin,conouthexrel-6.2Leo C2015-06-01
| |
| * 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.
| * | loadi seems to work now.hexrel-5Leo C2015-04-23
| | |
| * | New memory test commands, loadi updates. Needs testingLeo C2015-04-22
| |/ | | | | | | | | | | | | | | - rename loop to mloop - + mloopw - + mtest - + mdc - + mwc
| * Don't expose mmc status flag 'STAT_FAST'. (Module private implemantation detail)hexrel-4.2Leo C2014-12-23
| |
| * Add copyright noticeLeo C2014-12-16
| |
| * Card detect over cs pin. (initial)Leo C2014-12-04
| |
| * switch to avr-libc 1.8.1 time libraryLeo C2014-12-01
| |
| * put weekdays[] in flash, workaround for wrong weekday displayLeo C2014-12-01
| |
| * merge do_fat_read() and do_fat_write() to do_fat_rw()Leo C2014-12-01
| |
| * LFN supportLeo C2014-11-28
| |
* | Enable command line editing and history (CONFIG_CMDLINE_EDITING)Leo C2014-11-26
|/
* dump_ram() parameterLeo C2014-11-25
|
* Timeout for Z180 bus accessLeo C2014-11-25
|
* Move macro SBIT to common.hLeo C2014-11-22
|
* Integrate fatfs. Add some sd card test commands.Leo C2014-11-22
|
* Rename pin.. to gpio..Leo C2014-11-21
|
* Add display offset to dump_mem()Leo C2014-11-21
|
* One dump_mem() for all memory types (avr eeprom and ram, z180 ram)Leo C2014-11-21
|
* working connect command, new sleep commandLeo C2014-10-26
|
* include cleanupLeo C2014-10-23
|
* working host communication, new command: connectLeo C2014-10-23
|
* my_getchar() parameter: allow return without new characterLeo C2014-10-23
|
* Define fifos: msg_tx_fifo, msg_rx_fifoLeo C2014-10-20
|
* Code reorg and cleanupLeo C2014-10-15
|