Skip to content

Commit 80a51b6

Browse files
committed
Merge branch 'Software'
2 parents d1b6c20 + e2e8da2 commit 80a51b6

File tree

552 files changed

+235820
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

552 files changed

+235820
-0
lines changed

.DS_Store

4 KB
Binary file not shown.

.gitignore

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
.DS_Store
2+
3+
# Build folder
4+
**/build/*
5+
**/Firmware/Bins/*
6+
**/Firmware/Release/Retro ESP32.fw
7+
8+
# Prerequisites
9+
*.d
10+
11+
# Object files
12+
*.o
13+
*.ko
14+
*.obj
15+
*.elf
16+
17+
# Linker output
18+
*.ilk
19+
*.map
20+
*.exp
21+
22+
# Precompiled Headers
23+
*.gch
24+
*.pch
25+
26+
# Libraries
27+
*.lib
28+
*.a
29+
*.la
30+
*.lo
31+
32+
# Shared objects (inc. Windows DLLs)
33+
*.dll
34+
*.so
35+
*.so.*
36+
*.dylib
37+
38+
# Executables
39+
*.exe
40+
*.out
41+
*.app
42+
*.i*86
43+
*.x86_64
44+
*.hex
45+
46+
# Debug files
47+
*.dSYM/
48+
*.su
49+
*.idb
50+
*.pdb
51+
52+
# Kernel Module Compile Results
53+
*.mod*
54+
*.cmd
55+
.tmp_versions/
56+
modules.order
57+
Module.symvers
58+
Mkfile.old
59+
dkms.conf

.gitmodules

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[submodule "Tools/esp-idf"]
2+
path = Tools/esp-idf
3+
url = [email protected]:OtherCrashOverride/esp-idf.git
4+
branch = release/v3.2-odroid
5+
[submodule "Odroid/odroid-go-firmware"]
6+
path = Odroid/odroid-go-firmware
7+
url = [email protected]:OtherCrashOverride/odroid-go-firmware.git
8+
branch = esp-idf-v3.2
9+
[submodule "Launchers/emulator-launcher-odroid-go"]
10+
path = Launchers/emulator-launcher-odroid-go
11+
url = [email protected]:IlyaMZP/emulator-launcher-odroid-go.git
12+
[submodule "Emulators/prosystem-odroid-go"]
13+
path = Emulators/prosystem-odroid-go
14+
url = [email protected]:OtherCrashOverride/prosystem-odroid-go.git
15+
[submodule "Emulators/stella-odroid-go"]
16+
path = Emulators/stella-odroid-go
17+
url = [email protected]:OtherCrashOverride/stella-odroid-go.git
18+
[submodule "Emulators/frodo-go"]
19+
path = Emulators/frodo-go
20+
url = [email protected]:OtherCrashOverride/frodo-go.git
21+
[submodule "Emulators/go-play"]
22+
path = Emulators/go-play
23+
url = [email protected]:OtherCrashOverride/go-play.git
24+
[submodule "Emulators/odroid-go-pcengine-huexpress"]
25+
path = Emulators/odroid-go-pcengine-huexpress
26+
url = [email protected]:pelle7/odroid-go-pcengine-huexpress.git
27+
[submodule "Emulators/super-go-play"]
28+
path = Emulators/super-go-play
29+
url = [email protected]:mattkj/super-go-play.git
30+
[submodule "Emulators/pitpo"]
31+
path = Emulators/pitpo
32+
url = [email protected]:pitpo/go-play.git
33+
[submodule "Emulators/odroid-go-spectrum-emulator"]
34+
path = Emulators/odroid-go-spectrum-emulator
35+
url = [email protected]:pelle7/odroid-go-spectrum-emulator.git
36+
branch = feature/goemu
37+
[submodule "Emulators/odroid-go-handy"]
38+
path = Emulators/odroid-go-handy
39+
url = [email protected]:pelle7/odroid-go-handy.git
40+
branch = develop
41+
[submodule "Emulators/retro-go"]
42+
path = Emulators/retro-go
43+
url = [email protected]:ducalex/retro-go.git
44+
branch = master

Arduino/assets/Buttons.png

1.31 KB

Arduino/firmware/Buttons.fw

8.13 KB
Binary file not shown.

Arduino/raw/Buttons.raw

8.06 KB
Binary file not shown.

Assets/001.jpg

63.1 KB

Assets/002.jpg

66.6 KB

Assets/003.jpg

67.3 KB

Assets/004.jpg

66.2 KB

0 commit comments

Comments
 (0)