{"id":15906384,"url":"https://github.com/mshr-h/pico-cpp-minimum-example","last_synced_at":"2026-02-16T14:05:42.357Z","repository":{"id":108874307,"uuid":"362496888","full_name":"mshr-h/pico-cpp-minimum-example","owner":"mshr-h","description":"A minimum C++ example for Raspberry Pi Pico","archived":false,"fork":false,"pushed_at":"2021-04-29T06:04:14.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-17T16:59:12.886Z","etag":null,"topics":["arm","cortex-m","microcontroller","raspberry-pi-pico","rp2040"],"latest_commit_sha":null,"homepage":"","language":"CMake","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/mshr-h.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,"publiccode":null,"codemeta":null}},"created_at":"2021-04-28T14:26:00.000Z","updated_at":"2021-12-27T02:07:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"9caeed90-ba5a-4d2b-a542-fecc60258fe7","html_url":"https://github.com/mshr-h/pico-cpp-minimum-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mshr-h/pico-cpp-minimum-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fpico-cpp-minimum-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fpico-cpp-minimum-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fpico-cpp-minimum-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fpico-cpp-minimum-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mshr-h","download_url":"https://codeload.github.com/mshr-h/pico-cpp-minimum-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fpico-cpp-minimum-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29509294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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":["arm","cortex-m","microcontroller","raspberry-pi-pico","rp2040"],"created_at":"2024-10-06T13:23:01.545Z","updated_at":"2026-02-16T14:05:42.340Z","avatar_url":"https://github.com/mshr-h.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raspberry Pi Pico C++ example project\n\nThis is a very basic example for Raspberry Pi Pico.\n\n## Getting Started (Example for Ubuntu 20.04)\n\nInstall CMake and cross compiler.\n\n```bash\nsudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi\n```\n\nClone the repository.\n\n```bash\ngit clone https://github.com/mshr-h/pico-cpp-minimum-example\ncd pico-cpp-minimum-example\n```\n\nCreate build directory.\n\n```bash\nmkdir build\ncd build\n```\n\nConfigure and build it.\n\nIf`PICO_SDK_PATH` environment variable isn't set, cmake will automatically download [pico-sdk](https://github.com/raspberrypi/pico-sdk) to the `build` directory.\n\n```bash\ncmake ..\nmake -j`nproc`\n```\n\nConnect the Pico to the Host PC with pressing the BOOTSEL button.\n\nCopy the binary to Raspberry Pi Pico.\n\n```bash\ncp blink.uf2 /path/to/pico_storage\n```\n\nThe LED on the Pico will start blinking.\n\n## Additional resources\n\n- [raspberrypi/pico-examples](https://github.com/raspberrypi/pico-examples)\n- [raspberrypi/pico-sdk](https://github.com/raspberrypi/pico-sdk)\n- [Raspberry Pi Pico SDK: Raspberry Pi Pico SDK](https://raspberrypi.github.io/pico-sdk-doxygen/)\n- [Raspberry Pi Pico C/C++ SDK](https://datasheets.raspberrypi.org/pico/raspberry-pi-pico-c-sdk.pdf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmshr-h%2Fpico-cpp-minimum-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmshr-h%2Fpico-cpp-minimum-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmshr-h%2Fpico-cpp-minimum-example/lists"}