rockbox/firmware
Dave Chapman 9c1ab1f057 Convert the TCC77x ADC driver to use interrupts - based on the technique used in the SH ADC driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17311 a1c6a512-1295-4272-9138-f99709370657
2008-05-03 07:49:39 +00:00
..
common Added #include <string.h> to memmove.c, memcpy.c and strcat.c 2008-04-28 20:39:44 +00:00
decompressor Removed executable flag 2007-01-09 23:29:07 +00:00
drivers Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX (the LCD driver worked unchanged). Plus various tcc77x work, including a working tick interrupt (enabled in the bootloader). Rockbox itself builds for the M200 (there are no keymaps yet for the DAX), but doesn't progress very far due to the lack of an ATA (NAND flash) driver. 2008-05-02 19:12:09 +00:00
export Convert the TCC77x ADC driver to use interrupts - based on the technique used in the SH ADC driver. 2008-05-03 07:49:39 +00:00
include Moved atoi declaration to stdlib.h. Deleted atoi.h 2008-04-28 16:18:04 +00:00
target Convert the TCC77x ADC driver to use interrupts - based on the technique used in the SH ADC driver. 2008-05-03 07:49:39 +00:00
test
usbstack Added missing usb #includes to usb source files. 2008-05-03 07:10:21 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c
backlight.c 1st/2nd Gen: Make backlight inversion adaption in the greyscale library work again. is_backlight_on() can now be called from COP. 2008-04-06 15:15:44 +00:00
bidi.c code police, no functional changes 2007-07-30 22:33:31 +00:00
buffer.c
COPYING iRiver scramble and descramble code from Dave Cooper 2005-01-24 09:01:48 +00:00
debug.c
eeprom_settings.c
enc_base.c
events.c Updated panicf in remove_event. Also fixed some comments. 2008-04-27 19:34:41 +00:00
font.c Killed unnecessary global variables by making them static. 2008-04-20 10:24:15 +00:00
font_cache.c
general.c
hangul.c
hotswap.c
id3.c Moved atoi declaration to stdlib.h. Deleted atoi.h 2008-04-28 16:18:04 +00:00
ifp_usb_serial.c
kernel.c Commit whole Creative Zen Vision:M target tree + all related firmware/ 2008-04-24 20:08:28 +00:00
logf.c
lru.c
Makefile
mp3_playback.c Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled). 2008-03-26 01:50:41 +00:00
mp3data.c
mpeg.c Fix red (missing header file) 2008-04-27 20:09:45 +00:00
panic.c Commit whole Creative Zen Vision:M target tree + all related firmware/ 2008-04-24 20:08:28 +00:00
pcm.c Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now with shared variables in DRAM (it seems swp(b) is at least partially broken on all PP or I'm doing something very wrong here :\). For core-shared data use SHAREDBSS/DATA_ATTR. NOCACHEBSS/DATA_ATTR is available whether or not single core is forced for static peripheral-DMA buffer allocation without use of the UNCACHED_ADDR macro in code and is likely useful on a non-PP target with a data cache (although not actually enabled in config.h and the .lds's in this commit). 2008-04-06 04:34:57 +00:00
pcm_record.c Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now with shared variables in DRAM (it seems swp(b) is at least partially broken on all PP or I'm doing something very wrong here :\). For core-shared data use SHAREDBSS/DATA_ATTR. NOCACHEBSS/DATA_ATTR is available whether or not single core is forced for static peripheral-DMA buffer allocation without use of the UNCACHED_ADDR macro in code and is likely useful on a non-PP target with a data cache (although not actually enabled in config.h and the .lds's in this commit). 2008-04-06 04:34:57 +00:00
pcm_sampr.c
powermgmt.c fix red and remove tabs 2008-04-20 19:00:52 +00:00
profile.c Moved private types and constants from profile.h to profile.c 2008-04-28 18:41:13 +00:00
README
replaygain.c Remove some debug code. Remove some unnecessary checks. 2007-08-25 10:56:22 +00:00
rolo.c Made rolo.h consistent with rolo.c 2008-05-03 07:17:44 +00:00
rom.lds Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). 2008-04-29 06:19:32 +00:00
scroll_engine.c Killed unnecessary global variables by making them static. 2008-04-20 10:24:15 +00:00
sound.c undo some changes of my last patch... should fix wm8751 based targets 2008-04-28 22:15:52 +00:00
SOURCES Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX (the LCD driver worked unchanged). Plus various tcc77x work, including a working tick interrupt (enabled in the bootloader). Rockbox itself builds for the M200 (there are no keymaps yet for the DAX), but doesn't progress very far due to the lack of an ATA (NAND flash) driver. 2008-05-02 19:12:09 +00:00
system.c Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). 2008-04-29 06:19:32 +00:00
thread.c Commit whole Creative Zen Vision:M target tree + all related firmware/ 2008-04-24 20:08:28 +00:00
timer.c Commit whole Creative Zen Vision:M target tree + all related firmware/ 2008-04-24 20:08:28 +00:00
tuner.c
usb.c Commit whole Creative Zen Vision:M target tree + all related firmware/ 2008-04-24 20:08:28 +00:00

See docs/README