summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2011-03-24SD AMSv2: fix r29625Rafaël Carré
2011-03-21AMSv2 SD: send 80 idle clocks before sending initial CMD0 (go idle state)Bertrik Sikken
2011-03-21AMSv2 SD: receive sd card command responses during initialisation instead of ...Bertrik Sikken
2011-03-21AMSv2 SD: wait for previous data transfer completion before sending a commandBertrik Sikken
2011-03-21AMSv2 SD: use a sleep instead of a udelay for 100 ms delayBertrik Sikken
2011-03-20SD AMSv2: fix r29169Rafaël Carré
2011-03-20SD amsv2: remove double assignementRafaël Carré
2011-03-20Add another delay in the AMSv2 sd controller driver as a work-around for SD i...Bertrik Sikken
2011-03-16Android: Implement app shutdown and thus, sleep timer.Thomas Martitz
2011-03-16Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg
2011-03-12Android: allocate native_buffer locally, which does away with the need to holdMaurus Cuelenaere
2011-03-11Android: Switch to pthread_cond+SIGEV_THREAD for tick task handling.Thomas Martitz
2011-03-11Create GlobalRef in surfaceCreated, in accordance to r29572.Thomas Martitz
2011-03-11Android: delete the global reference in surfaceDestroyedMaurus Cuelenaere
2011-03-11Android: no need to keep RockboxPCM_class aroundMaurus Cuelenaere
2011-03-11Partly revert "Android: use NewGlobalRef for references that are used globally"Maurus Cuelenaere
2011-03-11Android: Don't share the JNI environment across threads, but obtain it theMaurus Cuelenaere
2011-03-11Android: use NewGlobalRef for references that are used globallyMaurus Cuelenaere
2011-03-10Enable volume keys in Android.Björn Stenberg
2011-03-08Return -1 for not implemented RTC functions.Thomas Martitz
2011-03-08RaaA: Add RTC supportThomas Jarosch
2011-03-08Bring idle poweroff to RaaA and the simThomas Jarosch
2011-03-05Android: Fix black display after unzipping libmisc.so.Thomas Martitz
2011-03-05Change the thread api a bit.Thomas Martitz
2011-03-05Add rockbox copyright header with proper credits for kugelThomas Jarosch
2011-03-05Add svn:keywords to firmware/target/hosted source filesThomas Jarosch
2011-03-03Fix compilation issues for sdl when HAVE_BUTTON_DATA is not definedFrank Gevaerts
2011-03-02Remove redundant function prototypeThomas Jarosch
2011-03-02Fix red on Archos RecorderThomas Jarosch
2011-03-02Fix redThomas Jarosch
2011-03-02Introduce "power" thread for RaaAThomas Jarosch
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis
2011-03-01Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android ...Thomas Jarosch
2011-03-01Move drivers/i2c.c into target tree as it contains SH specific bits. Leave as...Marcin Bukat
2011-03-01Move ata_mmc.c into target tree as it is SH (ondio) specific. Associated head...Marcin Bukat
2011-03-01iPod Classic: Use DMA (and double buffering) for LCD updatesMichael Sparmann
2011-02-28Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access itThomas Jarosch
2011-02-28iPod Classic: Enable RGB LCD update assembler codeMichael Sparmann
2011-02-28iPod Classic: Fix YUV blitting. Mpegplayer works now.Michael Sparmann
2011-02-28brackets are important! fix the mouse being hidden in simsJonathan Gordon
2011-02-28Hopefully get shutdown/exit handling on SDL/maemo right.Thomas Martitz
2011-02-28Pandora port: Exit rockbox by pressing the SELECT buttonThomas Jarosch
2011-02-27RaaA: Add initial Pandora supportThomas Jarosch
2011-02-27iPod Classic CE-ATA Support (Part 4 of 4: S5L8702 ATA driver)Michael Sparmann
2011-02-25Byteswap routines don't really need 'asm volatile', just 'asm' since it shoul...Michael Sevakis
2011-02-24Use thumb-compatible byte swap routines when building with -mthumb.Michael Sevakis
2011-02-23Android:Thomas Martitz
2011-02-23Gigabeat S: Smoother bootup. Don't do full drive reset at boot since it's not...Michael Sevakis
2011-02-22Return valid tuner ID even when tuner is not detected properly. Fixes FS#11791Michael Chicoine