rtc implementation
authorRobin Krens <robin@robinkrens.nl>
Thu, 1 Aug 2019 15:32:49 +0000 (23:32 +0800)
committerRobin Krens <robin@robinkrens.nl>
Thu, 1 Aug 2019 15:32:49 +0000 (23:32 +0800)
commit6e00544afe1ae83fcf51f262cfa744953dc8d023
treef13fbaae638c44526494ad5530214a07ebb0e4eb
parentd98e5505c9433565ebb71fa6a843997ea0e0cda6
rtc implementation

Basic rtc implementation. LSE oscillator is used as clock source
(32kHz). Second (periodic) interrupt is enabled to trigger a interrupt
every second. RTC is not calibrated with tamper pin (so could be off
with a few second each month). Added small uptime cmd.
Makefile
clock.c
drivers/uart.c
include/sys/mmap.h
include/sys/robsys.h
main.c
rtc.c [new file with mode: 0644]
term.c