forked from len0rd/rockbox
New port: Anbernic RG Nano
A bit of context, this device is a clone of the FunKey-S with a different form factor, hardware is mostly identical, the relevant difference is it has audio out (via usb-c, adapter to 3.5mm is included), this is the reason why the FunKey-SDK is needed for bulding. This port is based on the old SDL 1.2 code because the device doesn't have SDL2 support. Alongside what was supported in the SDL 1.2 builds this port supports battery level, charging status and backlight control. Change-Id: I7fcb85be62748644b667c0efebabf59d6e9c5ade
This commit is contained in:
parent
9d3e286454
commit
48392bab94
94 changed files with 1517 additions and 29 deletions
|
@ -74,7 +74,9 @@ target/hosted/sdl/lcd-bitmap.c
|
|||
target/hosted/sdl/lcd-remote-bitmap.c
|
||||
#endif
|
||||
target/hosted/sdl/lcd-sdl.c
|
||||
#if SDL_MAJOR_VERSION > 1
|
||||
target/hosted/sdl/window-sdl.c
|
||||
#endif
|
||||
target/hosted/sdl/system-sdl.c
|
||||
#ifdef HAVE_SDL_THREADS
|
||||
target/hosted/sdl/filesystem-sdl.c
|
||||
|
@ -86,7 +88,9 @@ target/hosted/sdl/key_to_touch-sdl.c
|
|||
#endif
|
||||
#ifdef APPLICATION
|
||||
target/hosted/sdl/app/load_code-sdl-app.c
|
||||
#ifndef RG_NANO
|
||||
target/hosted/sdl/app/button-application.c
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
target/hosted/filesystem-win32.c
|
||||
#else /* !WIN32 */
|
||||
|
@ -222,6 +226,15 @@ target/hosted/samsungypr/ypr1/wmcodec-ypr1.c
|
|||
target/hosted/maemo/maemo-thread.c
|
||||
#endif
|
||||
|
||||
#ifdef RG_NANO
|
||||
target/hosted/sysfs.c
|
||||
target/hosted/power-linux.c
|
||||
target/hosted/backlight-unix.c
|
||||
target/hosted/anbernic/power-rgnano.c
|
||||
target/hosted/anbernic/button-rgnano.c
|
||||
target/hosted/anbernic/powermgmt-rgnano.c
|
||||
#endif /* RG_NANO */
|
||||
|
||||
/* Common */
|
||||
#ifndef BOOTLOADER
|
||||
chunk_alloc.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue