basic implemtation general purpose clock and tinyprintf
authorRobin Krens <robin@robinkrens.nl>
Mon, 5 Aug 2019 14:29:35 +0000 (22:29 +0800)
committerRobin Krens <robin@robinkrens.nl>
Mon, 5 Aug 2019 14:29:35 +0000 (22:29 +0800)
commitdcb2e2b5744f20cbfc979e1f6291ae9937a8affd
tree50c649e34bb13434a91ea1b939b210b34d051de8
parent6e00544afe1ae83fcf51f262cfa744953dc8d023
basic implemtation general purpose clock and tinyprintf

TIM4 used as general purpose timer; output mode; sends out continous
pulses over GPIOB6. Implementation tinyprintf library (not all converted
yet).
14 files changed:
Makefile
drivers/led.c
drivers/tsensor.c [new file with mode: 0644]
drivers/uart.c
include/drivers/tsensor.h [new file with mode: 0644]
include/lib/stdio.h
include/lib/tinyprintf.h [new file with mode: 0644]
include/sys/mmap.h
ivt.c
lib/stdio.c
lib/tinyprintf.c [new file with mode: 0644]
main.c
rtc.c
term.c