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
/
firmware
/
target
/
arm
/
olympus
Age
Commit message (
Expand
)
Author
2008-04-07
Make the greyscale library work on the m:robe 100. Testing on target done by ...
Jens Arnold
2008-04-07
explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...
Robert Kukla
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-04-03
m:robe 100
Robert Kukla
2008-03-31
Change the remaining set_interrupt_status usage to the more parsimonious disa...
Michael Sevakis
2008-03-27
split boot.lds and move it into the target tree
Marcoen Hirschberg
2008-03-24
Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...
Jens Arnold
2008-03-13
m:robe 100 - correct headphone detection
Robert Kukla
2008-03-13
Split up app.lds to the respective target directories. The portalplayer devi...
Karl Kurbjun
2008-03-11
m:robe 100 - remove ugly workaround for false initial voltage readings and wa...
Robert Kukla
2008-03-07
m:robe 100 - Hopefully fix the power-off issue.
Mark Arigo
2008-03-05
m:robe 100:
Robert Kukla
2008-02-24
m:robe 100 - now that we have working buttons, we can enable backlight on/off.
Mark Arigo
2008-02-24
fix red
Mark Arigo
2008-02-24
Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire inter...
Mark Arigo
2008-02-03
mrobe 100: (1) device reset in system_init is same as H10. (2) make power_off...
Mark Arigo
2008-01-13
m:robe 100: tweaks for more reliable shutdown
Robert Kukla
2008-01-12
- share adc reading code between h10 and mrobe100
Robert Kukla
2008-01-11
m:robe 100:
Robert Kukla
2008-01-10
mrobe 100:
Robert Kukla
2008-01-09
m:robe 100 fixes: (1) add missing keymap (copied from H10), (2) rename lcd_yu...
Mark Arigo
2008-01-09
Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works...
Mark Arigo
2007-09-30
I got bullied in IRC by linuxstb and markun...
Jonathan Gordon
2007-09-30
slow - but working - IRQ based uart/button driver.
Jonathan Gordon
2007-09-29
ATA works - dumb mistake
Karl Kurbjun
2007-09-25
m:robe 500i port: Fix tab style (tab -> 4 spaces) in system-mr500.c
Catalin Patulea
2007-09-25
m:robe 500i port: Get interrupts firing and the timer ticking
Catalin Patulea
2007-09-25
More ATA work (that doesn't work)
Karl Kurbjun
2007-09-24
m:robe 500i port: Fix the way GIOs are cleared
Catalin Patulea
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
Make sure that SVN keywords are set properly
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-21
minor fix for remote button code
Jonathan Gordon
2007-09-20
uart driver (which the buttons need) and button test code in the bootloader
Jonathan Gordon
2007-09-20
mr-500 button driver
Jonathan Gordon
2007-09-20
Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...
Karl Kurbjun