{"id":20740138,"url":"https://github.com/bjorntheprogrammer/rp2350-sim","last_synced_at":"2026-04-27T04:32:26.548Z","repository":{"id":260881006,"uuid":"853653824","full_name":"BjornTheProgrammer/rp2350-sim","owner":"BjornTheProgrammer","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-11T04:44:39.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T16:43:34.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BjornTheProgrammer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-07T06:31:44.000Z","updated_at":"2024-11-11T04:44:42.000Z","dependencies_parsed_at":"2024-11-03T10:21:44.118Z","dependency_job_id":"a15a3288-7284-4139-b924-43f20a165d57","html_url":"https://github.com/BjornTheProgrammer/rp2350-sim","commit_stats":null,"previous_names":["bjorntheprogrammer/rp2350-sim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BjornTheProgrammer/rp2350-sim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BjornTheProgrammer%2Frp2350-sim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BjornTheProgrammer%2Frp2350-sim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BjornTheProgrammer%2Frp2350-sim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BjornTheProgrammer%2Frp2350-sim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BjornTheProgrammer","download_url":"https://codeload.github.com/BjornTheProgrammer/rp2350-sim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BjornTheProgrammer%2Frp2350-sim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32323213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":"2024-11-17T06:27:31.840Z","updated_at":"2026-04-27T04:32:26.533Z","avatar_url":"https://github.com/BjornTheProgrammer.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rp2350-sim\nThe goal is to emulate a rp2350, for a Raspberry Pi Pico 2. Built in Rust, so it can run natively as well in wasm.\n\n## Progress\nCurrently attempts are being made to replicate the original Raspberry Pi Pico. This means creating the Cortex M0+, then migrating this over to emulate the Cortex M33\n\nImplemented instructions\n\n- [x] AdcT1\n- [x] AddSpPlusImmediateT1\n- [x] AddSpPlusImmediateT2\n- [x] AddsT1\n- [x] AddsT2\n- [x] AddRegisterT1\n- [x] AddRegisterT2\n- [x] AdrT1\n- [x] AndRegisterT1\n- [x] AsrImmediateT1\n- [x] AsrRegisterT1\n- [x] BT1\n- [x] BT2\n- [x] BicRegisterT1\n- [ ] BkptT1\n- [x] BlT1\n- [x] BlxT1\n- [ ] BxT1\n- [ ] CmnRegisterT1\n- [ ] CmpImmediateT1\n- [ ] CmpRegisterT1\n- [ ] CmpRegisterT2\n- [ ] CpsT1Id\n- [ ] CpsT1Ie\n- [x] DmbT1Sy\n- [x] DsbT1Sy\n- [x] EorRegisterT1\n- [x] IsbT1Sy\n- [x] LdmiaT1\n- [ ] LdrImmediateT1\n- [ ] LdrImmediateT2\n- [ ] LdrLiteralT1\n- [ ] LdrRegisterT1\n- [ ] LdrbImmediateT1\n- [ ] LdrbRegisterT1\n- [ ] LdrhImmediateT1\n- [ ] LdrhRegisterT1\n- [ ] LdrsbRegisterT1\n- [ ] LdrshRegisterT1\n- [ ] LslImmediateT1\n- [ ] LslRegisterT1\n- [ ] LsrImmediateT1\n- [ ] LsrRegisterT1\n- [x] MovRegisterT1\n- [ ] MovImmediateT1\n- [ ] MrsT1\n- [ ] MsrT1\n- [ ] MulT1\n- [ ] MvnT1\n- [ ] OrrRegisterT1\n- [ ] PopT1\n- [x] PushT1\n- [x] RevT1\n- [x] Rev16T1\n- [ ] RevshT1\n- [ ] RorRegisterT1\n- [ ] RsbImmediateT1\n- [x] NopT1\n- [ ] SbcRegisterT1\n- [ ] SevT1\n- [x] StmiaT1\n- [ ] StrImmediateT1\n- [ ] StrImmediateT2\n- [ ] StrRegisterT1\n- [ ] StrbImmediateT1\n- [ ] StrbRegisterT1\n- [ ] StrhImmediateT1\n- [ ] StrhRegisterT1\n- [x] SubSpMinusImmediateT1\n- [ ] SubT1\n- [ ] SubT2\n- [ ] SubRegisterT1\n- [ ] SvcT1\n- [ ] SxtbT1\n- [ ] SxthT1\n- [ ] TstRegisterT1\n- [ ] UdfT1\n- [ ] UdfT2\n- [x] UxtbT1\n- [x] UxthT1\n- [ ] WfeT1\n- [ ] WfiT1\n- [x] YieldT1\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjorntheprogrammer%2Frp2350-sim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjorntheprogrammer%2Frp2350-sim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjorntheprogrammer%2Frp2350-sim/lists"}