[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Real Time Clock
- Date: Mon, 11 May 2009 13:37:12 +0200
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: Real Time Clock
Joel Sherrill wrote:
> Sebastian Huber wrote:
>> Hi,
>>
>> I tried to write a shell command to read and set the real time clock (RTC).
>> Unfortunately this is currently impossible to achieve within the cpukit. One
>> solution would be to extend the default RTC driver interface in
>> cpukit/libcsupport/include/rtc.h:
> I don't have a problem with adding some more standard interfaces
> to the driver. It should be possible to do it in a way that doesn't
> impact any existing BSP or application.
I am not excited to see yet another proprietary method being proposed
related to timers.
Instead, we should implement POSIX conformant calls with a appropriate
syscalls underneath.
Ralf
- Follow-Ups:
- Real Time Clock
- From: Thomas.Doerfler at embedded-brains.de (Thomas Doerfler)