forked from len0rd/rockbox
Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some buttons defined, a bootloader, and stubs for most drivers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19574 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
be26da8662
commit
c97f640060
13 changed files with 957 additions and 3 deletions
|
|
@ -330,6 +330,8 @@
|
|||
#include "config-m200v4.h"
|
||||
#elif defined(SANSA_FUZE)
|
||||
#include "config-fuze.h"
|
||||
#elif defined(SANSA_C200V2)
|
||||
#include "config-c200v2.h"
|
||||
#else
|
||||
/* no known platform */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue