{"id":20801911,"url":"https://github.com/philips-software/amp-hal-st","last_synced_at":"2025-05-07T00:44:19.832Z","repository":{"id":65437334,"uuid":"536067243","full_name":"philips-software/amp-hal-st","owner":"philips-software","description":"HAL implementation of the Embedded Infrastructure Library for ST microcontrollers","archived":false,"fork":false,"pushed_at":"2025-05-05T05:02:31.000Z","size":38040,"stargazers_count":71,"open_issues_count":13,"forks_count":10,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-05-05T05:32:31.968Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philips-software.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-13T10:11:54.000Z","updated_at":"2025-05-05T04:51:39.000Z","dependencies_parsed_at":"2023-02-17T20:45:48.298Z","dependency_job_id":"dc1b866b-19a7-4dbc-aecb-c2770ff0d826","html_url":"https://github.com/philips-software/amp-hal-st","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Famp-hal-st","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Famp-hal-st/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Famp-hal-st/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philips-software%2Famp-hal-st/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philips-software","download_url":"https://codeload.github.com/philips-software/amp-hal-st/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252793562,"owners_count":21805053,"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-11-17T18:25:38.172Z","updated_at":"2025-05-07T00:44:19.825Z","avatar_url":"https://github.com/philips-software.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# amp-hal-st\n\n[![Linting \u0026 Formatting](https://github.com/philips-software/amp-hal-st/actions/workflows/linting-formatting.yml/badge.svg)](https://github.com/philips-software/amp-hal-st/actions/workflows/linting-formatting.yml) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/philips-software/amp-hal-st/badge)](https://api.securityscorecards.dev/projects/github.com/philips-software/amp-hal-st)\n\n**Description**: amp-hal-st is a HAL (Hardware Abstraction Layer) implementation for a range of [ST](https://st.com) ARM Cortex-based micro-controllers. amp-hal-st implements the interfaces defined as part of [EmbeddedInfraLib].\n\n## Dependencies\n\namp-hal-st requires:\n- [EmbeddedInfraLib].\n\n## How to build the software\n\namp-hal-st cannot be built by-itself, it must be built as part of a larger project. This paragraph describes how to add amp-hal-st to a CMake build-system, using [EmbeddedInfraLib].\n\n\u003e CMakeLists.txt\n\n```cmake\ncmake_minimum_required(VERSION 3.21)\n\nproject(MyProject VERSION 1.0.0)\n\ninclude(FetchContent)\n\nFetchContent_Declare(\n    emil\n    GIT_REPOSITORY https://github.com/philips-software/embeddedinfralib.git\n    GIT_TAG        main\n)\n\nFetchContent_Declare(\n    halst\n    GIT_REPOSITORY https://github.com/philips-software/amp-hal-st.git\n    GIT_TAG        main\n)\n\nFetchContent_MakeAvailable(emil halst)\n\nadd_executable(myprogram Main.cpp)\n\ntarget_link_libraries(myprogram PUBLIC\n    infra.event\n    hal_st.stm32fxxx\n)\n\nhalst_target_default_linker_scripts(myprogram)\nhalst_target_default_init(myprogram)\n\n```\n\n## How to test the software\n\nDue to the nature of amp-hal-st: a HAL implementation, there are no included automated tests. Testing should be done in-context on the target hardware.\n\n## Community\n\nThis project uses a [code-of-conduct](CODE_OF_CONDUCT.md) to define expected conduct in our community. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project [maintainer](.github/CODEOWNERS)\n\n## Changelog\n\nSee the [changelog](CHANGELOG.md) for more info on what's been changed.\n\n## Contributing\n\nPlease refer to our [contributing](CONTRIBUTING.md) guide when you want to contribute to this project.\n\n## License\n\namp-hal-st is licensed under the [MIT](https://choosealicense.com/licenses/mit/) [license](LICENSE) except the files and/or directories named in the [notice](NOTICE) file.\n\n[EmbeddedInfraLib]: https://github.com/philips-software/embeddedinfralib\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips-software%2Famp-hal-st","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilips-software%2Famp-hal-st","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilips-software%2Famp-hal-st/lists"}