mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
SA9200: Implement clicker.
It's not integrated with key click option for now. Change-Id: Ib0769b02bfebe7c55eca7b7ea61df5d6dd83cdd3
This commit is contained in:
parent
3f2c525c57
commit
6bbfb35560
2 changed files with 19 additions and 0 deletions
|
|
@ -489,6 +489,8 @@ void system_init(void)
|
|||
DEV_RS = 0x00000000;
|
||||
DEV_RS2 = 0x00000000;
|
||||
#elif defined(PHILIPS_SA9200)
|
||||
DEV_INIT1 = 0x00000000;
|
||||
DEV_INIT2 = 0x40004000;
|
||||
/* reset all allowed devices */
|
||||
DEV_RS = 0x3ffffef8;
|
||||
DEV_RS2 = 0xffffffff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue