summaryrefslogtreecommitdiff
path: root/avr/z180-serv.c
Commit message (Collapse)AuthorAge
* clean up includesLeo C.3 days
|
* Remove compiler warningsLeo C2019-05-30
|
* cmd_attach.c, cmd_boot.c, cmd_loadcpm3.c: use cmd_error()Leo C2018-09-04
|
* Reduce static RAM usageLeo C2018-08-20
|
* avr/z180-serv.c: Workaround for GCC bug PR61443Leo C2016-08-25
|
* Additional Codes for HOME and END key.Leo C2016-07-14
|
* Z180 parameter checksLeo C2016-06-13
|
* overhaul CP/M drive logging/debuggingLeo C2016-06-10
|
* "Enhance" CP/M drive loginLeo C2016-06-10
|
* Version 0.6.7.1Leo C2016-06-01
|
* Implement media change flagLeo C2016-06-01
|
* dsk debug option (unfinished)Leo C2016-05-31
|
* attach option: ro; do_msg_cpm_rw(): check statusLeo C2016-05-31
|
* attach/detach working (minus options)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 ↵Leo C2016-05-26
| | | | | | number for image file mapping. Back out short read patch as it is no longer needed.
* 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.
* Enable 8 drives on sd cardshexrel-6.6.1Leo C2016-05-20
|
* Rename getenv() to getenv_char()Leo C2016-03-21
| | | | getenv() is declared in some avr-libc versions.
* RTC: Handle turn of the year correctly, detect uninitialized RTC (loss of VBAT)Leo C2016-01-26
|
* message buffer init changes. cp/m r/w for new memory mapLeo C2015-06-09
|
* 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
|
* debug_cpmsd macroLeo C2015-05-18
|
* workaround for bank/common border crossing problem. Initial multi sector ↵Leo C2015-05-17
| | | | transfer.
* set MAX_DRIVE (number of CP/M disks) from 2 to 4Leo C2015-05-16
|
* fatfs f_mount now allways done globally at start upLeo C2015-05-15
|
* Add CP/M 3 file i/o (initial version)Leo C2015-05-14
|
* phys. address 0x00040 points to fifo_listLeo C2015-05-11
|
* Server: add echo command and responseLeo C2015-05-10
|
* Add copyright noticeLeo C2014-12-16
|
* Enable pullups on all gpio pins. cleanupLeo C2014-11-25
|
* Change message start token from 0x81 to 0xAELeo C2014-11-17
|
* working connect command, new sleep commandLeo C2014-10-26
|
* include cleanupLeo C2014-10-23
|
* working host communication, new command: connectLeo C2014-10-23
|
* Define fifos: msg_tx_fifo, msg_rx_fifoLeo C2014-10-20
|
* Rework z80 bus controlLeo C2014-08-19
|
* Command 'go <startaddr>' works nowLeo C2014-08-18
| | | | Add debug command to display AVR RAM
* Add commands: loadf, go, reset restarthexrel-1Leo C2014-08-14
|
* Add memory commands (cmp, cp, md, mm, mw, nm)Leo C2014-08-13
Add kind of scheduler for background tasks