You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,9 +42,40 @@ Simple Terminal supports scrollback history to review previous output:
51
42
-**Scroll indicator**: When scrolled, a `[offset]^` indicator appears in the top-right corner
52
43
-**Auto-reset**: Any key press (except scroll keys) returns to the bottom of the buffer
53
44
54
-
# Build with buildroot toolchain
55
45
56
-
you can build everything for the target device with buildroot:
46
+
## Platforms
47
+
48
+
SimpleTerminal includes built-in input mappings for several embedded handheld devices.
49
+
50
+
When building for a handheld device, specify the target platform using the PLATFORM variable:
51
+
52
+
```bash
53
+
make PLATFORM=<platform>
54
+
```
55
+
56
+
Currently supported platforms include:
57
+
-`rgb30`
58
+
-`h700`
59
+
-`r36s`
60
+
-`pi` (Raspberry Pi / generic controller)
61
+
62
+
If no platform is specified, SimpleTerminal builds with a generic Linux keyboard mapping.
63
+
64
+
Note: The `PLATFORM` option currently only affects controller and keyboard input mappings. Other devices may work correctly if their controller layout matches one of the existing platforms.
0 commit comments