mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Samsung YP-R1 target port
This is the basic port to the new target Samsung YP-R1, which runs on a similar platform as YP-R0. Port is usable, although there are still some optimizations that have to be done. Change-Id: If83a8e386369e413581753780c159026d9e41f04
This commit is contained in:
parent
b828b9d99b
commit
e876f4df6d
36 changed files with 1849 additions and 48 deletions
|
|
@ -152,6 +152,7 @@
|
|||
#define CREATIVE_ZEN_PAD 58
|
||||
#define SAMSUNG_YPZ5_PAD 59
|
||||
#define IHIFI_PAD 60
|
||||
#define SAMSUNG_YPR1_PAD 61
|
||||
|
||||
/* CONFIG_REMOTE_KEYPAD */
|
||||
#define H100_REMOTE 1
|
||||
|
|
@ -263,6 +264,7 @@
|
|||
#define LCD_SAMSUNGYPZ5 59 /* as used by Samsung YP-Z5 */
|
||||
#define LCD_IHIFI 60 /* as used by IHIFI 760/960 */
|
||||
#define LCD_CREATIVEZENXFISTYLE 61 /* as used by Creative Zen X-Fi Style */
|
||||
#define LCD_SAMSUNGYPR1 62 /* as used by Samsung YP-R1 */
|
||||
|
||||
/* LCD_PIXELFORMAT */
|
||||
#define HORIZONTAL_PACKING 1
|
||||
|
|
@ -559,6 +561,8 @@ Lyre prototype 1 */
|
|||
#include "config/ihifi960.h"
|
||||
#elif defined(CREATIVE_ZENXFISTYLE)
|
||||
#include "config/creativezenxfistyle.h"
|
||||
#elif defined(SAMSUNG_YPR1)
|
||||
#include "config/samsungypr1.h"
|
||||
#else
|
||||
/* no known platform */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue