|
|
Rockbox mail archiveSubject: Re: dave: r18836 - in trunk: bootloader firmware firmware/export firmware/target/arm firmware/target/arm/as3525 firmware/target/arm/as3525/sansa-e200v2 firmware/target/arm/as3525/sansa-m200v2 firmware/target/arm/tcc77x rbutil/mkamsboot toolsRe: dave: r18836 - in trunk: bootloader firmware firmware/export firmware/target/arm firmware/target/arm/as3525 firmware/target/arm/as3525/sansa-e200v2 firmware/target/arm/as3525/sansa-m200v2 firmware/target/arm/tcc77x rbutil/mkamsboot tools
From: Rafaël Carré <rafael.carre_at_gmail.com>
Date: Sun, 19 Oct 2008 16:24:11 +0200
On Sun, Oct 19, 2008, mailer_at_svn.rockbox.org wrote:
> Modified: trunk/firmware/export/config-clip.h
Isn't that needed only for PP targets ?
> Copied: trunk/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c (from rev 18822, trunk/firmware/target/coldfire/iriver/h300/lcd-h300.c)
You can group the directions (GPIOA_DIR |= ((1<<7)|(1<<5)|(1<<4)|(1<<3)) ) it's
> + CCU_IO &= ~(1<<2);
same here, you should change the 2 bits at the same time (they define if
> + GPIOD_DIR |= (1<<7);
This one is the button led, I think you can safely ignore it.
> Copied: trunk/firmware/target/arm/lcd-ssd1815.c (from rev 18822, trunk/firmware/target/arm/tcc77x/lcd-ssd1815.c)
Isn't it better to match the model rather than the SoC ? (#ifdef SANSA_M200V2)
-- Rafaël CarréReceived on 2008-10-19 Page was last modified "Jan 10 2012" The Rockbox Crew |