diff --git a/fpp-dev/targets.html b/fpp-dev/targets.html index e7524f8dc..4d75960bf 100644 --- a/fpp-dev/targets.html +++ b/fpp-dev/targets.html @@ -178,10 +178,12 @@
Target | Build Pipeline | IO | malloc | Program Stages |
---|---|---|---|---|
cannon & cannon-rs | ✅ | ✅ | ✅ | ❌ |
asterisc | ❌ | ✅ | ✅ | ❌ |
asterisc | ✅ | ✅ | ✅ | ❌ |
If there is a feature that you would like to see supported, please open an issue or consider contributing!
+TODO
Asterisc is based off of the rv64gc
target architecture, which defines the following extensions:
asterisc
supports a plethora of syscalls, documented in the repository. kona
offers an interface for
-programs to directly invoke several syscalls:
EXIT
- Terminate the process with the provided exit code.WRITE
- Write the passed buffer to the passed file descriptor.Target | Build Pipeline | IO | malloc | Program Stages |
---|---|---|---|---|
cannon & cannon-rs | ✅ | ✅ | ✅ | ❌ |
asterisc | ❌ | ✅ | ✅ | ❌ |
asterisc | ✅ | ✅ | ✅ | ❌ |
If there is a feature that you would like to see supported, please open an issue or consider contributing!
+TODO
Asterisc is based off of the rv64gc
target architecture, which defines the following extensions:
asterisc
supports a plethora of syscalls, documented in the repository. kona
offers an interface for
-programs to directly invoke several syscalls:
EXIT
- Terminate the process with the provided exit code.WRITE
- Write the passed buffer to the passed file descriptor.