{"id":20131131,"url":"https://github.com/kassane/rp2040-dlang","last_synced_at":"2025-11-27T14:05:18.168Z","repository":{"id":262322184,"uuid":"886809470","full_name":"kassane/rp2040-dlang","owner":"kassane","description":"Use D programming language in Raspberry Pi Pico and other RP2040 boards","archived":false,"fork":false,"pushed_at":"2024-12-02T16:46:16.000Z","size":56,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-01T11:17:27.694Z","etag":null,"topics":["d","dlang","embedded-systems","pico","raspberry-pi-pico","rp2040","wokwi"],"latest_commit_sha":null,"homepage":"","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kassane.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-11-11T16:38:01.000Z","updated_at":"2025-02-13T23:20:53.000Z","dependencies_parsed_at":"2024-11-11T20:39:16.688Z","dependency_job_id":null,"html_url":"https://github.com/kassane/rp2040-dlang","commit_stats":null,"previous_names":["kassane/rp2040-dlang"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Frp2040-dlang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Frp2040-dlang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Frp2040-dlang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kassane%2Frp2040-dlang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kassane","download_url":"https://codeload.github.com/kassane/rp2040-dlang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241577071,"owners_count":19984940,"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":["d","dlang","embedded-systems","pico","raspberry-pi-pico","rp2040","wokwi"],"created_at":"2024-11-13T20:45:47.789Z","updated_at":"2025-11-27T14:05:18.079Z","avatar_url":"https://github.com/kassane.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rp2040-dlang\n\nUse D programming language in Raspberry Pi Pico and other RP2040 boards\n\n## Requirements\n\n- [Raspberry Pi Pico SDK](https://github.com/raspberrypi/pico-sdk)\n- [ARM GCC toolchain](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads) - for `rp2040` \u0026 `rp2350-arm-s` platforms\n- [pico-sdk-tools/riscv-toolchain](https://github.com/raspberrypi/pico-sdk-tools/releases) - for `rp2350-riscv` platform\n- [D compiler](https://dlang.org/download.html) - preferred **GDC** or **LDC2**\n- [CMake](https://cmake.org/download/)\n\n## How to build\n\n```bash\ngit clone --recursive https://github.com/raspberrypi/pico-sdk.git\nexport PICO_SDK_PATH=$PWD/pico-sdk\nexport PICO_PLATFORM=rp2040\nexport PICO_TOOLCHAIN_PATH=/path/gcc-arm-none-eabi-(version) # or add it to PATH\n\nexport DC=gdc\n# or\nexport DC=ldc2\n```\n\n```bash\ngit clone https://github.com/kassane/rp2040-dlang.git\ncd rp2040-dlang\ncmake -B build # optional -DBETTERC=ON\ncmake --build build\n```\n\n[Wokwi preview - running blinkly from RP2040-dlang](https://wokwi.com/experimental/viewer?diagram=https%3A%2F%2Fraw.githubusercontent.com%2Fkassane%2Frp2040-dlang%2Frefs%2Fheads%2Fmain%2Fdiagram.json\u0026firmware=https%3A%2F%2Fgithub.com%2Fkassane%2Frp2040-dlang%2Freleases%2Fdownload%2Fv1.0.0%2Fd-blinky-rp2040.uf2)\n![](./.github/asset/wokwi_rp2040_dlang.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkassane%2Frp2040-dlang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkassane%2Frp2040-dlang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkassane%2Frp2040-dlang/lists"}