summaryrefslogtreecommitdiff
path: root/avr/main.c
Commit message (Collapse)AuthorAge
* Add copyright noticeLeo C2014-12-16
|
* Card detect over cs pin: clean initialisation/power upLeo C2014-12-05
|
* System time: Init from rtc on startup, update in timer inerrupt.Leo C2014-12-02
|
* Enable pullups on all gpio pins. cleanupLeo C2014-11-25
|
* Integrate fatfs. Add some sd card test commands.Leo C2014-11-22
|
* working connect command, new sleep commandLeo C2014-10-26
|
* 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
|
* 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
|
* Disable all peripheral functions globally. Enable used functions when needed.Leo C2014-09-17
|
* Use timer2 as 1ms sytem clock (instead timer1).Leo C2014-09-05
|
* $() expansion deleted (only ${}). setenv_ulong(), setenv_hex()Leo C2014-08-31
|
* #define MEMXLeo C2014-08-30
|
* use env var 'baudrate'Leo C2014-08-24
|
* getenv_ulong(), TWI int optLeo C2014-08-24
|
* Add date rtc i2cLeo C2014-08-23
|
* printf() --> printf_P(PSTR())Leo C2014-08-21
|
* Command 'go <startaddr>' works nowLeo C2014-08-18
| | | | Add debug command to display AVR RAM
* Add command saveenvLeo C2014-08-16
| | | | Add debug commands for EEPROM display and copy
* Add commands: loadf, go, reset restarthexrel-1Leo C2014-08-14