summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-07-31 16:24:16 -0400
committerGitHub <noreply@github.com>2021-07-31 16:24:16 -0400
commitcb680dd12eac795f85acf9733a4a0eeca3996f1d (patch)
treedf59c66904779736b7df1aaa3b115957c9b739be /docs
parentd1e672f26329a6483608ccd61a55f1e33f9662da (diff)
other: Add RISC-V to unofficially supported targets (#565)
Adds CI actions and documentation for RISC-V.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/support.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/content/support.md b/docs/content/support.md
index ad1281aa..41e8e3f1 100644
--- a/docs/content/support.md
+++ b/docs/content/support.md
@@ -29,13 +29,15 @@ bottom from the repo/source, then please try that as well.
## Unofficial support
-Systems and architectures that aren't officially supported may still work, but there are no guarantees on how much will work. Furthermore,
-while it will depend on the problem at the end of the day, _issues on unsupported platforms are likely to go unfixed_.
+Systems and architectures that aren't officially supported may still work, but there are no guarantees on how much will work. For example, it might only compile, or it might run with bugs/broken features.
+Furthermore, while it will depend on the problem at the end of the day, _issues on unsupported platforms are likely to go unfixed_.
-!!! note
+Unofficially supported platforms known to compile/work:
- bottom is tested to build on other ARM and PowerPC architectures through [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml),
- but since they are not officially tested to work on a sample platform, they are only unofficially supported.
+- Linux on ARMv7 and ARMv6 (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml))
+- macOS `AArch64` (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml))
+- Linux on PowerPC 64 LE (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml))
+- Linux on an RISC-V (tested to compile in [CI](https://github.com/ClementTsang/bottom/blob/master/.github/workflows/ci.yml), tested to run on an [Allwinner D1 Nezha](https://github.com/ClementTsang/bottom/issues/564))
### Known problems