Age | Commit message (Expand) | Author | Files | Lines |
2007-05-04 | Fix some errors | Michael Sevakis | 1 | -1/+8 |
2007-05-04 | Get samplerate switching working in the sim to be similar to on target. Make ... | Michael Sevakis | 1 | -64/+240 |
2007-04-24 | Add a new commandline switch to the simulator: "--debugwps". It enables print... | Nicolas Pennequin | 1 | -1/+7 |
2007-04-24 | Oops. This shouln't have been added. | Nicolas Pennequin | 1 | -0/+0 |
2007-04-24 | WPS Parser: On parse failure, print a (hopefully) useful error message with l... | Nicolas Pennequin | 1 | -0/+0 |
2007-04-20 | a little extra poke to get the sim to build | Daniel Stenberg | 1 | -3/+0 |
2007-04-14 | Simplification, queue pointers don't wrap (except at INT_MAX, but the calcula... | Jens Arnold | 1 | -0/+5 |
2007-04-12 | Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC... | Jens Arnold | 3 | -10/+10 |
2007-03-31 | Charcell lcd driver: Preparations for switching to non-immediate LCD updates,... | Jens Arnold | 5 | -70/+27 |
2007-03-30 | Implement remove_thread for SDL simulator | Steve Bavin | 1 | -0/+5 |
2007-03-26 | First step of charcell LCD code rework: * Make it fully unicode aware so that... | Jens Arnold | 1 | -9/+11 |
2007-03-24 | Make the sim create_thread() function slightly closer to the real thing. #in... | Dave Chapman | 1 | -6/+15 |
2007-03-21 | Perform the obligatory fix-the-sims dance. | Michael Sevakis | 1 | -7/+7 |
2007-03-16 | Rename some macros to account for the recently added M5 port. No code changes. | Jens Arnold | 1 | -1/+1 |
2007-03-11 | Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi... | Michael Sevakis | 1 | -0/+4 |
2007-03-09 | Put an end to priority inversion in the ata driver. Gave up trying to have fu... | Michael Sevakis | 1 | -0/+12 |
2007-03-05 | Make sure that the special simulator keys do not interfere with the button ha... | Linus Nielsen Feltzing | 1 | -7/+5 |
2007-03-05 | Remove the annoying backlight debug output in the simulator | Linus Nielsen Feltzing | 1 | -2/+0 |
2007-03-05 | Actual M5 simulator image. | Jens Arnold | 2 | -6/+6 |
2007-03-05 | UI simulator: You can now toggle the main and remote hold switches with the h... | Linus Nielsen Feltzing | 1 | -15/+37 |
2007-03-05 | Bring up the M5 port to a working stage: Extended numerous explicit checks fo... | Jens Arnold | 2 | -0/+18 |
2007-03-04 | Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ... | Daniel Ankers | 1 | -6/+0 |
2007-02-21 | pressing u in the sim simulates usb. press u again to "disconnect" | Jonathan Gordon | 1 | -3/+16 |
2007-02-20 | Fix build errors. | Barry Wardell | 2 | -2/+2 |
2007-02-18 | Fix CONFIG_BACKLIGHT warnings. | Jens Arnold | 3 | -10/+10 |
2007-02-01 | Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig... | Jens Arnold | 1 | -2/+2 |
2007-01-14 | Start of work on a port to the Archos 'AV300' (AV320/340/380) - a working UI ... | Dave Chapman | 3 | -0/+56 |
2007-01-10 | Made sansa and iFP simulator bitmaps binary and restored working versions. | Jens Arnold | 2 | -0/+0 |
2007-01-09 | Removed executable flag | Linus Nielsen Feltzing | 3 | -0/+0 |
2007-01-05 | Implement pcm_set_frequency in the sim. Update Doom plugin to have sound in t... | Dan Everton | 1 | -27/+52 |
2007-01-01 | Add a dummy pcm_set_frequency() function for the sim. Can someone who knows ... | Dave Chapman | 1 | -0/+6 |
2006-12-19 | Convert queues to use intptr_t for event data and return values as most of th... | Michael Sevakis | 2 | -16/+17 |
2006-12-16 | Add queue_send synchronous message sending. Right now only for SWCODEC. Actua... | Michael Sevakis | 1 | -11/+178 |
2006-11-10 | Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. | Jens Arnold | 3 | -47/+0 |
2006-11-06 | Fixed the errors on the sims. | Michael Sevakis | 1 | -1/+1 |
2006-11-06 | Big Patch adds primarily: Samplerate and format selection to recording for SW... | Michael Sevakis | 1 | -1/+2 |
2006-11-03 | Oops, sim was missing a queue function | Steve Bavin | 1 | -0/+14 |
2006-10-27 | Next step of Makefile tuning: * Use 'make' internal commands for printing mes... | Jens Arnold | 1 | -8/+5 |
2006-10-26 | Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ... | Barry Wardell | 3 | -4/+18 |
2006-10-23 | Consistent style of 'make' messages. Always use ranlib after ar. | Jens Arnold | 1 | -1/+2 |
2006-10-22 | Make the SDL simulator a console app on cygwin, and circumvent SDL_main. Debu... | Jens Arnold | 1 | -0/+5 |
2006-10-21 | Fix build errors in H100 and H300 UI simulator. | Barry Wardell | 1 | -1/+1 |
2006-10-21 | Simplify the numeric keypad -> device button mapping in the UI simulator for ... | Barry Wardell | 1 | -66/+332 |
2006-10-16 | Added necessary bits & pieces for building an ipod 3rd gen simulator. | Jens Arnold | 2 | -0/+12 |
2006-09-16 | New scheduler, with priorities for swcodec platforms. Frequent task | Miika Pekkarinen | 1 | -4/+9 |
2006-09-03 | Oops - fix warnings and add a simulator version of remove_thread_on_core() | Daniel Ankers | 1 | -6/+6 |
2006-09-03 | Fix simulation of threads across multiple cores | Daniel Ankers | 1 | -1/+7 |
2006-08-19 | Add new build target for iriver H10 5/6Gb. | Barry Wardell | 2 | -1/+11 |
2006-08-18 | Iriver iFP7xx support in simulator. | Tomasz Malesinski | 3 | -0/+15 |
2006-08-15 | Add remote_type() to the uisim for h100/h300 builds. Use the "t" key to switc... | Hristo Kovachev | 1 | -0/+36 |