Resoures & Utilities¶
This section contains utility guides and extra information regarding the Mach-V software stack.
Offline Access¶
This documentation supports exporting the entire site as a single, consolidated PDF for offline reading. This is powered by the mkdocs-print-site-plugin.
Export to PDF¶
Currently, there is no direct download button in the navigation bar. You can generate the PDF manually by following these steps:
- Access the Print View: Navigate to the consolidated print view by appending
print_page/to the base URL of the documentation. For example, go tohttps://mendax1234.github.io/Mach-V/print_page/. - Print to PDF: Once the page loads (it may take a moment to render all chapters):
- Open your browser's print dialog (
Ctrl + Pon Windows/Linux orCmd + Pon macOS). - Set the Destination to "Save as PDF".
- Click Save.
- Open your browser's print dialog (
Formatting
For the best layout, ensure Background graphics is checked in your browser's print settings to preserve syntax highlighting and admonition colors.
Useful Links¶
The success of Mach-V cannot be achieved without the help of many open-source projects and resources. Here are some useful links that you may find helpful when working with Mach-V:
-
CoreMark Benchmark
Official CoreMark benchmark by EEMBC, widely used to evaluate embedded processor performance.
-
CoreMark on Bare-Metal Systems
CoreMark running on bare-bone RISC-V systems, including build scripts and platform-specific adaptations.
-
Pre-built RISC-V GNU Toolchain
Pre-compiled RISC-V GCC toolchain for rapid development without building from source.