summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Collapse)AuthorAge
...
* Now handles empty recordings without crashing. This fixes bug #835158.Linus Nielsen Feltzing2003-11-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4006 a1c6a512-1295-4272-9138-f99709370657
* Patch #791531 by Barry McIntosh, fake time stamps for file creation/updates ↵Linus Nielsen Feltzing2003-11-03
| | | | | | on Players git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4005 a1c6a512-1295-4272-9138-f99709370657
* Killed a warningLinus Nielsen Feltzing2003-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3999 a1c6a512-1295-4272-9138-f99709370657
* Frame-accurate file splits when recording. Now the PLAY button closes the ↵Linus Nielsen Feltzing2003-11-02
| | | | | | current file and opens a new one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3998 a1c6a512-1295-4272-9138-f99709370657
* Killed a warning (and a bug I introduced in the last commit)Linus Nielsen Feltzing2003-10-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3994 a1c6a512-1295-4272-9138-f99709370657
* Explicit setup of the bus controller wait states. This is supposed to fix ↵Linus Nielsen Feltzing2003-10-27
| | | | | | the issue when the flashed recorder hangs when recording. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3991 a1c6a512-1295-4272-9138-f99709370657
* Correct genre parsing by making code match comment (and specification) :)Magnus Holmgren2003-10-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3987 a1c6a512-1295-4272-9138-f99709370657
* Better error reportingLinus Nielsen Feltzing2003-10-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3986 a1c6a512-1295-4272-9138-f99709370657
* Genre parsing in id3v2.3 was still wrong. Also, the last frame in the tag ↵Linus Nielsen Feltzing2003-10-22
| | | | | | could sometimes be ignored. This fixes the strange 1-digit track number bug. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3984 a1c6a512-1295-4272-9138-f99709370657
* Added unsynchronizationLinus Nielsen Feltzing2003-10-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3983 a1c6a512-1295-4272-9138-f99709370657
* cosmetic: moved my port inits to the "new" init functionJörg Hohensohn2003-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3982 a1c6a512-1295-4272-9138-f99709370657
* An attempt to fix the ID3V2 genre tag parsingLinus Nielsen Feltzing2003-10-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3981 a1c6a512-1295-4272-9138-f99709370657
* Added tag resolvers for TYE, TAL and TRKLinus Nielsen Feltzing2003-10-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3980 a1c6a512-1295-4272-9138-f99709370657
* Resume rounding error fixes (patch #783078 by Harold Toler)Björn Stenberg2003-10-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3978 a1c6a512-1295-4272-9138-f99709370657
* Fixed ff/rew rounding error (patch #783525 by Harold Toler)Björn Stenberg2003-10-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3977 a1c6a512-1295-4272-9138-f99709370657
* Car Ignition Auto Stop (patch #736339 by Craig Sather)Björn Stenberg2003-10-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3976 a1c6a512-1295-4272-9138-f99709370657
* Fixes sleep timer when connected to charger (patch #769591 by Henrik Backe)Björn Stenberg2003-10-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3975 a1c6a512-1295-4272-9138-f99709370657
* The 'rec upd' panic now prints the filename as wellLinus Nielsen Feltzing2003-10-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3973 a1c6a512-1295-4272-9138-f99709370657
* More linker safe MP3 buffer handling in the simulatorLinus Nielsen Feltzing2003-10-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3972 a1c6a512-1295-4272-9138-f99709370657
* patch #785885 by Magnus Holmgren: way faster rolo, with assemblerJörg Hohensohn2003-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3971 a1c6a512-1295-4272-9138-f99709370657
* patch #801964 by Magnus Holmgren: 10% faster bitswapJörg Hohensohn2003-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3970 a1c6a512-1295-4272-9138-f99709370657
* fixed rolo-ing of original Archos firmware when flashed. Finally narrowed it ↵Jörg Hohensohn2003-10-11
| | | | | | down, PAIOR needs to be initialized. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3969 a1c6a512-1295-4272-9138-f99709370657
* Removed the battery level rise limiter. This provides more accurate values ↵Björn Stenberg2003-09-22
| | | | | | the minutes after booting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3962 a1c6a512-1295-4272-9138-f99709370657
* Removed reboot when DC connected. It serves no purpose and is confusing to ↵Björn Stenberg2003-09-19
| | | | | | users. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3956 a1c6a512-1295-4272-9138-f99709370657
* ATA io_address_detect() now doesn't probe any more, but uses the h/w mask. ↵Jörg Hohensohn2003-09-01
| | | | | | Probing failed for some flash users. I hope this works for everybody, we have to try to find out. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3946 a1c6a512-1295-4272-9138-f99709370657
* Pass actual time instead of offset to mpeg_ff_rewind. Fixes ff/rew to wrong ↵Hardeep Sidhu2003-08-29
| | | | | | time when mpeg thread is busy loading data. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3943 a1c6a512-1295-4272-9138-f99709370657
* Slightly more correct initialization of the power/charging codeLinus Nielsen Feltzing2003-08-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3940 a1c6a512-1295-4272-9138-f99709370657
* Measured voltages for LiIon. I found rockbox-liion.gifUwe Freese2003-08-21
| | | | | | | somewhere, didn't know where anymore. Thanks to the one who measured the values. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3936 a1c6a512-1295-4272-9138-f99709370657
* Reset playing variables when usb connectedHardeep Sidhu2003-08-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3935 a1c6a512-1295-4272-9138-f99709370657
* Smarter jumpscroll.Mats Lidell2003-08-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3931 a1c6a512-1295-4272-9138-f99709370657
* The other end of my diagnostic code: Rolo now tries to load the file ↵Jörg Hohensohn2003-08-04
| | | | | | "/startup_io.bin" and restores the I/O space from there, if present. Use a file created from not-flashed for testing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3917 a1c6a512-1295-4272-9138-f99709370657
* TP Diffenbach pointed out the risk here. Added a check for bad input valuesDaniel Stenberg2003-07-28
| | | | | | | | here, and I also made the argument named 'index' and made it unsigned to better match what it actually is used for. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3899 a1c6a512-1295-4272-9138-f99709370657
* Setting the lowest mic gain no longer turns off the mic (bug #774349)Linus Nielsen Feltzing2003-07-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3865 a1c6a512-1295-4272-9138-f99709370657
* ide_power_enable for simulator added.Mats Lidell2003-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3851 a1c6a512-1295-4272-9138-f99709370657
* usb_detect for simulator added.Mats Lidell2003-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3850 a1c6a512-1295-4272-9138-f99709370657
* Another go at the disk-full FAT driver fix. Now it skips the reserved ↵Linus Nielsen Feltzing2003-07-19
| | | | | | sectors at all times. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3847 a1c6a512-1295-4272-9138-f99709370657
* report sleeping disk while not initialized, needed for changing before ↵Jörg Hohensohn2003-07-18
| | | | | | ata_init() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3844 a1c6a512-1295-4272-9138-f99709370657
* Magnus Holmgren: Just realized one thing: doing AN0-3 last is slightly ↵Jörg Hohensohn2003-07-17
| | | | | | | | | better, as AN0 will then remain valid for the first execution of the tick task function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3842 a1c6a512-1295-4272-9138-f99709370657
* when rebooting, de-init such that the coldstart detection would kick in ↵Jörg Hohensohn2003-07-17
| | | | | | again (fixes Rombox ATA problems when shutting off with charger) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3840 a1c6a512-1295-4272-9138-f99709370657
* one more missing init, prevented powering down the diskJörg Hohensohn2003-07-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3839 a1c6a512-1295-4272-9138-f99709370657
* Removed a compiler warningLinus Nielsen Feltzing2003-07-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3837 a1c6a512-1295-4272-9138-f99709370657
* Fixed a bug that included the reserved clusters 0 and 1 in the search for ↵Linus Nielsen Feltzing2003-07-16
| | | | | | available clusters. That could in some cases lead to a bogus disk-full error. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3836 a1c6a512-1295-4272-9138-f99709370657
* Patch 772577 by Magnus Holmgren: measure all ADC channels within adc_init(), ↵Jörg Hohensohn2003-07-16
| | | | | | so afterwards adc_read() can be used right away. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3834 a1c6a512-1295-4272-9138-f99709370657
* Initalize last_disk_activityBjörn Stenberg2003-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3830 a1c6a512-1295-4272-9138-f99709370657
* A more complete serial port setupLinus Nielsen Feltzing2003-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3829 a1c6a512-1295-4272-9138-f99709370657
* Fixed spindown bug: last_disk_activity was set 10 seconds into the future, ↵Björn Stenberg2003-07-10
| | | | | | which resulted in too long spindown delays. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3826 a1c6a512-1295-4272-9138-f99709370657
* Added dependency to the tools dir, so it's automatically built with the ↵Björn Stenberg2003-07-10
| | | | | | rest. Updated build docs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3825 a1c6a512-1295-4272-9138-f99709370657
* Moved lcd default contrast knowledge from settings.c to lcd driver. Now ↵Björn Stenberg2003-07-09
| | | | | | lcd_init sets default contrast until settings are read. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3824 a1c6a512-1295-4272-9138-f99709370657
* Cold start fixes: master_slave_select() now checks for BSY as well as RDY ↵Björn Stenberg2003-07-09
| | | | | | (since disks are BSY during powerup). Also, wait_for_bsy() looks at ATA_STATUS instead of ATA_ALT_STATUS, since the address of ATA_ALT_STATUS is not determined until later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3822 a1c6a512-1295-4272-9138-f99709370657
* Removed warningsBjörn Stenberg2003-07-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3821 a1c6a512-1295-4272-9138-f99709370657