mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
start of the tsc2100 driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14816 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
376169ab95
commit
d331d00a2d
8 changed files with 221 additions and 23 deletions
|
@ -253,6 +253,11 @@ drivers/usb/arcotg_udc.c
|
|||
#endif /* !defined(BOOTLOADER) */
|
||||
#endif /* !defined(SIMULATOR) */
|
||||
|
||||
/* Other Random Hardware */
|
||||
#ifdef HAVE_TSC2100
|
||||
drivers/tsc2100.c
|
||||
#endif
|
||||
|
||||
/* CPU Specific - By class then particular chip if applicable */
|
||||
#if defined(CPU_SH)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue