{"id":28745010,"url":"https://github.com/jhodapp/rp2040-uart","last_synced_at":"2025-06-16T12:39:48.603Z","repository":{"id":42059806,"uuid":"426438457","full_name":"jhodapp/rp2040-uart","owner":"jhodapp","description":"An example application that uses the UART to echo output text back to the host machine, written in Rust for the RP2040 microcontroller","archived":false,"fork":false,"pushed_at":"2022-04-14T19:15:57.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-08-04T10:07:16.625Z","etag":null,"topics":["echo-server","rust","uart"],"latest_commit_sha":null,"homepage":"","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/jhodapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-10T01:04:56.000Z","updated_at":"2023-08-04T10:07:16.626Z","dependencies_parsed_at":"2022-08-12T03:40:44.503Z","dependency_job_id":null,"html_url":"https://github.com/jhodapp/rp2040-uart","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/jhodapp/rp2040-uart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhodapp%2Frp2040-uart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhodapp%2Frp2040-uart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhodapp%2Frp2040-uart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhodapp%2Frp2040-uart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhodapp","download_url":"https://codeload.github.com/jhodapp/rp2040-uart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhodapp%2Frp2040-uart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260163279,"owners_count":22968228,"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":["echo-server","rust","uart"],"created_at":"2025-06-16T12:39:46.686Z","updated_at":"2025-06-16T12:39:48.569Z","avatar_url":"https://github.com/jhodapp.png","language":"Rust","readme":"# A Rust-based UART echo server for the Raspberry Pi Pico\n\n## Getting started\n\nFor more details see the following article on getting started for getting your environment set up\non Mac/Linux:\nhttps://reltech.substack.com/p/getting-started-with-rust-on-a-raspberry\n\nOn a Mac, to run minicom: `minicom -D /dev/tty.usbmodem14201 -b 115200`. Note that you'll most likely\nneed to find the current /dev link assigned to the Pico UART for your particular machine.\n\n## Requirements\n- The standard Rust tooling (cargo, rustup) which you can install from https://rustup.rs/\n\n- Toolchain support for the cortex-m0+ processors in the rp2040 (thumbv6m-none-eabi)\n\n- flip-link - this allows you to detect stack-overflows on the first core, which is the only supported target for now.\n\n## Installation of development dependencies\n```\nrustup target install thumbv6m-none-eabi\ncargo install flip-link\ncargo install cargo-edit\ncargo add panic_halt\n```\n\n## Running\n\nFor a debug build\n```\ncargo run\n```\nFor a release build\n```\ncargo run --release\n```\n  \n## License\n\nThis project is licensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n  http://www.apache.org/licenses/LICENSE-2.0)\n\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhodapp%2Frp2040-uart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhodapp%2Frp2040-uart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhodapp%2Frp2040-uart/lists"}