{"id":20276280,"url":"https://github.com/shishir-dey/stm32-devops-template","last_synced_at":"2025-06-30T19:08:29.811Z","repository":{"id":110869891,"uuid":"558187492","full_name":"shishir-dey/stm32-devops-template","owner":"shishir-dey","description":"Repository for showcasing DevOps practices within microcontroller projects","archived":false,"fork":false,"pushed_at":"2025-06-20T05:32:18.000Z","size":5475,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T06:20:07.595Z","etag":null,"topics":["ci-cd","cmake","devcontainers","devops","embedded-systems","github-codespaces","stm32"],"latest_commit_sha":null,"homepage":"https://shishir-dey.github.io/stm32-devops-template/","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/shishir-dey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-10-27T03:49:00.000Z","updated_at":"2025-06-20T05:29:40.000Z","dependencies_parsed_at":"2024-07-22T17:19:02.953Z","dependency_job_id":"99df8321-e3e9-412a-9fad-820d3f83ec7f","html_url":"https://github.com/shishir-dey/stm32-devops-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/shishir-dey/stm32-devops-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shishir-dey%2Fstm32-devops-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shishir-dey%2Fstm32-devops-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shishir-dey%2Fstm32-devops-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shishir-dey%2Fstm32-devops-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shishir-dey","download_url":"https://codeload.github.com/shishir-dey/stm32-devops-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shishir-dey%2Fstm32-devops-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262834799,"owners_count":23371851,"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":["ci-cd","cmake","devcontainers","devops","embedded-systems","github-codespaces","stm32"],"created_at":"2024-11-14T13:13:13.783Z","updated_at":"2025-06-30T19:08:29.791Z","avatar_url":"https://github.com/shishir-dey.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STM32 DevOps Template\n\nRepository for showcasing DevOps practices within microcontroller projects.\n\n## Overview\n\nThe STM32 DevOps Template is a comprehensive embedded systems project that demonstrates modern DevOps practices applied to microcontroller development. This template showcases efficient data structures, automated testing, and continuous integration/deployment pipelines specifically designed for STM32 microcontrollers.\n\n## Build Status\n[![CMake](https://github.com/shishir-dey/stm32-devops-template/actions/workflows/cmake.yml/badge.svg)](https://github.com/shishir-dey/stm32-devops-template/actions/workflows/cmake.yml)\n[![Generate Sphinx documentation](https://github.com/shishir-dey/stm32-devops-template/actions/workflows/sphinx.yml/badge.svg)](https://github.com/shishir-dey/stm32-devops-template/actions/workflows/sphinx.yml)\n[![Pages Build \u0026 Deployment](https://github.com/shishir-dey/stm32-devops-template/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/shishir-dey/stm32-devops-template/actions/workflows/pages/pages-build-deployment)\n\n## Quick Start\n\n### Building for Host (Testing)\n```bash\nmkdir build \u0026\u0026 cd build\ncmake -DHOST=ON ..\nmake\nctest\n```\n\n### Building for STM32 Target\n```bash\nmkdir build \u0026\u0026 cd build\ncmake -DCMAKE_TOOLCHAIN_FILE=../cmake/arm-none-eabi-gcc.cmake ..\nmake\n```\n\n### Generating Documentation\n```bash\ncd docs\npip install -r requirements.txt\nmake html\n```\n\n## Project Structure\n\n```\nstm32-devops-template/\n├── src/                    # Source code\n│   ├── data/              # Data structure implementations\n│   ├── main.c             # Main application\n│   └── autogen/           # Generated files (startup, linker)\n├── test/                   # Unity unit tests\n├── lib/Unity/             # Unity testing framework\n├── docs/                   # Sphinx documentation\n├── cmake/                  # CMake toolchain and modules\n├── config/                 # Project configuration\n└── .github/workflows/      # CI/CD pipelines\n```\n\n## Documentation\n\n📖 **[Full Documentation](https://shishir-dey.github.io/stm32-devops-template/)**\n\nThe complete documentation includes:\n- API Reference with Sphinx + Breathe\n- Usage Examples and Best Practices\n- Testing Framework Guide\n- DevOps Integration Instructions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshishir-dey%2Fstm32-devops-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshishir-dey%2Fstm32-devops-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshishir-dey%2Fstm32-devops-template/lists"}