.. |
rtc
|
remove runtime detection of h1x0 series RTC MOD, but leave driver code
|
2007-03-03 00:11:20 +00:00 |
adc.c
|
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
|
2006-11-10 20:26:01 +00:00 |
arcotg_udc.c
|
No functional changes, just reorganising code:
|
2007-02-16 22:13:21 +00:00 |
ata.c
|
Put an end to priority inversion in the ata driver. Gave up trying to have fully atomic dual use mutexes so just replaced the ata driver locking with spins. Maybe I'll have better luck later. Things should run smoothly with database updates and such happening in the background.
|
2007-03-09 08:03:18 +00:00 |
ata_flash.c
|
Added support for 512MB chips. Added support for multiple chips.
|
2006-08-12 22:51:18 +00:00 |
ata_mmc.c
|
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly.
|
2007-03-04 20:06:41 +00:00 |
button.c
|
Optimized the gui list code performance, including automatic frame dropping and cpu boosting when button events are getting queued. Improved scrollwheel acceleration code is needed to notice a real change.
|
2007-03-11 10:52:36 +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
|
remove runtime detection of h1x0 series RTC MOD, but leave driver code
|
2007-03-03 00:11:20 +00:00 |
fmradio.c
|
Fix remaining CONFIG_TUNER checks.
|
2007-02-18 08:46:12 +00:00 |
fmradio_i2c.c
|
New scheduler, with priorities for swcodec platforms. Frequent task
|
2006-09-16 16:18:11 +00:00 |
generic_i2c.c
|
Removed executable flag
|
2007-01-09 23:29:07 +00:00 |
i2c-pnx0101.c
|
Two files for the iFP port that I forgot to commit
|
2006-01-18 10:01:35 +00:00 |
i2c.c
|
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
|
2006-11-10 20:26:01 +00:00 |
isp1362.c
|
Removed executable flag
|
2007-01-09 23:29:07 +00:00 |
lcd-1bit-vert.c
|
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly.
|
2007-03-04 20:06:41 +00:00 |
lcd-2bit-horz.c
|
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly.
|
2007-03-04 20:06:41 +00:00 |
lcd-2bit-vert.c
|
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly.
|
2007-03-04 20:06:41 +00:00 |
lcd-16bit.c
|
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly.
|
2007-03-04 20:06:41 +00:00 |
lcd-player-charset.c
|
if __CONFIG_H__ is defined, don't include config.h
|
2005-05-23 12:04:30 +00:00 |
lcd-player.c
|
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly.
|
2007-03-04 20:06:41 +00:00 |
lcd-remote-1bit-v.c
|
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly.
|
2007-03-04 20:06:41 +00:00 |
lcd-remote-2bit-vi.c
|
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - iPod G3 will be coming soon.) This allows threads to be run on either core provided that all communications between the cores is done using uncached memory. There should be no significant change in battery life from doing this. Documentation (on the RockboxKernel wiki page) will follow shortly.
|
2007-03-04 20:06:41 +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
|
Get rid of ages-old interdependency between ata.c and mas.c
|
2006-11-12 14:17:49 +00:00 |
pcf50605.c
|
Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC since it's not always a mod. Make Ipod PCF driver keep other flags in OOCC1 that have been set instead of overwriting them.
|
2007-02-28 21:55:11 +00:00 |
power.c
|
Fix remaining CONFIG_TUNER checks.
|
2007-02-18 08:46:12 +00:00 |
serial.c
|
Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code.
|
2006-11-27 02:16:32 +00:00 |
tlv320.c
|
Reenable aynchronous audio init stage. Really just single stage with aynchronous enabling of outputs. Keeps audio_init last so prior init steps can use the audiobuffer in any desired way. Audio will be fully initialized by the time the UI is entered. Playback of voice or audio will be delayed properly until audio hardware is ready.
|
2007-03-11 05:04:48 +00:00 |
uda1380.c
|
Reenable aynchronous audio init stage. Really just single stage with aynchronous enabling of outputs. Keeps audio_init last so prior init steps can use the audiobuffer in any desired way. Audio will be fully initialized by the time the UI is entered. Playback of voice or audio will be delayed properly until audio hardware is ready.
|
2007-03-11 05:04:48 +00:00 |
wm8731l.c
|
Enabled zero crossing detection for volume changes in the WM8721/WM8731 driver (iPod G3, iPod Mini G1/G2, Iriver H10).
|
2007-01-14 12:38:40 +00:00 |
wm8758.c
|
Fix compile errors.
|
2006-12-18 02:18:56 +00:00 |
wm8975.c
|
Hack around the lack of a hardware prescaler on a number of WM codecs. Bass and treble controls should work on DAPs using these chips now, but will be prone to distort when boosting bass. Gut out UDA1380 code(!!) and switch to high bass cutoff and low treble cutoff in WM8975 driver.
|
2007-03-07 15:00:29 +00:00 |