summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-17Make timing virtual; sync with real time each video frameSegher Boessenkool1-5/+4
2010-02-13Add timers for TMB1 and TMB2; use timer.interval if timer.time == 0Segher Boessenkool1-6/+39
2010-02-10Wire up uart_send() in the I/O coreSegher Boessenkool1-1/+6
2010-02-08Abstract UART communicationSegher Boessenkool1-9/+13
2010-02-03Slight interrupt handling improvementSegher Boessenkool1-3/+5
2010-02-03Big interrupt handling improvementSegher Boessenkool1-1/+1
2010-02-02Big fat I/O updateSegher Boessenkool1-34/+232
2010-02-02Handle "special" GPIOSegher Boessenkool1-5/+8
2010-02-01UART: Fix baud rate settingSegher Boessenkool1-2/+8
2010-01-31Add DMASegher Boessenkool1-0/+23
2009-04-09Make 3d1c work more like the real thingSegher Boessenkool1-2/+2
2009-04-08Emulate I/O reg 3d1cSegher Boessenkool1-0/+5
2009-03-03VII GPIO support.Segher Boessenkool1-8/+2
2009-03-01Fix crash for boards that do not support do_gpio() (yet).Segher Boessenkool1-1/+4
2009-02-25Update copyright messagesSegher Boessenkool1-1/+1
2009-02-25Add GPIO framework; make WAL controller use it.Segher Boessenkool1-14/+42
2009-02-05Add "board.h" headerSegher Boessenkool1-0/+2
2009-02-05Document a few more registers, no functional changeSegher Boessenkool1-0/+17
2009-02-05Abstract WAL controller code a bitSegher Boessenkool1-1/+4
2009-02-01I/O: Keep entries in orderSegher Boessenkool1-3/+3
2009-02-01I/O: Implement reading from 3d2f (DS register)Segher Boessenkool1-1/+4
2009-01-30Document watchdog.Segher Boessenkool1-1/+1
2008-11-13Trivial IIC fix.Segher Boessenkool1-1/+2
2008-10-01Implement a SEEPROM on IIC.Segher Boessenkool1-7/+26
2008-10-01Split off device loads into their respective files.Segher Boessenkool1-0/+34
2008-10-01Split I/O hardware routines to io.c file.Segher Boessenkool1-0/+92