summaryrefslogtreecommitdiffstats
path: root/bootloader/mrobe500.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-23Sansa AMS bootloader: enter USB mode only when neededRafaël Carré1-3/+3
2010-05-27Generate C file / header for svn version stringRafaël Carré1-1/+2
2009-04-10M:Robe 500: Remove some dead test code in bootloader, reorganize the bootload...Karl Kurbjun1-145/+0
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest of...Karl Kurbjun1-10/+21
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-4/+4
2008-09-10Fix mrobe500 svn:*Maurus Cuelenaere1-282/+282
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere1-9/+9
2008-07-06Repair charging screen on archos. usb_detect() doesn't return a boolean since...Jens Arnold1-6/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-15Setup the touchpads to have two modes - stylus and button - and set them in b...Jonathan Gordon1-3/+26
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-2/+2
2007-11-11Show some more registers in the debug screen, fix the touchscreen when SCREEN...Karl Kurbjun1-16/+7
2007-11-07Get the user timer working properly consequentially fixing doom without a hack.Karl Kurbjun1-5/+6
2007-11-02m:robe 500i port: Add backlight support to the main build.Catalin Patulea1-6/+11
2007-11-02m:robe 500i port: Add support for the backlight client in the SPI subsystemCatalin Patulea1-0/+7
2007-10-26Some small cleanups and code for testingKarl Kurbjun1-0/+5
2007-10-22touchpad driver for the mrobe. nothing in apps/ uses it yet.Jonathan Gordon1-14/+18
2007-10-21More M:Robe work including a fix to lcd-as-memframe for larger screens thanks...Karl Kurbjun1-2/+1
2007-10-19init spi and uart in the main buildJonathan Gordon1-3/+2
2007-10-18slightly better touchpad driver. Still not brilliant, but the bootloader/debu...Jonathan Gordon1-6/+8
2007-10-18Some changes to the UART/button driver - reduce the number of interrupts - mo...Karl Kurbjun1-3/+21
2007-10-17Turns out you can boot the main build by copying apps/rockbox.bin to /rockbox...Karl Kurbjun1-1/+1
2007-10-13Cleanup more warnings on the M:RobeKarl Kurbjun1-32/+41
2007-10-01touchpad calibration (very simple calibration screen is in mrobe500.c Jonathan Gordon1-19/+60
2007-09-30Move some more files around and get the main build compilingKarl Kurbjun1-1/+1
2007-09-30IRQ driven touchpad driver, crude but workingJonathan Gordon1-17/+20
2007-09-30slow - but working - IRQ based uart/button driver.Jonathan Gordon1-2/+7
2007-09-25More ATA work (that doesn't work)Karl Kurbjun1-3/+3
2007-09-23Working DM320 interrupts, changed the way registers are accessed in spi and u...Karl Kurbjun1-14/+23
2007-09-22More interupt/timer workKarl Kurbjun1-1/+2
2007-09-22start of the tsc2100 driver.Jonathan Gordon1-17/+13
2007-09-22Seperate M:Robe crt0.S, fix the vector tables for the bootloader, and show to...Karl Kurbjun1-3/+7
2007-09-21m:robe 500i port: Less warnings = good.Catalin Patulea1-0/+1
2007-09-21m:robe 500i port: Add primitives for the SPI bus and start moving toward new-...Catalin Patulea1-9/+16
2007-09-20(mr500) reset if power is pressed, not very nice, but im sick of using the re...Jonathan Gordon1-9/+12
2007-09-20uart driver (which the buttons need) and button test code in the bootloaderJonathan Gordon1-1/+13
2007-09-20Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun1-0/+135