Commit Graph

33 Commits

Author SHA1 Message Date
tiopex
10d3f8c37a [PACKAGE/BOARD] Add handle usb-hid gadget (#55)
* Add handle usb-hid gadget (Tunr your handheld into usb gamepad for PC)

* Add special keys handling

* add Manual for USB-HID app

* use st terminal to execute script

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2023-11-28 23:15:18 +01:00
Apaczer
790b198b88 [PACKAGE/BOARD] add COMMANDER package & update appLink (#57)
* [PACKAGE] add COMMANDER file manager
* [BOARD] rm precompiled commander & upd appLink
2023-11-24 21:15:29 +01:00
Apaczer
02627752b2 [PACKAGE/BOARD] add ST_SDL package & update scripts (#54)
* [PACKAGE] add ST_SDL for terminal emulation
* [BOARD] rm 3-party `st` app & update scripts
2023-11-21 15:55:44 +01:00
Apaczer
423e87bd64 [BOARD/PACKAGE] add FFMPEG to record&play /dev/fb0 + alsa capture (#48)
* [PACKAGE] downgrade FFMPEG(add) & X264
- use ffmpeg-3.1 thus downgrade ver. to working SDL1.2
- downgrade x264 to be inline with former ffmpeg
- uncomment FFSERVER build instructions (it is available in 3.1 version)

* [BOARD] 
- add `ffplay` & `ffmpeg` apps to record&play
- add `arecord` script for AUDIO capture (use alsaloop workaround)
- update appLinks with "params=&" for bg launch
- use `pkill` instead 'killall` for scripts (warning: it also checks for bash running under the same name)
- use FFPROBE to detect media format in `ffplay`
- for X264  use sources.buildroot.net (code.videolan.org src only works with git method)
- rm redundant usb Applink
- add 0003-ffplay-custom-sdlk.patch (to make hotkeys usable in miyoo)
2023-11-18 17:27:30 +01:00
tiopex
b7a8ba56ec [PACKAGE/BOARD] Add Retroarch v1.16.0.3 (#50)
* Add retroarch package

* libretro cores as separate packages

* Add libretro-super package

* Add core resources, move retroarch bin to /mnt/emus/retroarch dir

* add NxEngine assets + correct indendt

* [BOARD] add cores appLinks

* [GENIMAGE] test -d before running cp to not stderr

* [BOARD] add "cores" section in gmenu2x with all appLinks

* add PRBOOM data *.wad file

* [GENIMAGE] generate cores' script links in genimage.sh

* Add scummvm core & downgrade

* [GENIMAGE] don't run cores in verbose

* resort `core links` and update their icons

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2023-11-16 20:17:18 +01:00
Apaczer
19493fca5e [GENIMAGE] DRY *.img version output
use BR2 config postcript args.
2023-11-06 18:37:42 +01:00
Apaczer
f68c643c65 [BOARD/DEFCONFIG] add libC implementation to splash 2023-11-06 08:53:20 +01:00
tiopex
1cdeb8b930 Merge pull request #45 from tiopex/master
Add joy to keyboard button mapper
2023-10-25 08:45:59 +02:00
Apaczer
3a434d54a2 [BUSYBOX] use custom config from board/miyoo
add PGREP and PKILL cmds
2023-10-20 18:05:01 +02:00
tiopex
515379acad add Linux Joystick Mapper 2023-10-10 15:01:12 +02:00
Apaczer
7dcbb1208d [DEFCONFIG] add ESPEAK package (#44)
TTS engine
2023-09-29 13:31:47 +02:00
Apaczer
519ce818d3 [DEFCONFIG] add OPKG packages
+ [GMENU2X] include IPK_SUPPORT in CFLAGS
2023-08-31 20:10:45 +02:00
Apaczer
cd078d2b55 [PACKAGE] add fbcat (#40) 2023-07-17 22:27:10 +02:00
tiopex
26cf244553 disable locale, downgrade parted to v3.1, use fatresize v1.1.0 2023-04-11 10:49:52 +02:00
tpietrus
dacff9d36d Add openGL for compile gngeo 2023-04-04 14:25:05 +02:00
tiopex
26802360a1 Remove build host-cmake 2023-03-28 14:56:51 +02:00
tiopex
2498d3557c Enable Top-level parallel build 2023-03-28 13:08:02 +02:00
tiopex
adb0aac055 Remove unrar 2023-03-28 08:09:36 +02:00
tiopex
61b2f3e3c1 Update miyoo_uclibc_defconfig 2023-03-27 22:05:24 +02:00
tiopex
ad85145d57 Merge pull request #21 from tiopex/joy2key
Add joy2key app
2023-03-27 17:35:32 +02:00
tiopex
d924f539eb Enable ccache 2023-03-27 13:15:17 +02:00
tiopex
c5f2ee8941 Add joy2key app 2023-03-27 11:27:42 +02:00
tiopex
8bd4a5d2e2 Add version and toolchain to img filename (#18)
* add version and toolchain to img filename
---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2023-03-27 09:08:23 +02:00
tiopex
ff3371d09a Add jstest app to test gamepads 2023-03-23 23:34:30 +01:00
root
8ee9df5b88 add libusbgx, add miyooctl 2023-03-22 07:31:48 +01:00
tiopex
5a0cc1df52 add build fatresize from source 2023-03-20 13:07:22 +01:00
root
f3b3eadce6 add arch optimizations for uclibc
remove build mesa3d, ffmpeg, gstreamer for musl
2023-03-17 14:22:52 +01:00
tiopex
8727a8bd1b remove build mesa3d, xorg, sdl2 2023-03-17 11:47:09 +01:00
root
33e3c6f67f defconfigs for uclibc and musl 2023-03-16 10:25:23 +01:00
tiopex
fa8b4b1683 add build image 2023-03-13 17:52:33 +01:00
tiopex
f6dbd54c41 add build kernel and uboot 2023-03-12 19:56:43 +01:00
tiopex
6a16c5e137 update configs and workflow 2023-03-11 22:54:08 +01:00
tiopex
af4356877c add uclibc config 2023-03-10 21:08:11 +01:00