{"id":34073543,"url":"https://github.com/pisterlab/scum-sdk","last_synced_at":"2026-03-08T22:33:10.280Z","repository":{"id":289230119,"uuid":"968187260","full_name":"PisterLab/scum-sdk","owner":"PisterLab","description":"A proprietary free SCuM SDK","archived":false,"fork":false,"pushed_at":"2025-08-01T13:09:25.000Z","size":2827,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-30T09:03:02.812Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PisterLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2025-04-17T16:45:48.000Z","updated_at":"2025-09-18T12:36:05.000Z","dependencies_parsed_at":"2025-04-22T08:31:45.735Z","dependency_job_id":"1624c3c0-ef07-4331-b1ba-95711c718be2","html_url":"https://github.com/PisterLab/scum-sdk","commit_stats":null,"previous_names":["pisterlab/scum-sdk"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/PisterLab/scum-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PisterLab%2Fscum-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PisterLab%2Fscum-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PisterLab%2Fscum-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PisterLab%2Fscum-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PisterLab","download_url":"https://codeload.github.com/PisterLab/scum-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PisterLab%2Fscum-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27723955,"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-12-14T02:00:11.348Z","response_time":56,"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-12-14T08:58:02.736Z","updated_at":"2025-12-14T08:58:06.739Z","avatar_url":"https://github.com/PisterLab.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A proprietary free SCuM SDK\n\n[![CI][ci-badge]][ci-link]\n[![License][license-badge]][license-link]\n\nThis repository is an attempt to provide a proprietary free support for the\nSingle Chip micro-Mote (SCuM).\nThe SCuM chip is a 2x3mm2 single-chip standard-compatible Smart Dust chip,\nsee https://www.crystalfree.org/.\nMost of the drivers (UART, Radio, Timer, SPI) are taken from the\n[scum-test-code](https://github.com/PisterLab/scum-test-code) repository.\n\n## Requirements\n\nWhat is needed to build a firmware for SCuM:\n- [CMake](https://cmake.org/)\n- [Ninja](https://ninja-build.org/)\n- [GNU ARM Embedded toolchain](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads)\n\nMake sure that the ARM toolchain GCC program is available in your PATH.\n\n## Get the code\n\nUse Git:\n```\ngit clone https://github.com/PisterLab/scum-sdk.git\n```\n\n## Build a SCuM firmware\n\nSome sample applications are provided in the [sdk/samples](sdk/samples) directory.\nTo build an application, from the repository base directory, simply run\n(for Windows users adapt the path separators to \"\\\"):\n\n```\ncmake -S sdk/samples/hello_world -B sdk/samples/hello_world/build -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel\nninja -C sdk/samples/hello_world/build\n```\n\nThe generated firmwares (elf, hex, bin) are located in the `sdk/samples/hello_world/build` directory.\n\n## Program SCuM\n\nOnce the SCuM chip is properly connected to an nRF52840-DK programmer, use the\nSCuM programmer `main.py` script available in the [scum_programmer](scum_programmer) directory.\n\nThe build system also proposes a `load` target to automatically call the SCuM programmer\nscript:\n\n```\nninja -C sdk/samples/hello_world/build load\n```\n\n## Contribute\n\nCheck out the [contributing guide](CONTRIBUTING.md) to see how to participate\nto the SCuM project.\n\n## License\n\nThe SCuM SDK is published under the [BSD 3-Clause license](LICENSE.txt).\n\n[ci-badge]: https://github.com/pisterlab/scum-sdk/workflows/CI/badge.svg\n[ci-link]: https://github.com/pisterlab/scum-sdk/actions?query=workflow%3ACI+branch%3Amain\n[license-badge]: https://img.shields.io/github/license/pisterlab/scum-sdk\n[license-link]: https://github.com/pisterlab/scum-sdk/blob/main/LICENSE.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpisterlab%2Fscum-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpisterlab%2Fscum-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpisterlab%2Fscum-sdk/lists"}