1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. bdbdb97 FS#9051 - remove LCD margins... use viewports if you need them... by Jonathan Gordon · 16 years ago
  3. 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
  4. c67a7b1 "fix" usb detection on mr500.. by fix I mean tell it we havnt implemented that yet properly. by Jonathan Gordon · 16 years ago
  5. c8c0f45 Forgot this also by Maurus Cuelenaere · 16 years ago
  6. affa4f6 Use OF's firmware loading mechanism instead of Rockbox's. by Maurus Cuelenaere · 16 years ago
  7. ac67d70 Add beginning of DSP code (done by Catalin Patulea), but don't enable it by Maurus Cuelenaere · 16 years ago
  8. 7a8fc3f 1) Put USB in IRAM 2) Use defines from usb_drv.h by Maurus Cuelenaere · 16 years ago
  9. 1ea884b 1) Add ZVM60GB and ZV simulator builds (ZVM60GB sim equals to ZVM30GB) by Maurus Cuelenaere · 16 years ago
  10. 4cf9066 Fix yellows and reds. by Maurus Cuelenaere · 16 years ago
  11. bdc6e62 1) Enable USBOTG for ZVM 60GB, even if the driver isn't implemented yet, by Maurus Cuelenaere · 16 years ago
  12. e031db4 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) by Maurus Cuelenaere · 16 years ago
  13. 6148a94 Commit Zen Vision key patches by Falafel by Maurus Cuelenaere · 16 years ago
  14. ba3cfca Use LTV350QV register definitions by Maurus Cuelenaere · 17 years ago
  15. 910fd78 Move interrupt clearing up. by Maurus Cuelenaere · 17 years ago
  16. 0f1a040 Of course don't forget the init code.. + add interrupt priority handling by Maurus Cuelenaere · 17 years ago
  17. fd0eed9 Woops, remove debug statements.. by Maurus Cuelenaere · 17 years ago
  18. e025cb1 Split up DMA and ATA, but don't enable it (yet). by Maurus Cuelenaere · 17 years ago
  19. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 17 years ago
  20. 41a82f9 More LCD stuff.. by Maurus Cuelenaere · 17 years ago
  21. 9e6cd92 Forgot 0x by Maurus Cuelenaere · 17 years ago
  22. 2b0e436 Add OF LCD init by Maurus Cuelenaere · 17 years ago
  23. ed5f1ed 1) add debug menu for USB & PIC 2) update keymap 3) fix yellow by Maurus Cuelenaere · 17 years ago
  24. 65a0de3 Fix red. by Maurus Cuelenaere · 17 years ago
  25. a6b31f1 1) add support for ata-as-arm by Maurus Cuelenaere · 17 years ago
  26. a1fa57f Use FIQ register + comments. by Maurus Cuelenaere · 17 years ago
  27. 0e73b8a Remove wrong usage of '.global'. These symbols are imported, not exported. by Jens Arnold · 17 years ago
  28. 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
  29. c741ecc yep.. I really cant spell by Jonathan Gordon · 17 years ago
  30. e1bc2d5 minor code policing and some warning removals by Daniel Stenberg · 17 years ago
  31. 95167e0 Commit whole Creative Zen Vision:M target tree + all related firmware/ changes. by Maurus Cuelenaere · 17 years ago
  32. 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
  33. c02b183 Add DM320 I²C driver, although not (yet) enabled in the sources. by Maurus Cuelenaere · 17 years ago
  34. 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
  35. 75f2d44 Change the remaining set_interrupt_status usage to the more parsimonious disable/enable/restore. by Michael Sevakis · 17 years ago
  36. 82c5230 split boot.lds and move it into the target tree by Marcoen Hirschberg · 17 years ago
  37. 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
  38. 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
  39. 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
  40. 6a83796 Finally, out goes struct spinlock for anything but mutiprocessor targets where it becomes a reenterable corelock. by Michael Sevakis · 17 years ago
  41. 475e64e m:robe 500i: Fix indenting style in DSP loader by Catalin Patulea · 17 years ago
  42. 739b2cc m:robe 500i: Initialize the HPIB from scratch by Catalin Patulea · 17 years ago
  43. 3e192a6 Code police raid by Linus Nielsen Feltzing · 17 years ago
  44. 4c4c9f2 m:robe 500i: Fix DSP loader code by Catalin Patulea · 17 years ago
  45. 180bd76 m:robe 500i: Add DSP (C5409) control driver and image loader. by Catalin Patulea · 17 years ago
  46. 95ef859 Remove last few inw/outw uses in the M:Robe port by Karl Kurbjun · 17 years ago
  47. a8c0202 Small speedup on the M:Robe LCD updates - use partial updates in landscape mode. by Karl Kurbjun · 17 years ago
  48. 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
  49. 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
  50. 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
  51. 59a2862 Show some more registers in the debug screen, fix the touchscreen when SCREEN_ROTATE is set. by Karl Kurbjun · 17 years ago
  52. d185f9e Fix the Gigabeat red and move it's hw specific code into the target tree by Karl Kurbjun · 17 years ago
  53. 0082da7 Add some forgotten files by Karl Kurbjun · 17 years ago
  54. 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
  55. 5db6b51 Get the user timer working properly consequentially fixing doom without a hack. by Karl Kurbjun · 17 years ago
  56. 21f0552 TAB policing by Dave Chapman · 17 years ago
  57. f57ea9a m:robe 500i port: Add backlight support to the main build. by Catalin Patulea · 17 years ago
  58. 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
  59. 574b100 m:robe 500i port: Add support for the backlight client in the SPI subsystem by Catalin Patulea · 17 years ago
  60. 0a63268 Some small cleanups and code for testing by Karl Kurbjun · 17 years ago
  61. eed41ff mrobe changes: by Jonathan Gordon · 17 years ago
  62. dbff373 enable the RTC on the mrobe. by Jonathan Gordon · 17 years ago
  63. 5a9a2b7 Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:Robe by Karl Kurbjun · 17 years ago
  64. 4c06ad6 mr500 sort of working battery measurments. probably could be done better, but it works by Jonathan Gordon · 17 years ago
  65. 12d1ff9 touchpad driver for the mrobe. nothing in apps/ uses it yet. by Jonathan Gordon · 17 years ago
  66. e49ab42 revert the previous one... = is ok and a touch faster by Jonathan Gordon · 17 years ago
  67. 344c41f fix the interupt clearing by Jonathan Gordon · 17 years ago
  68. 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
  69. 61f1ab2 init spi and uart in the main build by Jonathan Gordon · 17 years ago
  70. 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
  71. b431fe3 Make rockbox think we have a full battery untill this actually works, otherwise apps/ doesnt like it by Jonathan Gordon · 17 years ago
  72. fa1a38e Some changes to the UART/button driver - reduce the number of interrupts - more work is needed by Karl Kurbjun · 17 years ago
  73. 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
  74. b7a4e10 M:Robe - Fix compilation and remove some warnings by Karl Kurbjun · 17 years ago
  75. 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
  76. efb103f Missing keymap commit by Karl Kurbjun · 17 years ago
  77. 274c2b8 touchpad calibration (very simple calibration screen is in mrobe500.c by Jonathan Gordon · 17 years ago
  78. f8ada4b minor style/comment policing by Jonathan Gordon · 17 years ago
  79. 03f45d3 spi is shared between the rtc and tsc2100 by Jonathan Gordon · 17 years ago
  80. c4d0a0e Move some more files by Karl Kurbjun · 17 years ago
  81. a56b653 Move some more files around and get the main build compiling by Karl Kurbjun · 17 years ago
  82. e108964 IRQ driven touchpad driver, crude but working by Jonathan Gordon · 17 years ago
  83. 80f1688 I got bullied in IRC by linuxstb and markun... by Jonathan Gordon · 17 years ago