A repository for testing and managing Rust crate compatibility list with Apache NuttX RTOS.
This project serves as a test collection and compatibility index for Rust crates targeting the NuttX RTOS environment. It helps maintain and validate Rust crates that can be successfully built and integrated into NuttX applications.
- NuttX development environment
- CMake and build essentials
- Rust nightly toolchain with specific components:
- rust-src
The project includes GitHub Actions workflows that:
- Set up the build environment
- Install required toolchains
- Build and test crates against NuttX
This repository is designed to work alongside:
- NuttX repository
- NuttX Apps repository (linked as external/)
Copyright (c) 2025 Xiaomi Corporation
SPDX-License-Identifier: Apache-2.0
- Fork the repository
- Create a feature branch
- Submit a pull request
Requests for new crates or updates to existing ones are welcome.
For more information about NuttX, visit Apache NuttX website.