mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Change the RTC drivers so that the rtc_(read|write)_datetime functions now deal directly with the tm struct instead of passing a string of bcd digits to/from (set|get)_time . This simplifies drivers for rtc's that do not use a bcd representation internally and cleans up some target specific code and #ifdefs in generic code. Implement simple stubs for the sim to avoid #ifdefing for that too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22839 a1c6a512-1295-4272-9138-f99709370657 |
||
|---|---|---|
| .. | ||
| sys | ||
| _ansi.h | ||
| assert.h | ||
| crc32-mi4.h | ||
| crc32.h | ||
| ctype.h | ||
| dbgcheck.h | ||
| dir.h | ||
| dir_uncached.h | ||
| dircache.h | ||
| errno.h | ||
| file.h | ||
| font_cache.h | ||
| inttypes.h | ||
| lru.h | ||
| malloc.h | ||
| math.h | ||
| memory.h | ||
| rbunicode.h | ||
| sprintf.h | ||
| sscanf.h | ||
| stdio.h | ||
| stdlib.h | ||
| string.h | ||
| strnatcmp.h | ||
| time.h | ||
| timefuncs.h | ||