summaryrefslogtreecommitdiff
path: root/avr/main.c
Commit message (Expand)AuthorAge
* Rename getenv_char() --> getenv_str()Leo C2016-06-17
* loadcpm3(): set environment variable 'cpm3_scb' with base of scb (physical ad...Leo C2016-06-01
* version in start messageMarcel2016-05-25
* 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 timer...Leo C2016-04-15
* Rename getenv() to getenv_char()Leo C2016-03-21
* Add build configuration for ATmega2561Leo C2016-03-21
* Merge branch 'test-fboot-support'Leo C2015-05-18
|\
| * Support for Peter Danneggers fboot.Leo C2015-01-21
* | fatfs f_mount now allways done globally at start upLeo C2015-05-15
|/
* 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 command saveenvLeo C2014-08-16
* Add commands: loadf, go, reset restarthexrel-1Leo C2014-08-14