1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 3f7f5d7 D2: Stop panic screen from crashing instantly (seems this has been broken for a while). by Rob Purchase · 16 years ago
  3. 551319c fix a comment typo by Dominik Riebeling · 16 years ago
  4. e031db4 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) by Maurus Cuelenaere · 16 years ago
  5. 95167e0 Commit whole Creative Zen Vision:M target tree + all related firmware/ changes. by Maurus Cuelenaere · 16 years ago
  6. cea07eb Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNNNNNNN0-addresses fix everywhere when caching is enabled, not only in core_sleep(). Introduced a pair of inline functions to sleep and wake cores on PP for consistency. by Jens Arnold · 16 years ago
  7. c6b6bad iAudio M3: ADC driver, making buttons and battery voltage reading work. * Disable the multi-colour LED for now to save power. Proper handling will be added later. * Make reboot on button press work on iAudio X5, M5, M3 in panicf(), and on M3 in UIE(). by Jens Arnold · 17 years ago
  8. bfb281f Messages queues must be guarded on both ends or else it's a race between detecting a message present and missing a wakeup on thread about to wait. Keeping IRQs from interacting with the scheduler would be preferable but this should do at the moment. Add more detailed panic info regarding blocking violations so we know who. Make panicf function well enough on Gigabeat and PortalPlayer targets. Move the core sleep instructions into a CPU-specific inline to keep thing organized. by Michael Sevakis · 17 years ago
  9. f9b90e9 Now charcell displays require lcd_update() for updating the main lcd content like bitmap displays. by Jens Arnold · 18 years ago
  10. bd47d48 Do the CONFIG_LED define by Jonathan Gordon · 18 years ago
  11. c2f0559 more CONFIG_LED fixes by Jonathan Gordon · 18 years ago
  12. 64a0fb8 avoid using #if on undefined symbols, in preparation for -Wundef by Daniel Stenberg · 18 years ago
  13. f4e7759 UIE(), panicf(): Make reboot with ON react immediately on targets with real LED (archos recorders, player). by Jens Arnold · 18 years ago
  14. 4ba0a33 Let panicf() also check on/play button on h300 by Peter D'Hoye · 18 years ago
  15. 1a29cfb Initial gcc4 warning cleanup (and some minor policing) by Daniel Stenberg · 19 years ago
  16. 0b00108 SH1: Changed UIE() to use the same reset method as on coldfire, using the watchdog timer. Should be more reliable this way. Disabled LED handling and added reboot-with-on for Ondio. * All: #ifdef cleanup in panicf(), added reboot-with-on for Ondio. by Jens Arnold · 19 years ago
  17. 829f00e Fixed compiler error in the X11 iriver simulator by Linus Nielsen Feltzing · 19 years ago
  18. e6c6d22 Now panicf() shuts off the hard drive and lowers the CPU frequency, it also reboots if ON is pressed. by Linus Nielsen Feltzing · 19 years ago
  19. c6ff1f5 Added CPU_COLDFIRE define - one step closer to iAudio-port by Christian Gmeiner · 19 years ago
  20. 5690f78 Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC icon display on iriver, and saves some code on Ondio. Removed invert_led() as it is no longer used. by Jens Arnold · 19 years ago
  21. 70fba66 long policy by Jean-Philippe Bernardy · 20 years ago
  22. 87923f2 Reverted latest change due to compiler warning. led() doesn't do anything by Daniel Stenberg · 20 years ago
  23. 3fce857 Jean-Philippe Bernardy: only flash with LED if there is a led available! by Daniel Stenberg · 20 years ago
  24. b2ffaa9 Ported to iriver by Linus Nielsen Feltzing · 20 years ago
  25. c76c568 Const policed pointer arguments to functions, part 1 by Jens Arnold · 20 years ago
  26. 42510d9 Added '*PANIC*' string. Line is now wrapped on recorders. LED blinks slowly to indicate controlled state. by Björn Stenberg · 22 years ago
  27. 42070c2 Unified player code by Linus Nielsen Feltzing · 22 years ago
  28. a4c3b03 Removed lcd_getfontsize(). Removed font parameters to lcd_putsxy and lcd_getstringsize. by Björn Stenberg · 22 years ago
  29. 93b231c Greg Haerr's new loadable font. No more #ifdef font-style, removed old by Daniel Stenberg · 22 years ago
  30. cd22573 First version of loadable fonts patch by Alex Gitelman by Björn Stenberg · 22 years ago
  31. b3745a0 Turn off double-height in panicf() by Björn Stenberg · 22 years ago
  32. 6b25f79 Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen). by Björn Stenberg · 22 years ago
  33. 96a10e2 do the lcd_puts() properly for the recorder too by Daniel Stenberg · 22 years ago
  34. 011f1d3 Disable interrupt only in target by Linus Nielsen Feltzing · 22 years ago
  35. 6c2accf Disable interrupt by Linus Nielsen Feltzing · 22 years ago
  36. 7a186cb adjusted to the differend LCDs and for no LCD at all... :-) by Daniel Stenberg · 22 years ago
  37. 697dd70 Changed debug to DEBUGF and panic to panicf. Also some linking changes. by Björn Stenberg · 22 years ago
  38. 824a003 Added Gary's snprintf() and changed all places to use it. by Björn Stenberg · 22 years ago
  39. 614acaa functions for panic functions by Stuart Martin · 22 years ago