summaryrefslogtreecommitdiff
path: root/avr/Tupfile
Commit message (Collapse)AuthorAge
* New command(s): attach (and detach) - not fully working.Leo C2016-05-30
|
* new command: source - run commands from a fileLeo C2016-05-25
|
* Add build configuration for ATmega2561Leo C2016-03-21
|
* Server: Time and Date supporthexrel-6.3Leo C2015-06-03
|
* New command 'loadcpm3' - load 'CPM3.SYS' file. setenv() bugfixLeo C2015-05-06
| | | | Arg 1 of function setenv() is a __MEMX pointer on AVR.
* Rename ihex.c to cmd_loadihex.cLeo C2015-04-22
|
* Add command loadi (load intel hex file)Leo C2015-04-18
|
* 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
|
* LFN supportLeo C2014-11-28
|
* Add fat commands: fatstat, fatls, fatload, fatwriteLeo C2014-11-26
|
* Rename pin.. to gpio..Leo C2014-11-21
|
* include cleanupLeo C2014-10-23
|
* Code reorg and cleanupLeo C2014-10-15
|
* pin command: pin groups work nowhexrel-3Leo C2014-10-14
|
* pin command, add user configurable i/o pinsLeo C2014-10-14
|
* i2c.cLeo C2014-08-26
|
* use env var 'baudrate'Leo C2014-08-24
|
* Add date rtc i2cLeo C2014-08-23
|
* Create include directoryLeo C2014-08-21
|
* enum command_ret_t --> typedefLeo C2014-08-20
|
* Debugging code moved to debug.cLeo C2014-08-16
|
* 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
* New U-Boot like AVR main program.Leo C2014-08-12
| | | | | Uses U-Boot source code taken from: git://git.denx.de/u-boot.git
* First real hardware test.Leo C2014-07-27
|
* Revert "Refactro Tupfiles"Leo C2014-07-11
| | | | This reverts commit cda2107f6e52a3e131502a6ec318ac3f216ac186.
* Refactor TupfilesLeo C2014-07-11
|
* TupfileLeo C2014-07-03
|
* New build system: tupLeo C2014-07-02