Commit whole Creative Zen Vision:M target tree + all related firmware/

changes.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17241 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-04-24 20:08:28 +00:00
parent 46b4928611
commit 95167e0177
41 changed files with 2940 additions and 75 deletions

View file

@ -24,9 +24,13 @@
#include <stdbool.h>
enum SPI_target {
#ifndef CREATIVE_ZVM
SPI_target_TSC2100 = 0,
SPI_target_RX5X348AB,
SPI_target_BACKLIGHT,
#else
SPI_target_LTV250QV = 0,
#endif
SPI_MAX_TARGETS,
};