{"id":21711820,"url":"https://github.com/gemarcano/gpico","last_synced_at":"2025-03-20T18:21:48.294Z","repository":{"id":228072583,"uuid":"773085920","full_name":"gemarcano/gpico","owner":"gemarcano","description":"An opinionated collection of utilities for Raspberry Pi Pico development.","archived":false,"fork":false,"pushed_at":"2024-12-06T23:28:22.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T16:44:43.061Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gemarcano.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":"2024-03-16T17:52:25.000Z","updated_at":"2024-12-06T23:28:25.000Z","dependencies_parsed_at":"2024-03-31T08:31:08.958Z","dependency_job_id":"df084029-c134-451f-847d-8581cfcf2b8a","html_url":"https://github.com/gemarcano/gpico","commit_stats":null,"previous_names":["gemarcano/gpico"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemarcano%2Fgpico","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemarcano%2Fgpico/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemarcano%2Fgpico/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemarcano%2Fgpico/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemarcano","download_url":"https://codeload.github.com/gemarcano/gpico/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244666708,"owners_count":20490304,"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":[],"created_at":"2024-11-25T23:29:49.506Z","updated_at":"2025-03-20T18:21:48.267Z","avatar_url":"https://github.com/gemarcano.png","language":"C++","readme":"# gpico, an opinionated collection of utilities for Raspberry Pi Pico development.\n\n## Using the library\n\nCopy the `gpico_import.cmake` file into your project, include it, and then\ndefine `GPICO_PATH` when configuring CMAKE to the location of this repository.\n\nThis uses [FreeRTOS-Kernel](https://github.com/FreeRTOS/FreeRTOS-Kernel.git)\nand the [pico-sdk](https://github.com/raspberrypi/pico-sdk.git).\n\nThe tinyusb library in the pico-sdk (lib/tinyusb) needs this patch as well:\n - [tinyusb #2474](https://github.com/hathach/tinyusb/pull/2474)\n\nAfter applying the patches, the build process is similar to a normal pico-sdk\napplication\n\n```\nmkdir build\ncd build\ncmake ../ -DPICO_SDK_PATH=[path-to-pico-sdk] \\\n  -DPICO_BOARD=pico_w -DCMAKE_BUILD_TYPE=[Debug|Release|RelWithDebInfo] \\\n  -DFREERTOS_KERNEL_PATH=[path-to-FreeRTOS-Kernel] \\\n  -DGPICO_PATH=[path-to-gpico] \\\n  -GNinja ninja\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemarcano%2Fgpico","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemarcano%2Fgpico","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemarcano%2Fgpico/lists"}