summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2008-02-27move the usb_core thread functionality to the main usb threadFrank Gevaerts1-94/+29
2008-02-27Fix a few comments.Jens Arnold1-3/+3
2008-02-26added support for USB port test modes, which are (a) required by the spec, an...Frank Gevaerts1-1/+24
2008-02-24disable logf again, since it was accidentally enabled in the previous commitFrank Gevaerts1-1/+1
2008-02-24comment fix, and one logf() removedFrank Gevaerts1-3/+2
2008-02-24m:robe 100 - now that we have working buttons, we can enable backlight on/off.Mark Arigo1-0/+2
2008-02-24fix redMark Arigo1-1/+1
2008-02-24Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire inter...Mark Arigo3-23/+588
2008-02-22Only allow high-speed usb if USE_HIGH_SPEED is defined. It still causes data ...Frank Gevaerts1-0/+6
2008-02-22Make high speed work. Does not fix any other bugs yet, so still be careful ab...Frank Gevaerts2-4/+2
2008-02-20Major USB stack improvements. It now works at nearly the maximum speed for a ...Frank Gevaerts2-153/+198
2008-02-19FS#8588: disable USB device again when USB is disconnected on PortalPlayer ta...Barry Wardell1-10/+15
2008-02-19Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines.Will Robertson1-2/+21
2008-02-17Give the Gigabeat S bootloader the ability to untar a tarball.Nicolas Pennequin2-0/+4
2008-02-17revert my work, suggested by amiconnChristian Gmeiner2-152/+0
2008-02-17the last one... sorry for troubleChristian Gmeiner1-2/+14
2008-02-17fix yellowChristian Gmeiner1-3/+1
2008-02-17fix redChristian Gmeiner2-0/+8
2008-02-17FS#8611: move hw_info for pp targets into target treeChristian Gmeiner2-0/+134
2008-02-16a very basic power_off functionChristian Gmeiner1-1/+5
2008-02-16I need to overwork this - sorryChristian Gmeiner1-16/+0
2008-02-16Shutdown needs about 2 seconds, but it seems to work :)Christian Gmeiner1-2/+16
2008-02-15fix compiling of debug menu for tcc780xChristian Gmeiner2-2/+23
2008-02-14Revert LCD changes - make sure the backlight remains on as a visible sign tha...Robert Keevil1-8/+0
2008-02-14Fix redRobert Keevil1-0/+4
2008-02-14Prevent the screen flashing white when shutting down colour ipods - fixes FS#...Robert Keevil1-0/+4
2008-02-13D2: Further work-in-progress on the NAND driver.Rob Purchase1-103/+276
2008-02-13Fix the red.Karl Kurbjun1-1/+2
2008-02-13Make the gigabeat LCD initialization work properly without the original firmw...Karl Kurbjun1-48/+130
2008-02-11Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK...Björn Stenberg2-39/+153
2008-02-11Some misc. ATA stuff: Increase threads' priority (important for idle callback...Michael Sevakis1-1/+2
2008-02-10make mrobe100 work againRobert Kukla1-1/+1
2008-02-10Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli8-155/+246
2008-02-09Use a fixed multiplier of 2^10 as required when calculating number of blocks.Jonas Häggqvist1-1/+1
2008-02-09Oops. Tiny goof.Michael Sevakis1-1/+1
2008-02-09Gigabeat S: Get button driver at 100%. Disable SPI because it hangs and will ...Michael Sevakis2-130/+119
2008-02-08Gigabeat S: Get boot to go a little father.Michael Sevakis3-55/+51
2008-02-08Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.Michael Sevakis6-140/+186
2008-02-05Oops. On a roll...that shouldn't have been committed.Michael Sevakis1-1/+1
2008-02-05gigabeatS: Fix the timer startup oddness. Seems it likes the interrupt clear ...Michael Sevakis2-8/+3
2008-02-05Do better job with UIE_VECTOR.Michael Sevakis1-8/+14
2008-02-05Code police tabs and spacesMichael Sevakis1-24/+24
2008-02-05Gigabeat S mixer: Make some progress. Get the tick and core sleep working usi...Michael Sevakis10-874/+528
2008-02-03fix h300 redRobert Kukla1-1/+1
2008-02-03mrobe 100: real time clock (if anybody recognises the RTC chip let me know)Robert Kukla1-269/+0
2008-02-03mrobe 100: (1) device reset in system_init is same as H10. (2) make power_off...Mark Arigo2-6/+11
2008-02-01H10-20GB: Commit the first patch in FS#8533 to fix the mpegplayer display pro...Michael Sevakis1-8/+16
2008-01-27Use the timeout API as a oneshot for headphone plug debouncing. Set at 1s for...Michael Sevakis1-9/+10
2008-01-27D2: Add auto-detection of the SAMSUNG flash chips used in the 2/4/8Gb Rob Purchase1-64/+141
2008-01-26H10 20GB: Assembly YUV blitting and dithering.Michael Sevakis2-145/+586