{"id":31482640,"url":"https://github.com/micro-os-plus/micro-os-plus-iv-suite","last_synced_at":"2026-02-13T23:34:51.681Z","repository":{"id":309626041,"uuid":"1036978128","full_name":"micro-os-plus/micro-os-plus-iv-suite","owner":"micro-os-plus","description":"The µOS++ Fourth Edition Suite","archived":false,"fork":false,"pushed_at":"2025-08-14T04:29:06.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-02T07:57:12.063Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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":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},"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":"2025-08-12T21:54:24.000Z","updated_at":"2025-08-14T04:29:10.000Z","dependencies_parsed_at":"2025-08-13T20:45:56.172Z","dependency_job_id":null,"html_url":"https://github.com/micro-os-plus/micro-os-plus-iv-suite","commit_stats":null,"previous_names":["micro-os-plus/micro-os-plus-iv-monorepo","micro-os-plus/micro-os-plus-iv-suite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/micro-os-plus/micro-os-plus-iv-suite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmicro-os-plus-iv-suite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmicro-os-plus-iv-suite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmicro-os-plus-iv-suite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmicro-os-plus-iv-suite/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-iv-suite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmicro-os-plus-iv-suite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29423534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"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-10-02T07:57:09.714Z","updated_at":"2026-02-13T23:34:51.641Z","avatar_url":"https://github.com/micro-os-plus.png","language":null,"funding_links":["https://ko-fi.com/ilegeul"],"categories":[],"sub_categories":[],"readme":"# README-MAINTAINER\n\n## Submodules\n\nThe submodules were added with the following commands:\n\n```sh\nmkdir -p 3rd-party/segger\ngit submodule add https://github.com/xpack-3rd-party/segger-rtt-xpack.git 3rd-party/segger/segger-rtt-xpack\ngit submodule add https://github.com/xpack-3rd-party/segger-system-view-xpack.git 3rd-party/segger/segger-system-view-xpack\n\nmkdir -p 3rd-party/arm\ngit submodule add https://github.com/xpack-3rd-party/arm-cmsis-core-xpack.git 3rd-party/arm/arm-cmsis-core-xpack\n\nmkdir -p core\ngit submodule add https://github.com/micro-os-plus/startup-xpack.git core/startup-xpack\ngit submodule add https://github.com/micro-os-plus/semihosting-xpack.git core/semihosting-xpack\ngit submodule add https://github.com/micro-os-plus/utils-lists-xpack.git core/utils-lists-xpack\n\nmkdir -p diag\ngit submodule add https://github.com/micro-os-plus/diag-trace-xpack.git diag/diag-trace-xpack\n\nmkdir -p testing\ngit submodule add https://github.com/micro-os-plus/micro-test-plus-xpack.git testing/micro-test-plus-xpack\n\nmkdir -p helpers\ngit submodule add https://github.com/micro-os-plus/build-helper-xpack.git helpers/build-helper-xpack\n\nmkdir -p targets\ngit submodule add https://github.com/micro-os-plus/architecture-synthetic-posix-xpack.git targets/architecture-synthetic-posix-xpack\ngit submodule add https://github.com/micro-os-plus/architecture-cortexm-xpack.git targets/architecture-cortexm-xpack\ngit submodule add https://github.com/micro-os-plus/devices-qemu-cortexm-xpack.git targets/devices-qemu-cortexm-xpack\ngit submodule add https://github.com/micro-os-plus/architecture-riscv-xpack.git targets/architecture-riscv-xpack\ngit submodule add https://github.com/micro-os-plus/devices-qemu-riscv-xpack.git targets/devices-qemu-riscv-xpack\ngit submodule add https://github.com/micro-os-plus/architecture-aarch32-xpack.git targets/architecture-aarch32-xpack\ngit submodule add https://github.com/micro-os-plus/devices-qemu-aarch32-xpack.git targets/devices-qemu-aarch32-xpack\ngit submodule add https://github.com/micro-os-plus/architecture-aarch64-xpack.git targets/architecture-aarch64-xpack\ngit submodule add https://github.com/micro-os-plus/devices-qemu-aarch64-xpack.git targets/devices-qemu-aarch64-xpack\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicro-os-plus%2Fmicro-os-plus-iv-suite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicro-os-plus%2Fmicro-os-plus-iv-suite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicro-os-plus%2Fmicro-os-plus-iv-suite/lists"}