aboutsummaryrefslogtreecommitdiff
path: root/uart.h
AgeCommit message (Collapse)Author
2020-01-04rearranged files, updated makefilevetch
2020-01-03write to peripheral registers like humansWojtek Kosior
2020-01-03add TODO commentWojtek Kosior
2020-01-03fix interrupt enabling/disabling/polling and uart fifo setting to make the ↵Wojtek Kosior
io work properly
2020-01-03add (not yet fully working - it can only send through uart now) ↵Wojtek Kosior
interrupt-driven uart together with "scheduler"
2019-12-31use nice #define's instead of ugly enumWojtek Kosior
2019-12-30io api reworkWojtek Kosior
2019-11-19guard against multiple-inclusion of headersWojtek Kosior
2019-10-08optimize importsvetch
2019-10-03changes in Makefile, modularize kernelvetch