summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-10-27Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve...Nicolas Pennequin2-0/+23
2007-10-26Some small cleanups and code for testingKarl Kurbjun4-33/+71
2007-10-25Remove unused struct membersNils Wallménius1-6/+0
2007-10-25Finally commit Metadata on Buffer!Nicolas Pennequin1-1/+1
2007-10-25Further optimised the filter vector math assembly for coldfire, and added ass...Jens Arnold1-0/+5
2007-10-25Rename TMS320DSC25 CONFIG_CPU value to DSC25 to prevent confusion with TMS320...Dave Chapman1-2/+2
2007-10-25FS#8022: AS3514 missing initialisation.Barry Wardell1-1/+8
2007-10-25FS#8023: Use of AS3514 #defines instead of magic values.Barry Wardell6-9/+22
2007-10-25enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usab...Jonathan Gordon1-1/+1
2007-10-24logf changes:Nicolas Pennequin1-2/+11
2007-10-24Try and save some bytes, seeing as we already assumed LANG_ constants for mon...Steve Bavin1-4/+0
2007-10-23mrobe changes:Jonathan Gordon1-4/+4
2007-10-23enable the RTC on the mrobe.Jonathan Gordon3-7/+23
2007-10-23Fix the FRAME offset calculation on Gigabeat (m:robe 500 too?).Michael Sevakis1-1/+1
2007-10-23Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:RobeKarl Kurbjun14-72/+97
2007-10-22mr500 sort of working battery measurments. probably could be done better, but...Jonathan Gordon2-2/+46
2007-10-22nope, reread the datasheet... this one is correctJonathan Gordon1-2/+2
2007-10-22fix writing to registers on the tsc2100Jonathan Gordon1-1/+1
2007-10-22touchpad driver for the mrobe. nothing in apps/ uses it yet.Jonathan Gordon4-44/+80
2007-10-22revert the previous one... = is ok and a touch fasterJonathan Gordon2-2/+2
2007-10-22fix the interupt clearingJonathan Gordon2-2/+2
2007-10-22Assembler optimised lcd_yuv_blit() for iPod Video (Fs #7951 by Andree Buschma...Jens Arnold3-105/+249
2007-10-21Fix an error and a commentKarl Kurbjun2-7/+3
2007-10-21More M:Robe work including a fix to lcd-as-memframe for larger screens thanks...Karl Kurbjun4-13/+87
2007-10-21Be sure to register a new mutex owner _before_ waking it. Won't be an issue n...Michael Sevakis1-1/+8
2007-10-21Implement YUV dithering for c200, and enable the option in mpegplayer.Jens Arnold2-11/+349
2007-10-21Fixed warnings when logf is enabled.Miika Pekkarinen1-0/+6
2007-10-21The interrupt disable is only relevant on multicore targets.Michael Sevakis1-0/+2
2007-10-21Don't keep interrupts disabled when waking a frozen thread. Fixes frozen UI o...Jens Arnold1-0/+1
2007-10-20Set svn:keywordsNicolas Pennequin1-1/+1
2007-10-19Save a little space and only initialize the minimum for initial threads at st...Michael Sevakis1-27/+22
2007-10-19Reverse some logic with Peterson's algorithm and cut an instruction. Make C-r...Michael Sevakis1-22/+24
2007-10-19init spi and uart in the main buildJonathan Gordon1-0/+4
2007-10-18slightly better touchpad driver. Still not brilliant, but the bootloader/debu...Jonathan Gordon2-11/+34
2007-10-18Make rockbox think we have a full battery untill this actually works, otherwi...Jonathan Gordon1-1/+1
2007-10-18Some changes to the UART/button driver - reduce the number of interrupts - mo...Karl Kurbjun2-81/+65
2007-10-18PP502x: Get switch_thread back out of IRAM and devise a better core wakeup sy...Michael Sevakis2-55/+103
2007-10-17Coldfire: Partially revert buffered writes, and enable them explicitly for th...Jens Arnold4-6/+7
2007-10-17Turns out you can boot the main build by copying apps/rockbox.bin to /rockbox...Karl Kurbjun2-2/+3
2007-10-17Fix core_sleep for targets that have not implemented it yetKarl Kurbjun1-1/+1
2007-10-17Apply Akio Idehara's fix for FS#7972 - Fix ARM's swp (xchg) inline assembly f...Michael Sevakis1-3/+3
2007-10-16Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis7-8/+15
2007-10-16Parts of FS #7951 by Andree Buschmann. Faster YUV BLIT (means faster mpegplay...Thom Johansen2-120/+94
2007-10-16Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell12-60/+98
2007-10-16Oops made a mistake that messed up test_and_set selection.Michael Sevakis1-3/+3
2007-10-16Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Min...Michael Sevakis2-48/+1
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis30-835/+3295
2007-10-15Coldfire targets: enable buffered writes by default. Speeds up all sorts of I...Jens Arnold7-16/+16
2007-10-15Remove the "invert scroll" code since it's not used anywhere anymore (and it ...Antoine Cellerier3-32/+0
2007-10-15Fix coldfire PCF50606 I2C driver, and iriver FM radio I2C driver. Both driver...Jens Arnold2-63/+60