Re: [avr-libc-dev] A few questions

2013-04-21 Thread Weddington, Eric
; To: avr-libc-dev@nongnu.org > Subject: Re: [avr-libc-dev] A few questions > > As Michael Rice wrote: > > > If there are no objections, I will change set_system_time( struct tm > > *) into set_system_time(time_t) > > Your reasoning makes sense. As there's

Re: [avr-libc-dev] A few questions

2013-04-20 Thread Joerg Wunsch
As Michael Rice wrote: > If there are no objections, I will change set_system_time( struct tm > *) into set_system_time(time_t) Your reasoning makes sense. As there's no released version of the time (sub)library in avr-libc yet, we don't have to care much for backwards compatibility, so right no

[avr-libc-dev] A few questions

2013-04-20 Thread Michael Rice
During a discussion about setting the system time from NTP, a couple of things came up which make me want to make some changes. It seems more 'natural' to alter set_system_time() to... void set_system_time(time_t); If setting from a calendar type RTC,