summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-01-05Unless I'm severely mistaken, we can drop a thread slot now since mpegplayer ...Michael Sevakis1-2/+2
2009-01-05redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon1-1/+0
2009-01-05Update copyright headers for 2009 since they're new files.Michael Sevakis2-2/+2
2009-01-05Gigabeat S: Get timer API working. metronome will work now.Michael Sevakis5-10/+166
2009-01-04Group source files common to all current as3525 targets under '#if CONFIG_CPU...Bertrik Sikken1-12/+4
2009-01-03Gigabeat S: Ensure a few more clocks are stopped for things we aren't using a...Michael Sevakis1-1/+4
2009-01-02static/const/#include/tab police on various filesBertrik Sikken1-0/+1
2009-01-02Speed up Player build a bit by not building a useless sysfont.o.Jens Arnold1-1/+3
2009-01-02Small binsize optimization and likely a tiny speedup tooNils Wallménius2-83/+40
2009-01-02Add very rough battery life estimateion for iPod minis. Also, update Sansav1...Michael Giacomelli4-4/+14
2009-01-01Fix (USB) serial logf()Maurus Cuelenaere1-3/+3
2008-12-31Updated Fuze button code. FS#9645 by Thomas Martitz.Björn Stenberg3-81/+189
2008-12-31Ingenic Jz4740:Maurus Cuelenaere2-34/+71
2008-12-31correct wrong logfFrank Gevaerts1-1/+1
2008-12-31Fix off-by-oneMaurus Cuelenaere1-3/+3
2008-12-31Commit FS#9733 (multiline logf) by Yoshihisa UchidaMaurus Cuelenaere2-13/+55
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2-1/+1
2008-12-31Ingenic Jz4740:Maurus Cuelenaere2-51/+2064
2008-12-31Hehe. Broke it already in last-second sanitation. Put some bits back.Michael Sevakis1-0/+3
2008-12-31Gigabeat S: Allow recording from FM. Give FM the same volume range as playbac...Michael Sevakis8-155/+390
2008-12-31Ingenic players:Maurus Cuelenaere5-95/+444
2008-12-30Implemented system_reboot().Björn Stenberg2-0/+11
2008-12-30Fixed m200v4 red build.Björn Stenberg1-0/+4
2008-12-30Cleaner usb detection.Björn Stenberg1-11/+15
2008-12-29Added usb_detect() for Clip, Fuze, E200v2 and C200v2.Björn Stenberg1-0/+9
2008-12-28Use the same poweroff count for clip as for other AMS targetsBjörn Stenberg1-1/+1
2008-12-27Gigabeat S, use saner input volume on the line in used for fm to have fm volu...Nils Wallménius1-6/+9
2008-12-27Fix for FS#9444. Scales balance between current and mute. Mutes channel at 10...Steve Gotthardt1-7/+7
2008-12-27Make si4700 tuner driver more sane with bit and field defines and entirely hi...Michael Sevakis8-173/+488
2008-12-26i7: set low-battery values and enable shutdown on low-batteryVitja Makarov2-4/+2
2008-12-26imx31: Fix a couple small problems with the i2c driver that went unnoticed un...Michael Sevakis1-29/+28
2008-12-26Latest work on the bmp on-load scaler:Andrew Mahone2-0/+8
2008-12-25Fix moreMichael Giacomelli1-0/+1
2008-12-25Hopefully fix read.Michael Giacomelli2-19/+20
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli11-26/+328
2008-12-24Gigabeat S: Fix a divide by zero in runtime estimation caused by using actual...Michael Sevakis1-0/+2
2008-12-24Gigabeat S: Simplify and use a thermistor lookup table (ADC value => deg C) ....Michael Sevakis1-42/+44
2008-12-24H10 can distinguish USB and MAIN charger input so return proper flags. H100s ...Michael Sevakis5-16/+21
2008-12-24Oops. Fix precompiler condition to be for all CONFIG_CHARGING != 0 (as it sho...Michael Sevakis1-1/+1
2008-12-24Fix red and yellow.Michael Sevakis2-3/+15
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis28-1067/+1123
2008-12-24Fix mistake in c200v2 button driver noticed by Thomas Maritiz.Michael Giacomelli1-1/+1
2008-12-24Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some ...Michael Giacomelli10-1/+925
2008-12-24Remove some unused code in the Philips SA9200 port.Mark Arigo2-88/+2
2008-12-23Fix inverted de-emphasis bit for si470x FM chip.Bertrik Sikken2-5/+5
2008-12-22Update si4700 FM driver:Bertrik Sikken1-39/+106
2008-12-22Gigabeat S: Enable keyboard line editing and morse code input.Michael Sevakis1-0/+5
2008-12-22Enable the RTC on the Philips HDD16x0. The RTC is a PCF8563, but it's registe...Mark Arigo1-3/+4
2008-12-21Fix red.Michael Sevakis1-0/+2
2008-12-21Gigabeat S: Make tuner_power have the expected behavior (return old state). S...Michael Sevakis3-6/+21