summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/rtc.c (follow)
Commit message (Collapse)AuthorAge
* Silence warningsMarcin Bukat2018-06-12
| | | | Change-Id: Ied5ad7d3c193427892b681f95b44fcac5af0e16e
* Agptek Rocker: Fix saving time in hwclockMarcin Bukat2018-06-12
| | | | | | | Rocker is configured with CST (China Standard Time) timezone which is UTC+8. Time in RTC is stored in UTC. Change-Id: Ib9c03e0f0a1d3ea3a69f238cb083809ea9386e2a
* Agptek Rocker: Implement RTC supportMarcin Bukat2018-06-12
| | | | | | | | | | Add define in config file to enable RTC support in rockbox, Fix time_menu.c to include radio.h only when tuner is present Implement time setting function on linux (was empty stub) Not tested. Change-Id: I40e6c4a6c1b66ada9cf4e698e502e221d0fc44df
* Return -1 for not implemented RTC functions.Thomas Martitz2011-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29546 a1c6a512-1295-4272-9138-f99709370657
* RaaA: Add RTC supportThomas Jarosch2011-03-08
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29544 a1c6a512-1295-4272-9138-f99709370657