{"id":26290963,"url":"https://github.com/protik09/coremark-rp2040","last_synced_at":"2025-05-08T01:41:09.835Z","repository":{"id":82241427,"uuid":"349249616","full_name":"protik09/CoreMark-RP2040","owner":"protik09","description":"This is the COREMARK® embedded benchmark ported by me to the RP2040 chip from the folks over at Raspberry Pi.","archived":false,"fork":false,"pushed_at":"2024-04-12T00:22:08.000Z","size":252,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-12T10:13:07.185Z","etag":null,"topics":["benchmark","c","embedded","embedded-c","embedded-systems","raspberry","raspberrypi-pico","rp2040","rpi-pico"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/protik09.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}},"created_at":"2021-03-18T23:57:20.000Z","updated_at":"2024-04-14T21:37:19.665Z","dependencies_parsed_at":null,"dependency_job_id":"30d56690-5144-4ec9-8cbf-bb41a3b49981","html_url":"https://github.com/protik09/CoreMark-RP2040","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FCoreMark-RP2040","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FCoreMark-RP2040/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FCoreMark-RP2040/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FCoreMark-RP2040/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/protik09","download_url":"https://codeload.github.com/protik09/CoreMark-RP2040/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252983761,"owners_count":21835758,"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":["benchmark","c","embedded","embedded-c","embedded-systems","raspberry","raspberrypi-pico","rp2040","rpi-pico"],"created_at":"2025-03-15T00:33:06.455Z","updated_at":"2025-05-08T01:41:09.807Z","avatar_url":"https://github.com/protik09.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoreMark RP2040❤️\n\n![Build Status](https://github.com/protik09/CoreMark-RP2040/actions/workflows/generate-release.yml/badge.svg) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/protik09/CoreMark-RP2040) [![GitHub stars](https://img.shields.io/github/stars/protik09/CoreMark-RP2040.svg)](https://github.com/username/repository/stargazers)\n\u003c!-- [![HitCount](http://hits.dwyl.com/protik09/CoreMark-RP2040.svg)](http://hits.dwyl.com/protik09/CoreMark-RP2040) --\u003e\n\n![Coremark_RP2040_logo](https://github.com/protik09/CoreMark-RP2040/blob/main/Coremark-RP2040.png?raw=true)\n\nThis is the [COREMARK®](https://github.com/eembc/coremark) embedded benchmark ported for the [RP2040](https://github.com/raspberrypi/pico-sdk)\nchip from the folks over at Raspberry Pi.\n\n## How to Use\n\nEnsure that the **Pico C/C++ SDK** environment variables are set properly and you have cmake installed.\n\nFor Linux check here:  [![Static Badge](https://img.shields.io/badge/-Linux-c31c4a?style=flat\u0026logo=raspberrypi)](https://github.com/raspberrypi/pico-sdk\n)\n\nFor Windows, the setup files can be found here:  [![Static Badge](https://img.shields.io/badge/-Windows-blue?logo=windows11)](https://github.com/raspberrypi/pico-setup-windows/releases/latest/download/pico-setup-windows-x64-standalone.exe\n)\n\n### For Microsoft Windows\n\n![Windows Terminal](https://img.shields.io/badge/Windows%20Terminal-%234D4D4D.svg?style=for-the-badge\u0026logo=windows-terminal\u0026logoColor=white)\n\nAdd the **PICO_INSTALL_PATH** to User Environment Variables. \n\nFor example, if you have installed the SDK in *\"C:\\Program Files\\Raspberry Pi\\Pico SDK v1.5.1\"* then add **PICO_INSTALL_PATH** as *C:\\Program Files\\Raspberry Pi\\Pico SDK v1.5.1* to User Environment Variables.\n\nThen run the following commands in CMD in the project directory.\n\n```cmd\nscripts/setup_env.bat\n```\n\nYou can use the following command to clean the project directory.\n\n```cmd\nmake clean || ./scripts/clean.bat\n\n```\n\nYou can use the following command to build the project.\n\n```cmd\nmake all || cmake . \u0026\u0026 ninja build\n```\n\nThe useful files will be in the **artifacts_to_upload** directory.\n\n### For Linux\n\n![Shell Script](https://img.shields.io/badge/shell_script-%23121011.svg?style=for-the-badge\u0026logo=gnu-bash\u0026logoColor=white)\n\n```bash\nmake all\n```\n\nThe useful files will be in the **artifacts_to_upload** directory.\n\nCopy the **Coremark-RP2040.uf2** file to the RP2040 board.\n\nOpen a Serial Monitor at 115200 baud (or just maximum USB speed)\n\n**IMPORTANT**: Press any key to start single core benchmark.\n\n## RELEASES\n\n[![Static Badge](https://img.shields.io/badge/-LATEST_RELEASES-E1CFB3?style=flat\u0026logo=githubactions)](https://github.com/protik09/CoreMark-RP2040/releases/latest)\n\n## TODO\n\n* Add multi-core support to the benchmark.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotik09%2Fcoremark-rp2040","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotik09%2Fcoremark-rp2040","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotik09%2Fcoremark-rp2040/lists"}