summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/agptekrocker.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2019-01-31 11:05:13 -0500
committerSolomon Peachy <pizza@shaftnet.org>2020-04-11 12:07:47 -0400
commit2ad6c3438e53ddaa80c0aa43e995376495ce1a77 (patch)
tree59ad8ef0c9425a4088a0808a475af888a69bdc6b /firmware/export/config/agptekrocker.h
parent6984a7ce1535422891ce4de57070cc55a486d352 (diff)
downloadrockbox-2ad6c3438e53ddaa80c0aa43e995376495ce1a77.tar.gz
rockbox-2ad6c3438e53ddaa80c0aa43e995376495ce1a77.zip
RTC: Add stub support RTC alarms on hosted targets
No targets are enabled, but the hosted Hiby-based targets could have this feature enabled if they weren't so buggy: * No generic way to determine wakeup reason under Linux * No generic way to be asynchronously notified if the alarm is triggered when we're already awake * Shutting down may clobber RTC wakeup (driver/etc dependent) * Rocker's kernel's RTC driver has some 24h clock and timezone-related issues. So, the infrastructure is arguably useful, but the only applicable hardware I have is pathologically brain-dead. Change-Id: Ie1aa38e72b831c8a0695ff684f260e514eef9710
Diffstat (limited to 'firmware/export/config/agptekrocker.h')
-rw-r--r--firmware/export/config/agptekrocker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/agptekrocker.h b/firmware/export/config/agptekrocker.h
index 6b012730c0..a943ff4273 100644
--- a/firmware/export/config/agptekrocker.h
+++ b/firmware/export/config/agptekrocker.h
@@ -67,7 +67,7 @@
#define CONFIG_RTC APPLICATION
/* Define if the device can wake from an RTC alarm */
-#define HAVE_RTC_ALARM
+//#define HAVE_RTC_ALARM
/* The number of bytes reserved for loadable codecs */
#define CODEC_SIZE 0x80000