2a471e288c
The Q and K have a slightly different case, but the hardware under the shell is completely identical. These models are rebadged versions: * Hifiwalker H2 (== Q) * AGPTek H3 (== K) * Surfans F20 (== K) Other notes: * Significant improvements in the shared Hiby-platform launcher/loader * SD card can theoretically be hot-swapped now * Support external USB mass storage! * Some consolidation of Hiby-platform targets * Some consolidation of plugin keymaps Todo/known issues: * Keymaps need to be gone over properly * Convert to HAVE_SCROLLWHEEL? Change-Id: I5a8a4f22c38a5b69392ca7c0a8ad8c4e07d9523c
26 lines
788 B
Text
26 lines
788 B
Text
ffs.c
|
|
memset16.c
|
|
#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(HAVE_ROCKBOX_C_LIBRARY)
|
|
memcpy.c
|
|
memmove.c
|
|
memset.c
|
|
strlen.c
|
|
#endif
|
|
|
|
#if defined(WIN32) || defined(APPLICATION)
|
|
mempcpy.c
|
|
#endif
|
|
|
|
#if (defined(SANSA_E200) || defined(GIGABEAT_F) || defined(GIGABEAT_S) || \
|
|
defined(CREATIVE_ZVx) || defined(SANSA_CONNECT) || defined(SANSA_FUZEPLUS) || \
|
|
defined(COWON_D2) || defined(MINI2440) || defined(SAMSUNG_YPR0) || \
|
|
defined(SAMSUNG_YPR1) || defined(DX50) || defined(DX90) || (defined(MROBE_500) && !defined(LCD_USE_DMA)) || \
|
|
defined(CREATIVE_ZEN) || defined(CREATIVE_ZENXFI) || defined(SONY_NWZ_LINUX) || defined(HIBY_LINUX) || \
|
|
defined(FIIO_M3K)) && \
|
|
!defined(SIMULATOR)
|
|
#if LCD_DEPTH >= 24
|
|
lcd-as-memframe-24bit.c
|
|
#else
|
|
lcd-as-memframe.c
|
|
#endif
|
|
#endif
|