{"id":29763469,"url":"https://github.com/ikajdan/stm32-library-template","last_synced_at":"2025-10-07T15:09:22.851Z","repository":{"id":277705607,"uuid":"933250559","full_name":"ikajdan/stm32-library-template","owner":"ikajdan","description":"A template for developing STM32 libraries","archived":false,"fork":false,"pushed_at":"2025-02-15T14:40:56.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-23T23:45:24.089Z","etag":null,"topics":["embedded","firmware","microcontroller","stm32","stm32-library"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ikajdan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-02-15T14:15:39.000Z","updated_at":"2025-06-24T11:44:23.000Z","dependencies_parsed_at":"2025-02-15T15:42:50.365Z","dependency_job_id":null,"html_url":"https://github.com/ikajdan/stm32-library-template","commit_stats":null,"previous_names":["ikajdan/stm32_library_template","ikajdan/stm32-library-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ikajdan/stm32-library-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikajdan%2Fstm32-library-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikajdan%2Fstm32-library-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikajdan%2Fstm32-library-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikajdan%2Fstm32-library-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikajdan","download_url":"https://codeload.github.com/ikajdan/stm32-library-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikajdan%2Fstm32-library-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267236792,"owners_count":24057656,"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-07-26T02:00:08.937Z","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":["embedded","firmware","microcontroller","stm32","stm32-library"],"created_at":"2025-07-26T21:08:27.942Z","updated_at":"2025-10-07T15:09:17.543Z","avatar_url":"https://github.com/ikajdan.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STM32 Library Template\n\nThis repository provides a basic template for developing STM32 libraries. It includes a structured directory layout, placeholder configuration files, and source code files to streamline the development process.\n\n## Directory Structure\n\n```\nikajdan-stm32_library_template/\n├── Inc/\n│   ├── template.h          # Template library header file\n│   ├── template_conf.h     # Configuration header file\n└── Src/\n    ├── template.c          # Template library source file\n    └── template_conf.c     # Configuration source file\n```\n\n## Files Overview\n\n### `Inc/template.h`\n- Declares public function prototypes, macros, and variables for the library.\n- Includes the configuration file `template_conf.h`.\n\n### `Inc/template_conf.h`\n- Contains configuration settings and definitions for the library.\n- Provides macros and type definitions for customization.\n\n### `Src/template.c`\n- Implements the functions declared in `template.h`.\n- Contains placeholders for private and public functions.\n\n### `Src/template_conf.c`\n- Implements configurable parameters defined in `template_conf.h`.\n- Manages configurable variables and settings.\n\n## Usage\n\n1. Modify `template_conf.h` to configure the library according to your requirements.\n2. Implement specific functions inside `template.c`.\n3. Include `template.h` in your main project files to use the library.\n\n## License\n\nThis project is licensed under the CC0 1.0 Universal License. See the [LICENSE](LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikajdan%2Fstm32-library-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikajdan%2Fstm32-library-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikajdan%2Fstm32-library-template/lists"}