#top #built #update #vex-rt #toolchain #order #rustup

nightly patch-vex

a crate built on top of vex-rt to provide other useful functionality

1 unstable release

0.3.0 Sep 29, 2023

#39 in #rustup

Apache-2.0

51KB
1K SLoC

Disclaimer

This project is in early development and is not yet stable, the api is NOT garenteed to be backwards compatible, updates can and will introduce breaking changes.

Getting started with Rust on V5

Prerequisites

In order to use this project, you need

  1. A Rust Toolchain managed with rustup
  2. The arm-none-eabi toolchain
  3. pros-cli v3.7.2

Quickstart

To get started using patch, you likely want to clone this repository using this command

git clone {repository}.git

This will come with the basic boilerplate to start you project. After then, a simple cargo r is all it takes to compile your code and push it to a VEX v5 brain.

Licence

Copyright 2023 Aiden Blake

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Dependencies

~25MB
~139K SLoC