zephyr/drivers
Erwan Gouriou a5cb920227 driver/counter: rtc_stm32: Incorrect time_t offset
When converted to time_t, RTC init date was missing 100 years
offset, as time_t starts in 1900 while RTC starts in 2000.
Besides, tm_mon calculation was wrong by 1 month as allowed range
is 0-11 and provided in range 1-12.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-03-26 07:29:08 -05:00
..
adc
aio
audio
bluetooth
can
clock_control
console
counter
crypto
display
dma
entropy
ethernet
flash
gpio
hwinfo
i2c
i2s
ieee802154
interrupt_controller
ipm
led
led_strip
modem
net
neural_net
pci
pinmux
ptp_clock
pwm
rtc
sensor
serial
spi
timer
usb
watchdog
wifi
CMakeLists.txt
Kconfig