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