rockbox/firmware/export/config
Michael Sparmann d46afc629e Make USB work again on iPod Nano 2G and iPod Classic. Still not 100% stable on Nano 2G, and HID is still broken.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31516 a1c6a512-1295-4272-9138-f99709370657
2012-01-01 21:28:03 +00:00
..
android.h Android: implement headphone detection thus enabling pause on unplug (FS#12097). 2011-06-04 19:17:47 +00:00
archosfmrecorder.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
archosondiofm.h Make usage of TALK_PARTIAL_LOAD actually Ondio specific. MMC is not always slow. 2011-11-06 14:25:33 +00:00
archosondiosp.h Make usage of TALK_PARTIAL_LOAD actually Ondio specific. MMC is not always slow. 2011-11-06 14:25:33 +00:00
archosplayer.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
archosrecorder.h Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead. 2011-02-02 17:43:32 +00:00
archosrecorderv2.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
cowond2.h Touchscreen: Improved scroll threshold 2010-11-10 15:25:15 +00:00
creativezv.h Add LBA48 support to all targets with ATA, except archoses whose USB bridge chip can't handle it. 2010-04-09 12:10:17 +00:00
gigabeatfx.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
gigabeats.h RDS: Use a define that doesn't imply any particular hardware dependency. 2011-12-29 14:55:49 +00:00
gogearhdd1630.h Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA DMA causes sporadic lockups and static noise on several PP based players. This change is expected to fix FS#11746, FS#11764, FS#11775, FS#11846 and FS#11863. 2011-03-01 07:05:18 +00:00
gogearhdd6330.h HDD6330: fix the behavior of the lcd during shutdown (fading out), disable poweroff while charging for now. 2011-09-13 21:14:11 +00:00
gogearsa9200.h Correct typo in the Philipps SA9200 config file. 2011-02-08 21:42:19 +00:00
hifimanhm60x.h Added HiFiMAN HM-801 target. FS#12355. This also renames tda1543.{ch} used by HM-60x to dummy_codec.{ch} as it works for PCM1704 used by HM-801. 2011-11-03 11:53:02 +00:00
hifimanhm801.h fix target id for HiFiMAN HM-801 2011-11-16 16:07:06 +00:00
iaudio7.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
iaudiom3.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
iaudiom5.h Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote to the logo plugin. Fixes a warning when building with gcc 4.4.4. 2010-07-23 20:20:40 +00:00
iaudiox5.h Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote to the logo plugin. Fixes a warning when building with gcc 4.4.4. 2010-07-23 20:20:40 +00:00
ipod1g2g.h Finally submit GUI boost (FS#8668). With this change the CPU is boosted (with a 1 second timeout) on scrollwheel activity in the list, main menu, tree and std context. For now GUI boost is only enabled on scrollwheel targets. The code can easily be enhanced to work with other targets as well. 2011-11-11 19:40:32 +00:00
ipod3g.h Finally submit GUI boost (FS#8668). With this change the CPU is boosted (with a 1 second timeout) on scrollwheel activity in the list, main menu, tree and std context. For now GUI boost is only enabled on scrollwheel targets. The code can easily be enhanced to work with other targets as well. 2011-11-11 19:40:32 +00:00
ipod4g.h Finally commit FS#5111 - piezo clicker for ipods! 2011-11-16 10:25:43 +00:00
ipod6g.h Make USB work again on iPod Nano 2G and iPod Classic. Still not 100% stable on Nano 2G, and HID is still broken. 2012-01-01 21:28:03 +00:00
ipodcolor.h Finally commit FS#5111 - piezo clicker for ipods! 2011-11-16 10:25:43 +00:00
ipodmini1g.h Finally commit FS#5111 - piezo clicker for ipods! 2011-11-16 10:25:43 +00:00
ipodmini2g.h Finally commit FS#5111 - piezo clicker for ipods! 2011-11-16 10:25:43 +00:00
ipodnano1g.h Finally commit FS#5111 - piezo clicker for ipods! 2011-11-16 10:25:43 +00:00
ipodnano2g.h Make USB work again on iPod Nano 2G and iPod Classic. Still not 100% stable on Nano 2G, and HID is still broken. 2012-01-01 21:28:03 +00:00
ipodvideo.h Finally commit FS#5111 - piezo clicker for ipods! 2011-11-16 10:25:43 +00:00
iriverh10.h Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA DMA causes sporadic lockups and static noise on several PP based players. This change is expected to fix FS#11746, FS#11764, FS#11775, FS#11846 and FS#11863. 2011-03-01 07:05:18 +00:00
iriverh10_5gb.h Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA DMA causes sporadic lockups and static noise on several PP based players. This change is expected to fix FS#11746, FS#11764, FS#11775, FS#11846 and FS#11863. 2011-03-01 07:05:18 +00:00
iriverh100.h Make the histogram code usable for playback as well. Move the recording histogram code to peakmeter, rename it to remove the recording reference, and rename anything referring to it as well. Change the drawing code so there are more options to position them. This may change your histogram settings, so check after upgrading. 2011-06-05 12:36:27 +00:00
iriverh120.h Make the histogram code usable for playback as well. Move the recording histogram code to peakmeter, rename it to remove the recording reference, and rename anything referring to it as well. Change the drawing code so there are more options to position them. This may change your histogram settings, so check after upgrading. 2011-06-05 12:36:27 +00:00
iriverh300.h Make the histogram code usable for playback as well. Move the recording histogram code to peakmeter, rename it to remove the recording reference, and rename anything referring to it as well. Change the drawing code so there are more options to position them. This may change your histogram settings, so check after upgrading. 2011-06-05 12:36:27 +00:00
iriverifp7xx.h
logikdax.h tcc77x targets: various minor cleanups 2010-08-28 10:17:19 +00:00
lyreproto1.h
meizum3.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
meizum6sl.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
meizum6sp.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
mini2440.h Define an LCD_DPI for the mini2440 (this change makes the mini2440 compile again) 2011-06-25 15:29:32 +00:00
mpiohd200.h MPIO HD200 manual - tex files 2010-11-09 22:10:38 +00:00
mpiohd300.h MPIO HD300: Enable line-in recording. Thanks Andriej Azariev for pointing out such capability of this DAP. 2011-03-15 07:30:29 +00:00
mrobe100.h Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA DMA causes sporadic lockups and static noise on several PP based players. This change is expected to fix FS#11746, FS#11764, FS#11775, FS#11846 and FS#11863. 2011-03-01 07:05:18 +00:00
mrobe500.h Put icons on buflib: 2011-11-08 09:36:35 +00:00
nokian8xx.h RaaA: Add RTC support 2011-03-08 20:54:42 +00:00
nokian900.h RaaA: Add RTC support 2011-03-08 20:54:42 +00:00
ondavx747.h onda 747/777 : move USB_STATUS_BY_EVENT to config 2011-12-31 18:44:43 +00:00
ondavx767.h Onda VX767: get some facts about the state of the current LCD driver straight 2010-11-11 13:04:22 +00:00
ondavx777.h onda 747/777 : move USB_STATUS_BY_EVENT to config 2011-12-31 18:44:43 +00:00
pandora.h RaaA: Add RTC support 2011-03-08 20:54:42 +00:00
rk27generic.h Bulk convert all DOS line endings to UNIX. 2011-11-06 22:44:25 +00:00
samsungyh820.h Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA DMA causes sporadic lockups and static noise on several PP based players. This change is expected to fix FS#11746, FS#11764, FS#11775, FS#11846 and FS#11863. 2011-03-01 07:05:18 +00:00
samsungyh920.h Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA DMA causes sporadic lockups and static noise on several PP based players. This change is expected to fix FS#11746, FS#11764, FS#11775, FS#11846 and FS#11863. 2011-03-01 07:05:18 +00:00
samsungyh925.h Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA DMA causes sporadic lockups and static noise on several PP based players. This change is expected to fix FS#11746, FS#11764, FS#11775, FS#11846 and FS#11863. 2011-03-01 07:05:18 +00:00
samsungypr0.h ypr0: Enable battery voltage read-out, charging monitoring and charger detection. 2011-12-31 13:34:56 +00:00
samsungyps3.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
sansac100.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
sansac200.h Sansa c200/c200v2: limit allowable contrast value to 0-127, it wraps at 128. 2010-11-24 22:17:23 +00:00
sansac200v2.h AS3525v1/v2: 2011-12-08 19:20:00 +00:00
sansaclip.h AS3525v1/v2: 2011-12-08 19:20:00 +00:00
sansaclipplus.h Remove USBOTG_AS3525v2 2011-12-31 20:08:34 +00:00
sansaclipv2.h Remove USBOTG_AS3525v2 2011-12-31 20:08:34 +00:00
sansaclipzip.h Remove USBOTG_AS3525v2 2011-12-31 20:08:34 +00:00
sansaconnect.h Sandisk Sansa Connect port (FS #12363) 2011-11-16 14:08:01 +00:00
sansae200.h Finally submit GUI boost (FS#8668). With this change the CPU is boosted (with a 1 second timeout) on scrollwheel activity in the list, main menu, tree and std context. For now GUI boost is only enabled on scrollwheel targets. The code can easily be enhanced to work with other targets as well. 2011-11-11 19:40:32 +00:00
sansae200v2.h AS3525v1/v2: 2011-12-08 19:20:00 +00:00
sansafuze.h AS3525v1/v2: 2011-12-08 19:20:00 +00:00
sansafuzeplus.h imx233/fuze+: add support for sd card, enable FAT16 support because it's common on sd cards 2011-12-15 17:06:55 +00:00
sansafuzev2.h Remove USBOTG_AS3525v2 2011-12-31 20:08:34 +00:00
sansam200.h AB_REPEAT_ENABLE was never defined to 2 2010-07-18 18:13:53 +00:00
sansam200v4.h Remove obsolete empty IRAM defines from the sansa m200v4 config file. 2011-12-19 20:13:44 +00:00
sansaview.h Finally submit GUI boost (FS#8668). With this change the CPU is boosted (with a 1 second timeout) on scrollwheel activity in the list, main menu, tree and std context. For now GUI boost is only enabled on scrollwheel targets. The code can easily be enhanced to work with other targets as well. 2011-11-11 19:40:32 +00:00
sdlapp.h RaaA: Add RTC support 2011-03-08 20:54:42 +00:00
sim.h Fix reds. 2011-12-24 12:21:16 +00:00
tatungtpj1022.h Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA DMA causes sporadic lockups and static noise on several PP based players. This change is expected to fix FS#11746, FS#11764, FS#11775, FS#11846 and FS#11863. 2011-03-01 07:05:18 +00:00
vibe500.h Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA DMA causes sporadic lockups and static noise on several PP based players. This change is expected to fix FS#11746, FS#11764, FS#11775, FS#11846 and FS#11863. 2011-03-01 07:05:18 +00:00
zenvision.h
zenvisionm30gb.h Add LBA48 support to all targets with ATA, except archoses whose USB bridge chip can't handle it. 2010-04-09 12:10:17 +00:00
zenvisionm60gb.h Add LBA48 support to all targets with ATA, except archoses whose USB bridge chip can't handle it. 2010-04-09 12:10:17 +00:00