{"id":35173922,"url":"https://github.com/danclive/stm32g4-hal","last_synced_at":"2026-05-21T09:02:51.001Z","repository":{"id":242737525,"uuid":"808993879","full_name":"danclive/stm32g4-hal","owner":"danclive","description":"Peripheral access API for STM32G4 series microcontrollers","archived":false,"fork":false,"pushed_at":"2025-10-30T02:37:14.000Z","size":2730,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-31T11:33:51.176Z","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-01T11:31:58.000Z","updated_at":"2025-10-30T02:37:21.000Z","dependencies_parsed_at":"2025-05-31T10:31:04.943Z","dependency_job_id":"ddbfb895-591d-4ed6-81fd-e77d7a0f8a9d","html_url":"https://github.com/danclive/stm32g4-hal","commit_stats":null,"previous_names":["danclive/stm32g4-hal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danclive/stm32g4-hal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danclive%2Fstm32g4-hal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danclive%2Fstm32g4-hal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danclive%2Fstm32g4-hal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danclive%2Fstm32g4-hal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danclive","download_url":"https://codeload.github.com/danclive/stm32g4-hal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danclive%2Fstm32g4-hal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33295246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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:15.878Z","updated_at":"2026-05-21T09:02:50.958Z","avatar_url":"https://github.com/danclive.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `stm32g4-hal`\n\n🚧 *Work in progress*\n\n_stm32g4-hal_ contains a multi device hardware abstraction on top of the\nperipheral access API for the STMicro STM32G4 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\nstm32g4 family. Which specific microcontroller you want to build for has to be\nspecified with a feature, for example `stm32g431`.\n\nCurrently supported configurations are:\n\n* stm32g431\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 stm32g431,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 stm32g431,defmt --release -- --chip STM32G431CBUx\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]\nstm32g4-hal = { version = \"0.0.1\", features = [\"stm32g431\", \"defmt\"] }\n```\n\n## Documentation\n\nThe documentation can be found at [docs.rs](https://docs.rs/stm32g4-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%2Fstm32g4-hal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanclive%2Fstm32g4-hal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanclive%2Fstm32g4-hal/lists"}