- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- bdbdb97 FS#9051 - remove LCD margins... use viewports if you need them... by Jonathan Gordon · 16 years ago
- adf2e4c Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when the lcd is enabled and the image is refreshed so overlayed drawing can also be refreshed. Chiefly mpegplayer needs this so it can redraw the YUV data after the backlight is turned on while paused or when using 'Set Start Time'. by Michael Sevakis · 16 years ago
- c67a7b1 "fix" usb detection on mr500.. by fix I mean tell it we havnt implemented that yet properly. by Jonathan Gordon · 16 years ago
- c8c0f45 Forgot this also by Maurus Cuelenaere · 16 years ago
- affa4f6 Use OF's firmware loading mechanism instead of Rockbox's. by Maurus Cuelenaere · 16 years ago
- ac67d70 Add beginning of DSP code (done by Catalin Patulea), but don't enable it by Maurus Cuelenaere · 16 years ago
- 7a8fc3f 1) Put USB in IRAM 2) Use defines from usb_drv.h by Maurus Cuelenaere · 16 years ago
- 1ea884b 1) Add ZVM60GB and ZV simulator builds (ZVM60GB sim equals to ZVM30GB) by Maurus Cuelenaere · 16 years ago
- 4cf9066 Fix yellows and reds. by Maurus Cuelenaere · 16 years ago
- bdc6e62 1) Enable USBOTG for ZVM 60GB, even if the driver isn't implemented yet, by Maurus Cuelenaere · 16 years ago
- e031db4 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) by Maurus Cuelenaere · 16 years ago
- 6148a94 Commit Zen Vision key patches by Falafel by Maurus Cuelenaere · 16 years ago
- ba3cfca Use LTV350QV register definitions by Maurus Cuelenaere · 17 years ago
- 910fd78 Move interrupt clearing up. by Maurus Cuelenaere · 17 years ago
- 0f1a040 Of course don't forget the init code.. + add interrupt priority handling by Maurus Cuelenaere · 17 years ago
- fd0eed9 Woops, remove debug statements.. by Maurus Cuelenaere · 17 years ago
- e025cb1 Split up DMA and ATA, but don't enable it (yet). by Maurus Cuelenaere · 17 years ago
- 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 17 years ago
- 41a82f9 More LCD stuff.. by Maurus Cuelenaere · 17 years ago
- 9e6cd92 Forgot 0x by Maurus Cuelenaere · 17 years ago
- 2b0e436 Add OF LCD init by Maurus Cuelenaere · 17 years ago
- ed5f1ed 1) add debug menu for USB & PIC 2) update keymap 3) fix yellow by Maurus Cuelenaere · 17 years ago
- 65a0de3 Fix red. by Maurus Cuelenaere · 17 years ago
- a6b31f1 1) add support for ata-as-arm by Maurus Cuelenaere · 17 years ago
- a1fa57f Use FIQ register + comments. by Maurus Cuelenaere · 17 years ago
- 0e73b8a Remove wrong usage of '.global'. These symbols are imported, not exported. by Jens Arnold · 17 years ago
- 2bbacf8 Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). by Jens Arnold · 17 years ago
- c741ecc yep.. I really cant spell by Jonathan Gordon · 17 years ago
- e1bc2d5 minor code policing and some warning removals by Daniel Stenberg · 17 years ago
- 95167e0 Commit whole Creative Zen Vision:M target tree + all related firmware/ changes. by Maurus Cuelenaere · 17 years ago
- 5b5a626 Setup the touchpads to have two modes - stylus and button - and set them in button mode by default. by Jonathan Gordon · 17 years ago
- c02b183 Add DM320 I²C driver, although not (yet) enabled in the sources. by Maurus Cuelenaere · 17 years ago
- feb3b58 explicitly align the ibss section by adjusting _iramend - fixes hang on m:robe (and potential problem on other arm targets) by Robert Kukla · 17 years ago
- 75f2d44 Change the remaining set_interrupt_status usage to the more parsimonious disable/enable/restore. by Michael Sevakis · 17 years ago
- 82c5230 split boot.lds and move it into the target tree by Marcoen Hirschberg · 17 years ago
- af395f4 Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled). by Michael Sevakis · 17 years ago
- 68a2168 Consistent naming scheme the various blit functions. * Removed lcd_blit_mono() for colour targets. Plugin API became incompatible, so sort, clean up & bump. * Implemented lcd_blit_mono() for M3. by Jens Arnold · 17 years ago
- ef62d68 Split up app.lds to the respective target directories. The portalplayer devices replicate app.lds since their target tree doesn't follow a syntax typical to the newer arm targets - the portalplayers could be cleaned up further. boot.lds and plugin.lds still need to be cleaned up. by Karl Kurbjun · 17 years ago
- 6a83796 Finally, out goes struct spinlock for anything but mutiprocessor targets where it becomes a reenterable corelock. by Michael Sevakis · 17 years ago
- 475e64e m:robe 500i: Fix indenting style in DSP loader by Catalin Patulea · 17 years ago
- 739b2cc m:robe 500i: Initialize the HPIB from scratch by Catalin Patulea · 17 years ago
- 3e192a6 Code police raid by Linus Nielsen Feltzing · 17 years ago
- 4c4c9f2 m:robe 500i: Fix DSP loader code by Catalin Patulea · 17 years ago
- 180bd76 m:robe 500i: Add DSP (C5409) control driver and image loader. by Catalin Patulea · 17 years ago
- 95ef859 Remove last few inw/outw uses in the M:Robe port by Karl Kurbjun · 17 years ago
- a8c0202 Small speedup on the M:Robe LCD updates - use partial updates in landscape mode. by Karl Kurbjun · 17 years ago
- d3d0b26 Work in progress fixes to the remote button handling. Now the remote can be unplugged and then plugged in and it will work. by Karl Kurbjun · 17 years ago
- ef12b3b Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling. by Jens Arnold · 17 years ago
- 28dfb54 change the SCREEN_ROTATE define to be more meaningful, and set the mr500 orientation to landscape by default by Jonathan Gordon · 17 years ago
- 59a2862 Show some more registers in the debug screen, fix the touchscreen when SCREEN_ROTATE is set. by Karl Kurbjun · 17 years ago
- d185f9e Fix the Gigabeat red and move it's hw specific code into the target tree by Karl Kurbjun · 17 years ago
- 0082da7 Add some forgotten files by Karl Kurbjun · 17 years ago
- d3c0a7f Change the way the UART recieves data and how buttons pressed are processed. Also move some of the debug menu into the target tree and allow rockblox to build when the screen is rotated. by Karl Kurbjun · 17 years ago
- 5db6b51 Get the user timer working properly consequentially fixing doom without a hack. by Karl Kurbjun · 17 years ago
- 21f0552 TAB policing by Dave Chapman · 17 years ago
- f57ea9a m:robe 500i port: Add backlight support to the main build. by Catalin Patulea · 17 years ago
- 38548c7 Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly. by Karl Kurbjun · 17 years ago
- 574b100 m:robe 500i port: Add support for the backlight client in the SPI subsystem by Catalin Patulea · 17 years ago
- 0a63268 Some small cleanups and code for testing by Karl Kurbjun · 17 years ago
- eed41ff mrobe changes: by Jonathan Gordon · 17 years ago
- dbff373 enable the RTC on the mrobe. by Jonathan Gordon · 17 years ago
- 5a9a2b7 Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:Robe by Karl Kurbjun · 17 years ago
- 4c06ad6 mr500 sort of working battery measurments. probably could be done better, but it works by Jonathan Gordon · 17 years ago
- 12d1ff9 touchpad driver for the mrobe. nothing in apps/ uses it yet. by Jonathan Gordon · 17 years ago
- e49ab42 revert the previous one... = is ok and a touch faster by Jonathan Gordon · 17 years ago
- 344c41f fix the interupt clearing by Jonathan Gordon · 17 years ago
- fdbc01c More M:Robe work including a fix to lcd-as-memframe for larger screens thanks to Michael Sevakis. Also fixes simulator builds. by Karl Kurbjun · 17 years ago
- 61f1ab2 init spi and uart in the main build by Jonathan Gordon · 17 years ago
- d8667df slightly better touchpad driver. Still not brilliant, but the bootloader/debugger can follow a stylus with a cursor, so we can start work on getting apps/ working by Jonathan Gordon · 17 years ago
- b431fe3 Make rockbox think we have a full battery untill this actually works, otherwise apps/ doesnt like it by Jonathan Gordon · 17 years ago
- fa1a38e Some changes to the UART/button driver - reduce the number of interrupts - more work is needed by Karl Kurbjun · 17 years ago
- f6bc191 Turns out you can boot the main build by copying apps/rockbox.bin to /rockbox.mrboot. Something is wrong with the rockbox bootloader, but at least now we can work with the main build. Added in a warning for the core_sleep function by Karl Kurbjun · 17 years ago
- b7a4e10 M:Robe - Fix compilation and remove some warnings by Karl Kurbjun · 17 years ago
- 8f72192 Increase step size of stereo width to 5% to avoid tediously long list in settings. Reduce max limit from 255% to 250% for cosmetic reasons, value of 255% was chosen because of (very) old restrictions in settings system anyway. by Thom Johansen · 17 years ago
- efb103f Missing keymap commit by Karl Kurbjun · 17 years ago
- 274c2b8 touchpad calibration (very simple calibration screen is in mrobe500.c by Jonathan Gordon · 17 years ago
- f8ada4b minor style/comment policing by Jonathan Gordon · 17 years ago
- 03f45d3 spi is shared between the rtc and tsc2100 by Jonathan Gordon · 17 years ago
- c4d0a0e Move some more files by Karl Kurbjun · 17 years ago
- a56b653 Move some more files around and get the main build compiling by Karl Kurbjun · 17 years ago
- e108964 IRQ driven touchpad driver, crude but working by Jonathan Gordon · 17 years ago
- 80f1688 I got bullied in IRC by linuxstb and markun... by Jonathan Gordon · 17 years ago