summaryrefslogtreecommitdiff
path: root/avr/main.c
Commit message (Collapse)AuthorAge
* rewrite of cmd_cpu/do_cpu_freqLeo C.9 days
|
* Refactor makefilesLeo C2019-05-30
|
* bit operation optimizingLeo C2018-10-01
|
* xx commands: measure cpu freq, test bus cyclesLeo C2018-09-12
|
* move sys timer setup from main to timer.cLeo C2018-09-08
|
* Reduce static RAM usageLeo C2018-08-20
|
* Set __malloc_margin, Print free heap commandLeo C2018-07-21
| | | | | # Conflicts: # include/config.h
* fat commands are now subcommands of a single fat command. Added 'fat cd' and ↵Leo C2018-07-21
| | | | 'fat pwd'.
* Rename getenv_char() --> getenv_str()Leo C2016-06-17
|
* loadcpm3(): set environment variable 'cpm3_scb' with base of scb (physical ↵Leo C2016-06-01
| | | | address)
* 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 ↵Leo C2016-04-15
| | | | timer 4 for timeouts.
* Rename getenv() to getenv_char()Leo C2016-03-21
| | | | getenv() is declared in some avr-libc versions.
* 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 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