{"id":18289521,"url":"https://github.com/hsun1031/devcontainer_platformio","last_synced_at":"2025-04-09T07:22:27.124Z","repository":{"id":207168294,"uuid":"718586621","full_name":"Hsun1031/devcontainer_platformio","owner":"Hsun1031","description":"Devcontainer for PlatformIO ","archived":false,"fork":false,"pushed_at":"2024-08-22T05:06:19.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T01:41:24.496Z","etag":null,"topics":["devcontainer-template","platformio"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/Hsun1031.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":"2023-11-14T11:50:37.000Z","updated_at":"2024-08-22T04:58:42.000Z","dependencies_parsed_at":"2023-11-14T13:25:46.541Z","dependency_job_id":"3624c9be-cd83-4db3-aef3-6191b872c1b7","html_url":"https://github.com/Hsun1031/devcontainer_platformio","commit_stats":null,"previous_names":["hsun1031/devcontainer_platformio"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hsun1031%2Fdevcontainer_platformio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hsun1031%2Fdevcontainer_platformio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hsun1031%2Fdevcontainer_platformio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hsun1031%2Fdevcontainer_platformio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hsun1031","download_url":"https://codeload.github.com/Hsun1031/devcontainer_platformio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994786,"owners_count":21030198,"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":["devcontainer-template","platformio"],"created_at":"2024-11-05T14:06:57.974Z","updated_at":"2025-04-09T07:22:27.105Z","avatar_url":"https://github.com/Hsun1031.png","language":"Dockerfile","readme":"# Devcontainer for PlatformIO\n\nThis is a devcontainer for [PlatformIO](https://platformio.org/) with [Visual Studio Code](https://code.visualstudio.com/).\n\n## devcontainer.json\n\nUse `Dockerfile` as the build file for the devcontainer.\n\n```json\n{\n    \"name\": \"PlatformIO devcontainer\",\n\t\"build\": {\n        \"dockerfile\": \"Dockerfile\"\n    }\n    ...\n}\n```\n\nUse `hsun1031/devcontainer_platformio` as the base image.\n\n```json\n{\n    \"name\": \"PlatformIO devcontainer\",\n\t\"image\": \"hsun1031/devcontainer_platformio:latest\",\n    ...\n}\n```\n\n## How to use this devcontainer on GitHub Codespaces\nInit platformio project. [board list](https://docs.platformio.org/en/latest/boards/index.html)\n\n```bash\npio init --ide vscode --board \u003cyour board\u003e\n```\n\nLogin platformio account.\n\n```bash\npio account login\n```\n\n[Remote MCU] Connect to the device.\n\n```bash\npio remote agent start\n``` \n\n[Codespace] List for remote devices.\n\n```bash\npio remote device list\n```\n\nFlash and Monitor.\n\n```bash\npio remote run --target upload --environment \u003cyour board\u003e\npio remote device monitor \n```\n## esp-web-flash-server\n\n[Github](https://github.com/esp-rs/esp-web-flash-server)\n\n### Command\n\n```bash\nweb-flash --chip \u003cYor Chip\u003e .pio/build/\u003cYour ENV\u003e/firmware.elf\n```\n\nexample:\n\n```bash\nweb-flash --chip esp32 .pio/build/esp32doit-devkit-v1/firmware.elf\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsun1031%2Fdevcontainer_platformio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhsun1031%2Fdevcontainer_platformio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsun1031%2Fdevcontainer_platformio/lists"}