summaryrefslogtreecommitdiff
path: root/avr
Commit message (Collapse)AuthorAge
...
* One dump_mem() for all memory types (avr eeprom and ram, z180 ram)Leo C2014-11-21
|
* Change message start token from 0x81 to 0xAELeo C2014-11-17
|
* working connect command, new sleep commandLeo C2014-10-26
|
* include cleanupLeo C2014-10-23
|
* 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
|
* 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
|
* 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
|
* getenv_ulong(), TWI int optLeo C2014-08-24
|
* Add date rtc i2cLeo C2014-08-23
|
* Create include directoryLeo C2014-08-21
|
* Autocomplete, long way to go...Leo C2014-08-21
|
* printf() --> printf_P(PSTR())Leo C2014-08-21
|
* enum command_ret_t --> typedefLeo C2014-08-20
|
* Rework z80 bus controlLeo C2014-08-19
|
* Command 'go <startaddr>' works nowLeo C2014-08-18
| | | | Add debug command to display AVR RAM
* env.c cleanupLeo C2014-08-16
|
* Debugging code moved to debug.cLeo C2014-08-16
|
* Add command saveenvLeo C2014-08-16
| | | | Add debug commands for EEPROM display and copy
* 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
|
* Remove flow control, factor out ring bufferLeo C2014-07-27
|
* Revert "Refactro Tupfiles"Leo C2014-07-11
| | | | This reverts commit cda2107f6e52a3e131502a6ec318ac3f216ac186.
* Refactor TupfilesLeo C2014-07-11
|
* TupfileLeo C2014-07-03
|
* New sub dir: avr.Leo C2014-07-02
|
* New build system: tupLeo C2014-07-02