Skip to content

Commit 73e7993

Browse files
committed
Removed esplay-s3 target, I cannot find information about it
I thought it was: https://github.com/FantasyGmm/esplay_micro_s3_hardware But the schematics does not match the pinouts in config.h... No more info in the PR itself. So I guess this was a prototype, which isn't terribly useful to us if nobody has one or can build one.
1 parent a3a6001 commit 73e7993

File tree

6 files changed

+0
-307
lines changed

6 files changed

+0
-307
lines changed

components/retro-go/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Retro-Go's shared library (or framework) provides an easy way to port emulators
99
|---------------------------------------------------------------|--------|
1010
| [byteboi-rev1](targets/byteboi-rev1/docs/README.md) | |
1111
| [esplay-micro](targets/esplay-micro/docs/README.md) | |
12-
| [esplay-s3](targets/esplay-s3/docs/README.md) | Broken |
1312
| [fri3d-2024](targets/fri3d-2024/docs/README.md) | |
1413
| [mrgc-g32](targets/mrgc-g32/docs/README.md) | Official |
1514
| [mrgc-gbm](targets/mrgc-gbm/docs/README.md) | |

components/retro-go/config.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
#include "targets/mrgc-gbm/config.h"
1313
#elif defined(RG_TARGET_ESPLAY_MICRO)
1414
#include "targets/esplay-micro/config.h"
15-
#elif defined(RG_TARGET_ESPLAY_S3)
16-
#include "targets/esplay-s3/config.h"
1715
#elif defined(RG_TARGET_FRI3D_2024)
1816
#include "targets/fri3d-2024/config.h"
1917
#elif defined(RG_TARGET_BYTEBOI_REV1)

components/retro-go/targets/esplay-s3/config.h

Lines changed: 0 additions & 99 deletions
This file was deleted.

components/retro-go/targets/esplay-s3/docs/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

components/retro-go/targets/esplay-s3/env.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

components/retro-go/targets/esplay-s3/sdkconfig

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)