1
0
Fork 0
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:
Michael Giacomelli 2008-12-24 04:10:18 +00:00
parent be26da8662
commit c97f640060
13 changed files with 957 additions and 3 deletions

View file

@ -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