{"id":22377132,"url":"https://github.com/micro-os-plus/micro-os-plus-iii-cortexm","last_synced_at":"2026-07-05T23:31:22.705Z","repository":{"id":136223050,"uuid":"314376545","full_name":"micro-os-plus/micro-os-plus-iii-cortexm","owner":"micro-os-plus","description":"A source code library with µOS++ Cortex-M port","archived":false,"fork":false,"pushed_at":"2025-09-24T16:22:21.000Z","size":235,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"xpack","last_synced_at":"2025-10-25T16:41:13.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/micro-os-plus.png","metadata":{"files":{"readme":"README-MAINTAINER.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"ilegeul","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2020-11-19T21:40:41.000Z","updated_at":"2025-09-24T16:22:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1638266-be3c-455d-a49a-cb5577934b37","html_url":"https://github.com/micro-os-plus/micro-os-plus-iii-cortexm","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/micro-os-plus/micro-os-plus-iii-cortexm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmicro-os-plus-iii-cortexm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmicro-os-plus-iii-cortexm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmicro-os-plus-iii-cortexm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmicro-os-plus-iii-cortexm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micro-os-plus","download_url":"https://codeload.github.com/micro-os-plus/micro-os-plus-iii-cortexm/tar.gz/refs/heads/xpack","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmicro-os-plus-iii-cortexm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35172975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"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":"2024-12-04T22:12:54.633Z","updated_at":"2026-07-05T23:31:22.686Z","avatar_url":"https://github.com/micro-os-plus.png","language":"C++","funding_links":["https://ko-fi.com/ilegeul"],"categories":[],"sub_categories":[],"readme":"[![GitHub issues](https://img.shields.io/github/issues/micro-os-plus/micro-os-plus-iii-cortexm.svg)](https://github.com/micro-os-plus/micro-os-plus-iii-cortexm/issues/)\n[![GitHub pulls](https://img.shields.io/github/issues-pr/micro-os-plus/micro-os-plus-iii-cortexm.svg)](https://github.com/micro-os-plus/micro-os-plus-iii-cortexm/pulls)\n\n# Maintainer info\n\n## Project repository\n\nThe project is hosted on GitHub:\n\n- \u003chttps://github.com/micro-os-plus/micro-os-plus-iii-cortexm.git\u003e\n\nTo clone the stable branch (`xpack`), run the following commands in a\nterminal (on Windows use the _Git Bash_ console):\n\n```sh\nrm -rf ~/Work/micro-os-plus/micro-os-plus-iii-cortexm.git \u0026\u0026 \\\nmkdir -p ~/Work/xpack-3rd-party \u0026\u0026 \\\ngit clone \\\n  https://github.com/micro-os-plus/micro-os-plus-iii-cortexm.git \\\n  ~/Work/micro-os-plus/micro-os-plus-iii-cortexm.git\n```\n\nFor development purposes, clone the `xpack-development` branch:\n\n```sh\nrm -rf ~/Work/micro-os-plus/micro-os-plus-iii-cortexm.git \u0026\u0026 \\\nmkdir -p ~/Work/xpack-3rd-party \u0026\u0026 \\\ngit clone \\\n  --branch xpack-development \\\n  https://github.com/micro-os-plus/micro-os-plus-iii-cortexm.git \\\n  ~/Work/micro-os-plus/micro-os-plus-iii-cortexm.git\n```\n\n## Prerequisites\n\nA recent [xpm](https://xpack.github.io/xpm/), which is a portable\n[Node.js](https://nodejs.org/) command line application.\n\n## How to make new releases\n\n### Release schedule\n\nThere are no fixed releases, the project aims to follow the upstream releases.\n\n### Check Git\n\nIn the `micro-os-plus/micro-os-plus-iii-cortexm` Git repo:\n\n- switch to the `xpack-development` branch\n- if needed, merge the `xpack` branch\n\nNo need to add a tag here, it'll be added when the release is created.\n\n### Increase the version\n\nUpdate the`package.json` file; add an extra field in the\npre-release field, and initially also add `.pre`,\nfor example `1.1.0-pre`.\n\n### Fix possible open issues\n\nCheck GitHub issues and pull requests:\n\n- \u003chttps://github.com/micro-os-plus/micro-os-plus-iii-cortexm/issues/\u003e\n\nand fix them; assign them to a milestone (like `1.1.0`).\n\n### Update `README-MAINTAINER.md`\n\nUpdate the following files to reflect the changes\nrelated to the new version:\n\n- `README-MAINTAINER.md`\n- `README.md`\n\n### Update `CHANGELOG.md`\n\n- open the `CHANGELOG.md` file\n- check if all previous fixed issues are in\n- add a new entry like _* v1.1.0_\n- commit with a message like _prepare v1.1.0_\n\n### Push changes\n\n- commit and push\n\n### Commit the new version\n\n- select the `xpack-development` branch\n- commit all changes\n- `npm pack` and check the content of the archive, which should list\n  only `package.json`, `README.md`, `LICENSE`, `CHANGELOG.md`,\n  the `doxygen-awesome-*.js` and `doxygen-custom/*` files;\n  possibly adjust `.npmignore`\n- `npm version 1.1.0`\n- push the `xpack-development` branch to GitHub\n- the `postversion` npm script should also update tags via `git push origin --tags`\n\n### Update the repo\n\nWhen the package is considered stable:\n\n- with a Git client (VS Code is fine)\n- merge `xpack-development` into `xpack`\n- push to GitHub\n- select `xpack-development`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicro-os-plus%2Fmicro-os-plus-iii-cortexm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicro-os-plus%2Fmicro-os-plus-iii-cortexm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicro-os-plus%2Fmicro-os-plus-iii-cortexm/lists"}