GithubHelp home page GithubHelp logo

circle-rust's Introduction

circle-rust

This project is a very first attempt to support applications, written in the Rust programming language, in accessing Circle bare-metal libraries.

Prerequisites

The following tools must be installed on your development host:

  • GNU-C/C++-based toolchain(s), which allow to build Circle for arm-none-eabi (32-bit) and/or aarch64-none-elf (64-bit) targets. See the Circle README.md file for details!
  • The rustup tool, for installing the Rust command line tools (e.g. cargo, rustc). See the Rust documentation for details on installing Rust!

You have to add the the Rust targets armv7a-none-eabi (32-bit) and/or aarch64-unknown-none (64-bit) with the following commands:

rustup target add armv7a-none-eabi
rustup target add aarch64-unknown-none

The Raspberry Pi 1 and Zero are currently not supported, because Rust does not provide a bare-metal target for their ARMv6 CPU.

Installation

Clone this project and the required submodules using:

git clone https://github.com/rsta2/circle-rust.git
cd circle-rust
git submodule update --init circle bindgen

Build bindgen using:

cd bindgen
cargo build --release

rust-bindgen requires Clang / LLVM. See the bindgen Users Guide for details!

Configuration

Configure Circle as described in the Circle README.md file, e.g.:

cd circle
./configure -r 4 -p aarch64-none-elf-

Building

The Circle project:

cd circle
./makeall clean
./makeall -j

The wrapper library:

cd lib/wrapper
make clean
make

The hello-world sample:

cd sample/hello-world
make

circle-rust's People

Contributors

rsta2 avatar

Stargazers

 avatar  avatar Jaime Rodrigo avatar Tze-Chien Chu avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.