{"id":16357812,"url":"https://github.com/rsta2/circle-rust","last_synced_at":"2025-03-23T01:31:48.519Z","repository":{"id":183533448,"uuid":"670318406","full_name":"rsta2/circle-rust","owner":"rsta2","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-08T05:48:19.000Z","size":15,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-18T16:22:31.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsta2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-24T19:28:02.000Z","updated_at":"2024-11-08T05:48:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c215551-703d-4c24-902c-a3e3b7baaf5b","html_url":"https://github.com/rsta2/circle-rust","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"52a9c6ce3e69e6e6280b1588c494c1283b0fac75"},"previous_names":["rsta2/circle-rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsta2%2Fcircle-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsta2%2Fcircle-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsta2%2Fcircle-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsta2%2Fcircle-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsta2","download_url":"https://codeload.github.com/rsta2/circle-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245044035,"owners_count":20551872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T02:04:11.461Z","updated_at":"2025-03-23T01:31:48.261Z","avatar_url":"https://github.com/rsta2.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"circle-rust\n===========\n\nThis project is a very first attempt to support applications, written in the Rust programming language, in accessing Circle bare-metal libraries.\n\nPrerequisites\n-------------\n\nThe following tools must be installed on your development host:\n\n* 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!\n* The *rustup* tool, for installing the Rust command line tools (e.g. cargo, rustc). See the [Rust documentation](https://www.rust-lang.org/) for details on installing Rust!\n\nYou have to add the the Rust targets *armv7a-none-eabi* (32-bit) and/or *aarch64-unknown-none* (64-bit) with the following commands:\n\n\trustup target add armv7a-none-eabi\n\trustup target add aarch64-unknown-none\n\nThe Raspberry Pi 1 and Zero are currently not supported, because Rust does not provide a bare-metal target for their ARMv6 CPU.\n\nInstallation\n------------\n\nClone this project and the required submodules using:\n\n\tgit clone https://github.com/rsta2/circle-rust.git\n\tcd circle-rust\n\tgit submodule update --init circle bindgen\n\nBuild bindgen using:\n\n\tcd bindgen\n\tcargo build --release\n\nrust-bindgen requires Clang / LLVM. See the [bindgen Users Guide](https://rust-lang.github.io/rust-bindgen/requirements.html) for details!\n\nConfiguration\n-------------\n\nConfigure Circle as described in the Circle *README.md* file, e.g.:\n\n\tcd circle\n\t./configure -r 4 -p aarch64-none-elf-\n\nBuilding\n--------\n\nThe Circle project:\n\n\tcd circle\n\t./makeall clean\n\t./makeall -j\n\nThe wrapper library:\n\n\tcd lib/wrapper\n\tmake clean\n\tmake\n\nThe hello-world sample:\n\n\tcd sample/hello-world\n\tmake\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsta2%2Fcircle-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsta2%2Fcircle-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsta2%2Fcircle-rust/lists"}