rockbox/firmware/target/arm/tcc780x
Rafaël Carré ffefe0c08b Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h
Note : SH has TIMER_FREQ defined to CPU_FREQ, so any code wanting it must include #config.h before #cpu.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21560 a1c6a512-1295-4272-9138-f99709370657
2009-06-29 14:30:12 +00:00
..
cowond2 TCC78x: Implement the user timer, rework some of the timer register #defines, and use udelay() instead of the hacky sleep_ms() in the D2 LCD driver. Doom works now. 2009-03-30 21:15:15 +00:00
adc-tcc780x.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
app.lds D2: Editing config.h wasn't enough to fully disable IRAM - also disable it in *.lds for a crash fix and further 100% increase in codec performance. 2008-06-24 07:38:35 +00:00
ata-nand-target.h Make the TCC780x NAND driver also build for 77x targets. This is work-in-progress stuff and does not yet work fully on 77x, but it's a step in the right direction. Also replace some magic numbers with #defines. 2008-07-12 23:01:49 +00:00
boot.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
crt0.S TCC78x: Enable interrupts/threading in the bootloader (required now that the storage driver yields). 2009-06-24 07:37:11 +00:00
debug-target.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
debug-tcc780x.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
kernel-tcc780x.c TCC78x: Enable interrupts/threading in the bootloader (required now that the storage driver yields). 2009-06-24 07:37:11 +00:00
system-target.h TCC78x: Implement the user timer, rework some of the timer register #defines, and use udelay() instead of the hacky sleep_ms() in the D2 LCD driver. Doom works now. 2009-03-30 21:15:15 +00:00
system-tcc780x.c TCC78x: Enable interrupts/threading in the bootloader (required now that the storage driver yields). 2009-06-24 07:37:11 +00:00
timer-tcc780x.c Remove the TIMER_* macros and declare target-specific functions in timer.h 2009-06-29 14:29:57 +00:00