{"id":16912633,"url":"https://github.com/wez/jlink_rtt","last_synced_at":"2025-06-24T23:05:01.987Z","repository":{"id":57634623,"uuid":"147362773","full_name":"wez/jlink_rtt","owner":"wez","description":"JLINK RTT debugger support for rust","archived":false,"fork":false,"pushed_at":"2020-05-03T00:30:44.000Z","size":8,"stargazers_count":18,"open_issues_count":0,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-24T23:02:36.271Z","etag":null,"topics":["cortex-m0","rtt","rust","segger"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/wez.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}},"created_at":"2018-09-04T14:53:22.000Z","updated_at":"2025-03-08T11:28:18.000Z","dependencies_parsed_at":"2022-09-26T20:20:35.954Z","dependency_job_id":null,"html_url":"https://github.com/wez/jlink_rtt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wez/jlink_rtt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wez%2Fjlink_rtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wez%2Fjlink_rtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wez%2Fjlink_rtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wez%2Fjlink_rtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wez","download_url":"https://codeload.github.com/wez/jlink_rtt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wez%2Fjlink_rtt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261771081,"owners_count":23207214,"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":["cortex-m0","rtt","rust","segger"],"created_at":"2024-10-13T19:10:43.059Z","updated_at":"2025-06-24T23:05:01.929Z","avatar_url":"https://github.com/wez.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SEGGER RTT Support for Rust\n\nThis repo implements support for the Real Time Transfer (RTT) debugger\nextensions that are present in J-Link devices produced by SEGGER.\n\n## Using it\n\nBasic logging:\n\n```\nextern crate jlink_rtt;\n\nfn boo() {\n   let mut output = jlink_rtt::Output::new();\n   let _ = writeln!(\"Hello {}\", 42);\n}\n```\n\nHandling panics:\n\n```\n#![no_std]\n\nextern crate panic_rtt;\n\nfn main() {\n    panic!(\"message is logged to debugger\");\n}\n```\n\n## More info\n\nMore information on RTT can be found here:\n\u003chttps://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/\u003e\n\nThe author of this repo is not affiliated with SEGGER, nor is\nthis repo supported by them.\n\n## License\n\nThe implementation is derived from code produced by SEGGER Microcontroller GmbH\nunder BSD-3-Clause license.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwez%2Fjlink_rtt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwez%2Fjlink_rtt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwez%2Fjlink_rtt/lists"}