1. 3c286ec generates separate 'firmware' and 'apps' targets in the makefile, also by Daniel Stenberg · 23 years ago
  2. f8a59f2 change the order we check for the apps dir to more often get the shortest path by Daniel Stenberg · 23 years ago
  3. e2511da take care of the assembler file too by Daniel Stenberg · 23 years ago
  4. dcf0e2f another attempt by Daniel Stenberg · 23 years ago
  5. 3ff705a now supports the deps in the OBJDIR properly, still OBJDIR must be . for by Daniel Stenberg · 23 years ago
  6. 6ec42d9 Added -b to diff command by Björn Stenberg · 23 years ago
  7. ed83f28 deps support, changed default action to support OBJDIR by Daniel Stenberg · 23 years ago
  8. 7a112a7 Added repeat handling. Removed CRLF newlines. by Björn Stenberg · 23 years ago
  9. 4118d8c attempted OBJDIR support by Daniel Stenberg · 23 years ago
  10. 6709658 escape $ properly, added 'update' support by Daniel Stenberg · 23 years ago
  11. fcf5629 pass better variables by Daniel Stenberg · 23 years ago
  12. e0c12af bash happy now? by Daniel Stenberg · 23 years ago
  13. 2549234 Added timer-interrupt polling and button queue by Björn Stenberg · 23 years ago
  14. 29f8028 Added queue_empty() by Björn Stenberg · 23 years ago
  15. 82e6a07 try the directories in the current dir too by Daniel Stenberg · 23 years ago
  16. 3aacd2e First attempt. This script sets up a toplevel build Makefile. by Daniel Stenberg · 23 years ago
  17. 5c7847c Check for master/slave disk. Active 5s spindown timeout. by Björn Stenberg · 23 years ago
  18. 7785d55 Oh, wrong API by Björn Stenberg · 23 years ago
  19. a178e82 Only the simulator may exit by Björn Stenberg · 23 years ago
  20. 5a554fc im an idiot by Robert Hak · 23 years ago
  21. eb729c2 We can now turn the sim off... couldn't before. by Robert Hak · 23 years ago
  22. 63882ea Added 1s timeout to splash by Björn Stenberg · 23 years ago
  23. 6050e86 Removed indexing bug by Björn Stenberg · 23 years ago
  24. c42644d Removed cursor flicker by Björn Stenberg · 23 years ago
  25. d1d5f95 Now supports charcell display by Björn Stenberg · 23 years ago
  26. 8cbedc3 Added player MENU and ON keys by Björn Stenberg · 23 years ago
  27. ab2649f app.c removed, main_menu.c introduced by Björn Stenberg · 23 years ago
  28. 6466b62 Added extra source files if compiling recorder by Björn Stenberg · 23 years ago
  29. e493efd Added main_menu access by Björn Stenberg · 23 years ago
  30. 55c7da2 Added return code handling and integrated app_main() by Björn Stenberg · 23 years ago
  31. b21a3bd Abstracted the menu interface by Björn Stenberg · 23 years ago
  32. 5d8e4c2 trying to clean up Recorder vs Player issues by Robert Hak · 23 years ago
  33. b97a2f5 minor changes by Robert Hak · 23 years ago
  34. dfba210 minor changes by Robert Hak · 23 years ago
  35. c794a1a Added the apps module in the list by Linus Nielsen Feltzing · 23 years ago
  36. 95cdff1 fixed international chars by Robert Hak · 23 years ago
  37. aa11e3e free memory by Daniel Stenberg · 23 years ago
  38. 2571912 Added dummy lcd_update() to player code, to avoid #ifdef everywhere by Björn Stenberg · 23 years ago
  39. d929971 Added INPUT directive by Björn Stenberg · 23 years ago
  40. 88a1c6a added credits.c by Robert Hak · 23 years ago
  41. 7ec9aa3 made the logo display a true splash screen by Robert Hak · 23 years ago
  42. f43f7e7 list the credits from the menu on rockbox by Robert Hak · 23 years ago
  43. cace8a0 I got tired of shifting this file around, and it belongs with the archos by Robert Hak · 23 years ago
  44. 779e0ec Updates by Björn Stenberg · 23 years ago
  45. 7f64303 Added DEBUG option, enabling support for gdb stub by Björn Stenberg · 23 years ago
  46. e324db6 Added init() by Björn Stenberg · 23 years ago
  47. f1afb84 Added gdb stub serial port setup by Björn Stenberg · 23 years ago
  48. 833556c Doh! Button signals are active low by Björn Stenberg · 23 years ago
  49. af1e5e6 Linker description file for use with gdb stub by Björn Stenberg · 23 years ago
  50. 2913c4a removed -DLITTLE_ENDIAN for Linux - it is defined by stdlib.h by Dave Chapman · 23 years ago
  51. 473fe88 Removed -save-temps by Björn Stenberg · 23 years ago
  52. dc2e784 Some files moved by Björn Stenberg · 23 years ago
  53. 256d24a Added lcd_update() to player lcd_puts() by Björn Stenberg · 23 years ago
  54. 37a7c25 Moving recorder code to recorder/ by Björn Stenberg · 23 years ago
  55. e146da9 moved stuff around in the tree by Daniel Stenberg · 23 years ago
  56. ed1726e made both recorder and player builds work again by Daniel Stenberg · 23 years ago
  57. 1f81380 code meant to be used in target builds are now in ../apps by Daniel Stenberg · 23 years ago
  58. 1c0c861 moved from the simulator dir by Daniel Stenberg · 23 years ago
  59. 470478f Always optimize. No EXCLUDED_SRC anymore by Linus Nielsen Feltzing · 23 years ago
  60. 72c8e71 Removed floating point code by Björn Stenberg · 23 years ago
  61. 2611efd Now uses librockbox.a by Linus Nielsen Feltzing · 23 years ago
  62. 82b08d0 Added DEBUG option and made thread.o special by Linus Nielsen Feltzing · 23 years ago
  63. afd30bb More readable comment by Linus Nielsen Feltzing · 23 years ago
  64. 3922466 Added mutex protection by Linus Nielsen Feltzing · 23 years ago
  65. 250c3b6 Now yields when waiting for flow control by Linus Nielsen Feltzing · 23 years ago
  66. 0e08599 Changed default_read prototype by Linus Nielsen Feltzing · 23 years ago
  67. 2f54401 Added tone and volume control by Linus Nielsen Feltzing · 23 years ago
  68. a2b0490 First version by Linus Nielsen Feltzing · 23 years ago
  69. 97531e8 Added dac.o by Linus Nielsen Feltzing · 23 years ago
  70. 29b6b51 Removed debug output by Linus Nielsen Feltzing · 23 years ago
  71. 7361340 Changed queue API. Added mutex functions by Linus Nielsen Feltzing · 23 years ago
  72. a39f566 Moved play.* to apps/ by Björn Stenberg · 23 years ago
  73. 244688e Added player keypad support by Björn Stenberg · 23 years ago
  74. 6cb1f7b Now uses librockbox.a by Björn Stenberg · 23 years ago
  75. 28af55d Added support for player keypad by Björn Stenberg · 23 years ago
  76. d902f94 DEBUG => DEBUG_MALLOC, the symbol is already in use! by Daniel Stenberg · 23 years ago
  77. a1d6784 bmalloc_status() only works if compiled with DEBUG by Daniel Stenberg · 23 years ago
  78. 3eec33f renamed to use the common names: malloc/free/realloc/calloc by Daniel Stenberg · 23 years ago
  79. 4a615c7 support little endian too by Daniel Stenberg · 23 years ago
  80. a78d682 set endian style, default target endian is BIG ENDIAN by Daniel Stenberg · 23 years ago
  81. bd88648 display logo if present by Daniel Stenberg · 23 years ago
  82. 34acad9 Moved tree.? to apps module by Björn Stenberg · 23 years ago
  83. 8218285 Initial revision by Björn Stenberg · 23 years ago
  84. 784c625 close the file too properly by Daniel Stenberg · 23 years ago
  85. 05fcd0b this works with an 8bit indexed uncompressed BMP by Daniel Stenberg · 23 years ago
  86. eae6296 removed unused function by Dave Chapman · 23 years ago
  87. 379a39b fixed dithering bug by Dave Chapman · 23 years ago
  88. 553c256 added playback simulator if /dev/dsp is unavailable by Dave Chapman · 23 years ago
  89. dc6cd7d initial version by Christian Flaz · 23 years ago
  90. 766a0ae initial BMP image reader attempt, does not work yet by Daniel Stenberg · 23 years ago
  91. 48b3f51 Removed disk.c/h by Björn Stenberg · 23 years ago
  92. 20dab8c Now creates librockbox.a instead of archos.mod by Björn Stenberg · 23 years ago
  93. e6564e2 Changed from gcc extension to C99 varargs macros by Björn Stenberg · 23 years ago
  94. 28bdaca fixed warnings, indented properly by Daniel Stenberg · 23 years ago
  95. e599282 Fixed compiler warnings by Björn Stenberg · 23 years ago
  96. d71a2bc Removed calls to disk stub by Björn Stenberg · 23 years ago
  97. f43ecc4 Progress by Björn Stenberg · 23 years ago
  98. f143fd8 Moved the malloc system into the firmware/malloc/ directory, removed the by Daniel Stenberg · 23 years ago
  99. bbdeba6 Beginning of an mpeg thread by Linus Nielsen Feltzing · 23 years ago
  100. 1dd21ed malloc(), best-fit for big blocks, small blocks treated separately, all by Daniel Stenberg · 23 years ago