summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Multidrive support for mmc.c (1. step)Leo C2014-11-22
|
* Move macro SBIT to common.hLeo C2014-11-22
|
* cleanupLeo 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
|
* Merge tag 'fatfs-0.10c'Leo C2014-11-17
|\ | | | | | | Import fatfs R0.10c
| * Import fatfs R0.10cfatfs-0.10cLeo C2014-11-17
| |
* | Change message start token from 0x81 to 0xAELeo C2014-11-17
| |
* | CP/M 3 compatible character i/o handlingLeo C2014-10-28
| |
* | working connect command, new sleep commandLeo C2014-10-26
| |
* | include cleanupLeo C2014-10-23
| |
* | working host communication, new command: connectLeo C2014-10-23
| |
* | new fifos msg in, msg out, console in, console outLeo 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
| |
* | Merge branch 'master' into hostcomm_avrLeo C2014-10-16
|\ \
| * | Code reorg and cleanupLeo C2014-10-15
| | |
| * | Add pin_aliasLeo C2014-10-15
| | |
| * | pin command: pin groups work nowhexrel-3Leo C2014-10-14
| | |
| * | pin command, add user configurable i/o pinsLeo C2014-10-14
| | |
* | | not workingLeo C2014-10-03
|/ /
* | Disable all peripheral functions globally. Enable used functions when needed.Leo C2014-09-17
| |
* | Programmable Z180 clock, clock commandhexrel-2Leo C2014-09-08
| |
* | User Timer1 as Z180 ClockLeo C2014-09-05
| |
* | Use timer2 as 1ms sytem clock (instead timer1).Leo C2014-09-05
| |
* | User Timer0 as Z180 ClockLeo C2014-09-05
| |
* | Enable X2 Clock Multiplier, disable Clock DividerLeo C2014-09-05
| |
* | envlist_search: eliminate temp bufferLeo C2014-09-02
| |
* | process_macros: reduce heap usage and fragmentationLeo C2014-09-02
| |
* | $() expansion deleted (only ${}). setenv_ulong(), setenv_hex()Leo C2014-08-31
| |
* | env in ramLeo C2014-08-30
| |
* | defaultenv (doesn't work)Leo C2014-08-30
| |
* | #define MEMXLeo C2014-08-30
| |
* | envlist_searchLeo C2014-08-30
| |
* | initial __memx declarationsLeo C2014-08-30
| | | | | | | | Signed-off-by: Leo C <erbl259-lmu@yahoo.de>
* | help cmd: fix column alignmentLeo C2014-08-30
| |
* | i2c.cLeo C2014-08-26
| |
* | use env var 'baudrate'Leo C2014-08-24
| |