rockbox/firmware/drivers
Robert Kukla 47cfed1f1b audio on the m:robe 100
- using the existing wm8751 driver (from gigabeat port) integrated into the portal player environment
- only 44.1kHz at the moment
- for some reason the output is very quiet
- due to the lack of usable buttons the easiest (?) way to start an audio file is to copy the .playlist_control, config.cfg and nvram.bin files from another target, where auto resume is enabled.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16117 a1c6a512-1295-4272-9138-f99709370657
2008-01-20 12:59:23 +00:00
..
audio audio on the m:robe 100 2008-01-20 12:59:23 +00:00
rtc FS#8157: H10 RTC alarm with some changes by me. The settings keymap had to be changed slightly, but it seems to work better for all setting screens with the new keymap. Thanks to 2007-11-14 16:53:31 +00:00
tuner lv24020lp tuner changes (Sansa e200/c200): (1) add a couple more udelays (from c200 RE-ing), (2) rename functions for clarity, and (3) add some defines for readability. Doesn't fix the c200 radio problems, but shouldn't hurt either. 2007-12-06 04:03:26 +00:00
ata.c Finally, out goes struct spinlock for anything but mutiprocessor targets where it becomes a reenterable corelock. 2008-01-18 13:12:33 +00:00
ata_flash.c ata_flash.c: write 32 bits to the buffer at a time when reading a sector. 2007-09-22 22:53:29 +00:00
ata_mmc.c Proper mutexing in the MMC driver's ata_init(), resembling what is done in the ata driver. 2008-01-20 12:44:13 +00:00
button.c Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere. 2008-01-10 08:08:31 +00:00
dac.c
dac.h
eeprom_24cxx.c FS#6419 - driver for H1x0 series RTC Mod with runtime detection 2007-02-28 13:20:36 +00:00
fat.c Code police, no functional changes (yet) 2007-10-28 23:44:49 +00:00
fmradio.c Fix remaining CONFIG_TUNER checks. 2007-02-18 08:46:12 +00:00
generic_i2c.c Removed executable flag 2007-01-09 23:29:07 +00:00
i2c.c
isp1362.c Removed executable flag 2007-01-09 23:29:07 +00:00
lcd-1bit-vert.c Add the viewport functions to the screens API, including a new getfont() function to return the font used by the current viewport. A change to the screens API makes the plugin API incompatible, so we bump version and sort. Also commit the test_viewports plugin (not built by default). This is some more of FS#8385. 2008-01-08 01:22:14 +00:00
lcd-2bit-horz.c Add the viewport functions to the screens API, including a new getfont() function to return the font used by the current viewport. A change to the screens API makes the plugin API incompatible, so we bump version and sort. Also commit the test_viewports plugin (not built by default). This is some more of FS#8385. 2008-01-08 01:22:14 +00:00
lcd-2bit-vert.c Fix a typo in commit r16018 - this was causing text to disappear on the h140... 2008-01-09 02:09:19 +00:00
lcd-16bit.c Make the lcd_gradient_* functions static - they're not exported in lcd.h 2008-01-13 09:53:32 +00:00
lcd-charcell.c Add viewport capabilities to all the LCD drivers, and adapt scrolling code. This is the firmware/ part of FS#8385 - the changes to the WPS code still need more work and will be committed at a later date. NOTE: There are no user-visible changes with this commit - just the infrastructure. 2008-01-07 20:34:11 +00:00
lcd-charset-player.c Player: Fix the dollar sign for old LCD. 2007-04-21 05:32:11 +00:00
lcd-remote-1bit-v.c Add the viewport functions to the screens API, including a new getfont() function to return the font used by the current viewport. A change to the screens API makes the plugin API incompatible, so we bump version and sort. Also commit the test_viewports plugin (not built by default). This is some more of FS#8385. 2008-01-08 01:22:14 +00:00
lcd-remote-2bit-vi.c Add the viewport functions to the screens API, including a new getfont() function to return the font used by the current viewport. A change to the screens API makes the plugin API incompatible, so we bump version and sort. Also commit the test_viewports plugin (not built by default). This is some more of FS#8385. 2008-01-08 01:22:14 +00:00
led.c Do the CONFIG_LED define 2007-02-18 05:07:19 +00:00
m5636.c Removed executable flag 2007-01-09 23:29:07 +00:00
mas.c Moved SH1 system code to target tree. * First shot at hwcompat cleanup. 2007-04-11 23:51:00 +00:00
pcf50605.c pcf50605_write_multiple must prelock driver or the series of bytes may be interrupted resulting in something you didn't intend. :) 2007-11-26 07:59:42 +00:00
serial.c A few minor cleanups for the Gigabeat S 2007-09-22 02:17:08 +00:00
tsc2100.c nope, reread the datasheet... this one is correct 2007-10-22 13:53:19 +00:00