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
* feat: rMPP support
* fix/builder.py: fix arch detection
* feat/test: test for rMPP things too
* fix/builder: use startwith per Eeems' suggestion
* fix/docs: per suggestions
* feat/builder: auto switch aarch64 envvars
* feat: rMPPM support too
* fix: setting build env
* feat: arch test case
* feat: arch test case actually
* fix: run formatter to please linter
* fix: run formatter to please linter, part 2
* fix: run formatter to please linter, part 3
* fix: now black strikes again!
* fix: remove unneeded manual arch switch guide
`rmall` | Packages which work on all reMarkable devices without modification.
43
+
`rmall` | Packages which work on all reMarkable devices without modification. These packages must be cpu architecture independent, which generally means that they do not contain binaries, only scripts and configuration files.
44
44
`rm1` | Packages requiring reMarkable 1-specific resources or compilation flags.
45
45
`rm2` | Packages requiring reMarkable 2-specific resources or compilation flags.
46
+
`rmpp` | Packages requiring reMarkable Paper Pro-specific resources or compilation flags.
47
+
`rmppm` | Packages requiring reMarkable Paper Pro Move-specific resources or compilation flags.
46
48
47
49
For example, use `archs=(rm1)` for a package that only works on reMarkable 1, or `archs=(rm1 rm2)` for a package that works both on reMarkable 1 and reMarkable 2 but needs different dependencies or compilation flags for each of those.
0 commit comments