summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2004-04-16New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing4-6/+54
2004-04-16No need to call fat_truncate() to delete the file, fat_remove() frees all clu...Linus Nielsen Feltzing1-7/+0
2004-04-16Added rmdir, and changed atoi() to strtol(), to be able to enter hex values a...Linus Nielsen Feltzing1-6/+13
2004-04-15Minor corrections for the mkdir function, and some cleanupLinus Nielsen Feltzing1-11/+2
2004-04-09Fixed bug #932467, where there could be a deadlock if you pause the playback ...Linus Nielsen Feltzing1-4/+4
2004-04-06Added some missing character substitutions, prompted by Eric Lassauge.Björn Stenberg1-21/+21
2004-04-06Added cluster size to the disk debug screenLinus Nielsen Feltzing2-0/+6
2004-04-05Patch #929680 by Jens Arnold, fixes bug #929680 by reducing the postpone_dma_...Linus Nielsen Feltzing1-1/+1
2004-04-01Some bug fixes in the recording code. The recorded frames weren't CRC protect...Linus Nielsen Feltzing1-39/+81
2004-04-01patch #922836 by Jens: way faster disk writing, in assembler. The code is in,...Jörg Hohensohn1-13/+126
2004-03-30The ID3 parser accidentally allowed a data length indicator flag on 2.3 tags,...Linus Nielsen Feltzing1-9/+17
2004-03-30Fixed the prerecording as wellLinus Nielsen Feltzing1-1/+1
2004-03-30Fixed the problem when high quality recordings could start with a corrupt frameLinus Nielsen Feltzing1-2/+2
2004-03-25Increased the USB thread stack. This fixed bug #762588.Linus Nielsen Feltzing1-1/+3
2004-03-25The ID3V2 TCON frame is now parsed in a little more forgiving mannerLinus Nielsen Feltzing1-2/+4
2004-03-22No need to turn on the backlight for remote button presses.Björn Stenberg1-1/+0
2004-03-21First try to get a better transition from a cancelled clip to a new one, by m...Jörg Hohensohn2-0/+9
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn3-247/+0
2004-03-19Include mem*.S in daily tar ballsHenrik Backe1-1/+1
2004-03-19A hip shot trying to make the Red LED Death situation a little betterLinus Nielsen Feltzing1-1/+12
2004-03-18patch #919088: 17% faster bitswap(), by Jens "SH" ArnoldJörg Hohensohn1-71/+89
2004-03-18patch #917153: faster memset()/memcpy()Jörg Hohensohn5-229/+283
2004-03-16Increased the maximum battery capacityLinus Nielsen Feltzing1-1/+1
2004-03-14killed an overlooked warningJörg Hohensohn1-0/+1
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn3-0/+246
2004-03-13Skipping unknown ID3V2 frames didn't work as expected with global unsynch. Th...Linus Nielsen Feltzing1-1/+1
2004-03-13We had a few set_irq_level(15) left in the code, instead of the new set_irq_l...Jörg Hohensohn2-3/+3
2004-03-13nice hint by Jens Arnold: using RAS Down Mode for the DRAM makes the box 10-1...Jörg Hohensohn1-2/+2
2004-03-11Feature for recording: Delayed file open avoids disk spinup as long as the bu...Jörg Hohensohn1-5/+22
2004-03-11patch #910193 by Jens Arnold: smaller and faster descramble/RoLoJörg Hohensohn1-65/+56
2004-03-10You can't open() a directory as a file (at least not for writing)Linus Nielsen Feltzing1-1/+8
2004-03-10- no second ata_hard_reset() call, saves ~2.5 seconds flash boot time (please...Jörg Hohensohn1-72/+105
2004-03-09Reverted the STANDBY fix from 2004-02-15, rev 1.106Linus Nielsen Feltzing1-2/+0
2004-03-0314% faster bitswap, thanks JensJörg Hohensohn1-40/+41
2004-03-03wasteful alignment fixed, thanks JensJörg Hohensohn1-2/+2
2004-03-02Removed compiler warningLinus Nielsen Feltzing1-2/+0
2004-03-02Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing7-21/+23
2004-03-02Removed the interrupt disabling in lcd_write_data()Linus Nielsen Feltzing1-8/+8
2004-03-02Now sets the highest possible PIO mode in set_features()Linus Nielsen Feltzing1-1/+21
2004-02-25The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing6-44/+39
2004-02-17fixed compiling errorsLinus Nielsen Feltzing1-0/+3
2004-02-17set_features() is now called from ata_power_on()Linus Nielsen Feltzing1-2/+6
2004-02-16Silly me, I forgot to remove my debugging codeLinus Nielsen Feltzing1-2/+0
2004-02-16Bug 1: The STANDBY mode is now explicitly disabled, since it could be set to ...Linus Nielsen Feltzing1-1/+9
2004-02-15Assembly code for copy_read_sectors() disabled: Tests with Trent showed that ...Jörg Hohensohn1-0/+3
2004-02-11Empty file/dir names are now rejected by open() and mkdir()Linus Nielsen Feltzing2-6/+20
2004-02-09Assembly code for copy_read_sectors() reworked: I've spread the ATA reads apa...Jörg Hohensohn1-20/+39
2004-02-05Better charging feedback for FM/V2 devicesLinus Nielsen Feltzing3-6/+34
2004-01-30hope I killed that warning nowJörg Hohensohn1-1/+1
2004-01-30inconsistent argument type for backlight_set_timeout() fixedJörg Hohensohn2-3/+3