summaryrefslogtreecommitdiff
path: root/avr
Commit message (Collapse)AuthorAge
* check for short reads. return 512 0-bytes and no error.Leo C2016-05-26
|
* 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
|
* Allow comments on command lines. Comment token is '#' .Leo C2016-05-25
|
* new command: source - run commands from a fileLeo C2016-05-25
|
* mw command: add word and longword optionsLeo C2016-05-23
|
* correct fatwrite docuMarcel2016-05-23
|
* edit z80-if.cLeo C2016-05-22
|
* Enable 8 drives on sd cardshexrel-6.6.1Leo C2016-05-20
|
* 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.
* Remove redundant hist_init()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 ↵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.
* Bufix mstep command: take the right arg for parameter count.Leo C2016-04-15
|
* Handle bus errors in md commandLeo C2016-03-23
|
* Bugfix z80_addrbus_set_tristate()Leo C2016-03-22
|
* Rename getenv() to getenv_char()Leo C2016-03-21
| | | | getenv() is declared in some avr-libc versions.
* Add build configuration for ATmega2561Leo C2016-03-21
|
* RTC: Handle turn of the year correctly, detect uninitialized RTC (loss of VBAT)Leo C2016-01-26
|
* cli.c: bugfix in cli_parse_line(): correct nargsLeo C2015-10-23
|
* Add END key to cread_line()hexrel-6.5Leo C2015-09-04
|
* Merge branch 'cmdline_edit'Leo C2015-09-04
|\
| * mmc card select/detect changes and bug fixes.Leo C2015-09-04
| | | | | | | | Make access to socket[drv].stat atomic.
| * card1-detect-pin enabledLeo C2015-08-27
| |
| * command line historyLeo C2015-06-13
| |
| * Merge branch 'master' into cmdline_edithexrel-6.4Leo C2015-06-12
| |\
| * \ Merge branch 'master' into cmdline_editLeo C2015-06-12
| |\ \
| | * | change common base from C000 to F000. loadcpm3 bugfixesLeo C2015-06-12
| | | |
| * | | Merge branch 'master' into cmdline_editLeo C2015-06-11
| |\| |
| * | | VT100/ANSI parserLeo C2015-06-11
| | | |
| * | | command line editing generally worksLeo C2014-11-26
| | | |
| * | | Enable command line editing and history (CONFIG_CMDLINE_EDITING)Leo C2014-11-26
| | | |
* | | | edit loadcpm3 help textLeo C2015-06-12
| |_|/ |/| |
* | | change common base from C000 to F000. loadcpm3 bugfixesLeo C2015-06-12
| |/ |/|
* | loadcpm3 for new memory mapLeo C2015-06-09
| |
* | message buffer init changes. cp/m r/w for new memory mapLeo C2015-06-09
| |
* | connect command 'esc \' enhancement, new 'esc :' subcommandLeo C2015-06-06
| |
* | esc_char environment variableLeo C2015-06-06
| |
* | change message buffer initializationLeo C2015-06-05
| |
* | delete unused function z80_get_byte()Leo C2015-06-04
| |
* | bugfix integer promotion. increase size of message fifos to 64Leo C2015-06-03
| |
* | Server: Time and Date supporthexrel-6.3Leo C2015-06-03
| |
* | switch fifos conin,conouthexrel-6.2Leo C2015-06-01
| |
* | return timestamp diffLeo C2015-05-30
| |
* | Server: get_time command/responsehexrel-6.1Leo C2015-05-28
| |
* | 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
|\ \