index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootloader
/
mrobe500.c
Age
Commit message (
Expand
)
Author
2008-04-15
Setup the touchpads to have two modes - stylus and button - and set them in b...
Jonathan Gordon
2008-03-26
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
2007-11-11
Show some more registers in the debug screen, fix the touchscreen when SCREEN...
Karl Kurbjun
2007-11-07
Get the user timer working properly consequentially fixing doom without a hack.
Karl Kurbjun
2007-11-02
m:robe 500i port: Add backlight support to the main build.
Catalin Patulea
2007-11-02
m:robe 500i port: Add support for the backlight client in the SPI subsystem
Catalin Patulea
2007-10-26
Some small cleanups and code for testing
Karl Kurbjun
2007-10-22
touchpad driver for the mrobe. nothing in apps/ uses it yet.
Jonathan Gordon
2007-10-21
More M:Robe work including a fix to lcd-as-memframe for larger screens thanks...
Karl Kurbjun
2007-10-19
init spi and uart in the main build
Jonathan Gordon
2007-10-18
slightly better touchpad driver. Still not brilliant, but the bootloader/debu...
Jonathan Gordon
2007-10-18
Some changes to the UART/button driver - reduce the number of interrupts - mo...
Karl Kurbjun
2007-10-17
Turns out you can boot the main build by copying apps/rockbox.bin to /rockbox...
Karl Kurbjun
2007-10-13
Cleanup more warnings on the M:Robe
Karl Kurbjun
2007-10-01
touchpad calibration (very simple calibration screen is in mrobe500.c
Jonathan Gordon
2007-09-30
Move some more files around and get the main build compiling
Karl Kurbjun
2007-09-30
IRQ driven touchpad driver, crude but working
Jonathan Gordon
2007-09-30
slow - but working - IRQ based uart/button driver.
Jonathan Gordon
2007-09-25
More ATA work (that doesn't work)
Karl Kurbjun
2007-09-23
Working DM320 interrupts, changed the way registers are accessed in spi and u...
Karl Kurbjun
2007-09-22
More interupt/timer work
Karl Kurbjun
2007-09-22
start of the tsc2100 driver.
Jonathan Gordon
2007-09-22
Seperate M:Robe crt0.S, fix the vector tables for the bootloader, and show to...
Karl Kurbjun
2007-09-21
m:robe 500i port: Less warnings = good.
Catalin Patulea
2007-09-21
m:robe 500i port: Add primitives for the SPI bus and start moving toward new-...
Catalin Patulea
2007-09-20
(mr500) reset if power is pressed, not very nice, but im sick of using the re...
Jonathan Gordon
2007-09-20
uart driver (which the buttons need) and button test code in the bootloader
Jonathan Gordon
2007-09-20
Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...
Karl Kurbjun