rockbox/firmware/target/arm/tcc780x
2008-04-06 04:34:57 +00:00
..
cowond2 D2: Adjustable backlight brightness (sometimes fails when boosted, suggests I2C timing needs adjustment). Tweak lcd_enable() to behave more like other targets. 2008-04-04 20:55:58 +00:00
adc-tcc780x.c Tick/IRQ driven ADCs for TCC780x. Solves the weird button behaviour mentioned on the D2 wiki page. 2008-04-04 23:43:31 +00:00
app.lds
ata-nand-tcc780x.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
ata-target.h
boot.lds split boot.lds and move it into the target tree 2008-03-27 23:58:03 +00:00
crt0.S
debug-target.h
debug-tcc780x.c
kernel-tcc780x.c
system-target.h Implement set_cpu_frequency() for TCC780x, but leave it disabled for now as switching can cause an occasional freeze. Reduce default speed from maximum to 48Mhz. 2008-03-29 20:40:38 +00:00
system-tcc780x.c Introduce sanity check and extra nop to stabilise TCC780x set_cpu_frequency(). Re-enable HAVE_ADJUSTABLE_CPU_FREQ and kill a few warnings by setting HAVE_SW_TONE_CONTROLS. 2008-03-31 22:43:20 +00:00
timer-target.h
timer-tcc780x.c