{"id":31785605,"url":"https://github.com/celerizer/stride","last_synced_at":"2025-10-10T12:00:03.405Z","repository":{"id":291319784,"uuid":"977244974","full_name":"celerizer/stride","owner":"celerizer","description":"A template for an example ROM to run on NTR-032","archived":false,"fork":false,"pushed_at":"2025-09-23T01:42:57.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-23T03:36:07.807Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/celerizer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-05-03T18:48:48.000Z","updated_at":"2025-09-23T01:43:01.000Z","dependencies_parsed_at":"2025-09-23T03:36:11.576Z","dependency_job_id":null,"html_url":"https://github.com/celerizer/stride","commit_stats":null,"previous_names":["celerizer/h8300h-test-rom","celerizer/stride"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/celerizer/stride","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerizer%2Fstride","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerizer%2Fstride/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerizer%2Fstride/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerizer%2Fstride/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celerizer","download_url":"https://codeload.github.com/celerizer/stride/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celerizer%2Fstride/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003725,"owners_count":26083610,"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-10-10T02:00:06.843Z","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":[],"created_at":"2025-10-10T12:00:01.850Z","updated_at":"2025-10-10T12:00:03.399Z","avatar_url":"https://github.com/celerizer.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stride\n\n**Stride** is an SDK for developing custom programs targeting **H8/300H pedometer hardware**.\n\n## Prerequisites\n\n* Install the [GNU Development Tools for Renesas H8/300](https://h8300-hms.sourceforge.net/).\n\n## Setup\n\n1. Add Stride as a submodule in your project:\n\n   ```bash\n   git submodule add https://www.github.com/celerizer/stride\n   git submodule update --init --recursive\n   ```\n\n2. In your project’s Makefile:\n\n   * Add your program’s source files to the `SOURCES` variable.\n   * Include the Stride Makefile at the end:\n\n     ```make\n     include stride/Makefile\n     ```\n\n## Notes on `main`\n\nYour `main` function **must not return**, as returning can cause undefined behavior. This is intentional to save stack space. Design your application to either run indefinitely or enter a wait loop once it finishes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelerizer%2Fstride","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelerizer%2Fstride","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelerizer%2Fstride/lists"}