.. |
common
|
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
|
2008-05-05 10:32:46 +00:00 |
decompressor
|
|
|
drivers
|
Bring Gigabeat S bootloader one step close to a release version.
|
2008-05-10 18:00:11 +00:00 |
export
|
Use LTV350QV register definitions
|
2008-05-11 08:10:57 +00:00 |
include
|
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
|
2008-05-05 10:32:46 +00:00 |
target
|
Use LTV350QV register definitions
|
2008-05-11 08:10:57 +00:00 |
test
|
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 |
usbstack
|
typo fixes (; instead of , at the end of two assignments) (same as r17398 for usb_serial. lesson learned : always check if there are similar bugs elsewhere)
|
2008-05-06 21:00:07 +00:00 |
arabjoin.c
|
|
|
arabjoin.h
|
|
|
ata_idle_notify.c
|
It makes more sense for the callback registrar to decide if its a "oneshot" then the callback caller.
|
2008-03-17 05:22:53 +00:00 |
backlight.c
|
Bring Gigabeat S bootloader one step close to a release version.
|
2008-05-10 18:00:11 +00:00 |
bidi.c
|
Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static.
|
2008-05-03 08:35:14 +00:00 |
buffer.c
|
|
|
COPYING
|
|
|
debug.c
|
Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static.
|
2008-05-03 08:35:14 +00:00 |
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
|
Make a couple of private functions static
|
2008-04-12 17:08:35 +00:00 |
general.c
|
|
|
hangul.c
|
|
|
hotswap.c
|
Hotswap code shuffling: Fix yellow. Simplify some target function access. Keep fat lock access from compiling for Ondios - think of a nicer way later.
|
2008-03-12 11:08:41 +00:00 |
id3.c
|
Moved atoi declaration to stdlib.h. Deleted atoi.h
|
2008-04-28 16:18:04 +00:00 |
ifp_usb_serial.c
|
move the ifp7xx usb serial driver files to more specific names, to make the "usb_serial" name available for more general usb class driver use
|
2008-03-02 18:16:24 +00:00 |
kernel.c
|
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
|
2008-05-05 10:32:46 +00:00 |
logf.c
|
implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to work, and needs to be enabled in the debug menu.
|
2008-03-02 20:45:33 +00:00 |
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
|
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking.
|
2008-05-05 10:32:46 +00:00 |
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
|
Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static.
|
2008-05-03 08:35:14 +00:00 |
rolo.c
|
Gigabeat S RoLo: Properly execute firmware copy from an IRAM stub because the currently running image was being overwritten in place. Minor tweak to rolo.c based on imx31 errata sheet about not masking FIQ without masking IRQ which is fine to use on all ARM anyway.
|
2008-05-08 12:09:14 +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
|
Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keymaps consistent; it's rather messy atm.
|
2008-05-03 15:14:52 +00:00 |
SOURCES
|
Gigabeat S RoLo: Properly execute firmware copy from an IRAM stub because the currently running image was being overwritten in place. Minor tweak to rolo.c based on imx31 errata sheet about not masking FIQ without masking IRQ which is fine to use on all ARM anyway.
|
2008-05-08 12:09:14 +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
|
Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static.
|
2008-05-03 08:35:14 +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
|
Bring Gigabeat S bootloader one step close to a release version.
|
2008-05-10 18:00:11 +00:00 |