summaryrefslogtreecommitdiff
path: root/avr/cmd_date.c
Commit message (Collapse)AuthorAge
* cmd_attach.c, cmd_boot.c, cmd_loadcpm3.c: use cmd_error()Leo C2018-09-04
|
* Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
| | | | | # Conflicts: # avr/env.c
* commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for ↵Leo C2018-07-21
| | | | | | | Parameters/Variables # Conflicts: # avr/cmd_fat.c
* RTC: Handle turn of the year correctly, detect uninitialized RTC (loss of VBAT)Leo C2016-01-26
|
* Add copyright noticeLeo C2014-12-16
|
* switch to avr-libc 1.8.1 time libraryLeo C2014-12-01
|
* put weekdays[] in flash, workaround for wrong weekday displayLeo C2014-12-01
|
* include cleanupLeo C2014-10-23
|
* use env var 'baudrate'Leo C2014-08-24
|
* Add date rtc i2cLeo C2014-08-23