summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add CP/M 3 file i/o (initial version)Leo C2015-05-14
* typoLeo C2015-05-11
* phys. address 0x00040 points to fifo_listLeo C2015-05-11
* Add unique id to fifosLeo C2015-05-10
* Server: add echo command and responseLeo C2015-05-10
* command 'help <topic>' should return successLeo C2015-05-08
* connect command: check serial input, even if Z180 sends really fast.Leo C2015-05-08
* New command 'loadcpm3' - load 'CPM3.SYS' file. setenv() bugfixLeo C2015-05-06
* Z180 banking updatesLeo C2015-05-05
* loadi cosmetic changesLeo C2015-05-05
* Simplify Console I/O. Switch back to IOBYTE.Leo C2015-05-01
* Add polling driver for ASCI0/1Leo C2015-05-01
* Rename file "ser1-i.180" to "asci1-i.180" (Interrupt driver for ASCI1)Leo C2015-04-30
* Remove memory test and bank manager.Leo C2015-04-30
* Continue IntegrationLeo C2015-04-29
* Integrate changes from z80-support branchLeo C2015-04-28
* intel hex: flush input buffer after loadingLeo C2015-04-28
* loadi seems to work now.hexrel-5Leo C2015-04-23
* Rename ihex.c to cmd_loadihex.cLeo C2015-04-22
* New memory test commands, loadi updates. Needs testingLeo C2015-04-22
* ihex.c fix memory allocLeo C2015-04-18
* Add command loadi (load intel hex file)Leo C2015-04-18
* cli_readline_into_buffer: remove unneeded buf[]Leo C2015-01-21
* Don't wait forever, if memfifo for console out is not initialized.Leo C2015-01-15
* Don't expose mmc status flag 'STAT_FAST'. (Module private implemantation detail)hexrel-4.2Leo C2014-12-23
* Correct command date help. command has no reset argument.Leo C2014-12-23
* SD slot 0: Enable card detectionhexrel-4.1Leo C2014-12-21
* Remove obsolete debug codehexrel-4Leo C2014-12-18
* Add copyright noticeLeo C2014-12-16
* Card detect over cs pin: clean initialisation/power upLeo C2014-12-05
* Card detect over cs pin. (works mostly)Leo C2014-12-04
* Card detect over cs pin. (initial)Leo C2014-12-04
* Put static work area on heap. LFN buffer not needed for stat functionLeo C2014-12-03
* Put unicode tables in flashLeo C2014-12-03
* Make do_fat_stat() and do_fat_ls() interruptibleLeo C2014-12-03
* Merge branch 'master' into timelibLeo C2014-12-02
|\
| * Merge branch 'cli-quote'Leo C2014-12-02
| |\
| | * Improved command line quotingLeo C2014-11-29
* | | Add get_fattime(), move buffers from stack to heapLeo C2014-12-02
* | | System time: Init from rtc on startup, update in timer inerrupt.Leo C2014-12-02
* | | 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
* Add fat commands: fatstat, fatls, fatload, fatwriteLeo C2014-11-26
* dump_ram() parameterLeo C2014-11-25
* Sd card commands: read sector, write sectorLeo C2014-11-25
* Timeout for Z180 bus accessLeo C2014-11-25
* Enable pullups on all gpio pins. cleanupLeo C2014-11-25
* Multidrive support for mmc.c (working)Leo C2014-11-23