{"id":35173911,"url":"https://github.com/danclive/at32-hal","last_synced_at":"2026-05-19T17:38:20.647Z","repository":{"id":243057214,"uuid":"809026009","full_name":"danclive/at32-hal","owner":"danclive","description":"Peripheral access API for AT32 series microcontrollers","archived":false,"fork":false,"pushed_at":"2024-06-06T12:17:43.000Z","size":807,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-06T13:49:37.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danclive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2024-06-01T13:26:52.000Z","updated_at":"2024-06-06T13:49:42.537Z","dependencies_parsed_at":"2024-06-06T13:59:42.703Z","dependency_job_id":null,"html_url":"https://github.com/danclive/at32-hal","commit_stats":null,"previous_names":["danclive/at32-hal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danclive/at32-hal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danclive%2Fat32-hal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danclive%2Fat32-hal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danclive%2Fat32-hal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danclive%2Fat32-hal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danclive","download_url":"https://codeload.github.com/danclive/at32-hal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danclive%2Fat32-hal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28104677,"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","status":"online","status_checked_at":"2025-12-28T02:00:05.685Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-12-28T21:48:08.997Z","updated_at":"2025-12-28T21:48:12.460Z","avatar_url":"https://github.com/danclive.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `at32-hal`\n\n🚧 *Work in progress*\n\n_at32-hal_ contains a multi device hardware abstraction on top of the\nperipheral access API for the Artery AT32 series microcontrollers. The\nselection of the MCU is done by feature gates, typically specified by board\nsupport crates.\n\n## Usage\n\nThis crate will eventually contain support for multiple microcontrollers in the\nat32 family. Which specific microcontroller you want to build for has to be\nspecified with a feature, for example `at32f435`.\n\nCurrently supported configurations are:\n\n* at32f413\n* at32f415\n* at32f421\n* at32f435\n* at32f437\n\n### Building an Example\n\nIf you are compiling the crate on its own for development or running examples,\nspecify your microcontroller on the command line. For example:\n\n```\ncargo build --example blinky --features at32f435,defmt\n```\n\n## Running examples\n\nExamples can be built and run using `cargo run`. It is necessary to provide any\nrequired features followed by the name of the chip.\n\n```\ncargo run --example blinky --features at32f435,defmt --release -- --chip AT32F435CGU7\n```\n\nA list of chips supported by probe-rs can be found by running\n\n```\nprobe-rs chip list\n```\n\nFor furher information, see the documentation for [probe-rs](https://probe.rs/).\n\n### Using as a Dependency\n\nWhen using this crate as a dependency in your project, the microcontroller can\nbe specified as part of the `Cargo.toml` definition.\n\n```\n[dependencies]\nat32-hal = { version = \"0.0.1\", features = [\"at32f435\", \"defmt\"] }\n```\n\n## Documentation\n\nThe documentation can be found at [docs.rs](https://docs.rs/at32-hal/).\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n  http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanclive%2Fat32-hal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanclive%2Fat32-hal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanclive%2Fat32-hal/lists"}