{"id":50512658,"url":"https://github.com/intgr/esp-hello","last_synced_at":"2026-06-02T21:04:40.372Z","repository":{"id":349250636,"uuid":"1127011019","full_name":"intgr/esp-hello","owner":"intgr","description":"Hello world from ESP32 C6","archived":false,"fork":false,"pushed_at":"2026-04-04T23:57:22.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T01:25:15.564Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intgr.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-03T01:55:11.000Z","updated_at":"2026-04-04T23:59:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/intgr/esp-hello","commit_stats":null,"previous_names":["intgr/esp-hello"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/intgr/esp-hello","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intgr%2Fesp-hello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intgr%2Fesp-hello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intgr%2Fesp-hello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intgr%2Fesp-hello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intgr","download_url":"https://codeload.github.com/intgr/esp-hello/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intgr%2Fesp-hello/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33835766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"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":"2026-06-02T21:04:39.232Z","updated_at":"2026-06-02T21:04:40.366Z","avatar_url":"https://github.com/intgr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esp-hello\n\nESP32-C6 project using Rust and ESP-IDF.\n\n## Prerequisites\n\n```bash\n# System packages (Ubuntu)\nsudo apt install \\\n    build-essential \\\n    rustup \\\n    python3-pip \\\n    python3-venv \\\n    libxml2-dev \\\n    git \\\n    curl\n\n# HACK: esp-clang was built against older libxml2\nsudo ln -sf /usr/lib/x86_64-linux-gnu/libxml2.so.16 /usr/lib/x86_64-linux-gnu/libxml2.so.2\n\n# Add EIM APT repo (https://developer.espressif.com/blog/2026/03/esp-idf-installation-manager/)\necho \"deb [trusted=yes] https://dl.espressif.com/dl/eim/apt/ stable main\" | \\\n    sudo tee /etc/apt/sources.list.d/espressif.list\n\nsudo apt update\nsudo apt install eim-cli\n\n# Install ESP-IDF v5.3.3 for ESP32-C6\neim install -i v5.3.3 -t esp32c6\n\n# Install ldproxy (required linker for esp-idf builds)\ncargo install ldproxy\n```\n\n## Build\n\n```bash\nIDF_PATH=/home/dev/.espressif/v5.3.3/esp-idf ESP_IDF_TOOLS_INSTALL_DIR=global cargo build\n```\n\nOr add to `.cargo/config.toml`:\n\n```toml\n[env]\nIDF_PATH = \"/home/dev/.espressif/v5.3.3/esp-idf\"\nESP_IDF_TOOLS_INSTALL_DIR = \"global\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintgr%2Fesp-hello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintgr%2Fesp-hello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintgr%2Fesp-hello/lists"}