c8b87d76eb
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 |
||
---|---|---|
.. | ||
player_icons | ||
backlight-sim.c | ||
backlight-sim.h | ||
fmradio.c | ||
font-player.c | ||
font-player.h | ||
io.c | ||
lcd-common.c | ||
lcd-playersim.c | ||
lcd-playersim.h | ||
Makefile | ||
powermgmt-sim.c | ||
README | ||
sim_icons.c | ||
sim_tasks.c | ||
sim_tasks.h | ||
sound.h | ||
SOURCES | ||
stubs.c |
__________ __ ___. Open \______ \ ____ ____ | | _\_ |__ _______ ___ Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ \/ \/ \/ \/ \/ This directory is for code that is shared between all versions of the simulator, but is not needed for the target device.