{"id":18708610,"url":"https://github.com/va1da5/esp32-idf-dev-container","last_synced_at":"2026-04-10T23:03:39.502Z","repository":{"id":106645289,"uuid":"594741732","full_name":"va1da5/esp32-idf-dev-container","owner":"va1da5","description":"Visual Studio Code Dev Container based C/C++ development environment for Espressif ESP32","archived":false,"fork":false,"pushed_at":"2025-01-12T13:34:24.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T14:36:53.973Z","etag":null,"topics":["container","containers","cpp","docker","esp32","freertos"],"latest_commit_sha":null,"homepage":"","language":"C","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/va1da5.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-01-29T14:04:19.000Z","updated_at":"2025-01-12T13:34:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"860c8934-ba5d-4c6a-a76b-25e455c62edb","html_url":"https://github.com/va1da5/esp32-idf-dev-container","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/va1da5%2Fesp32-idf-dev-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/va1da5%2Fesp32-idf-dev-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/va1da5%2Fesp32-idf-dev-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/va1da5%2Fesp32-idf-dev-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/va1da5","download_url":"https://codeload.github.com/va1da5/esp32-idf-dev-container/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239571586,"owners_count":19661165,"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":["container","containers","cpp","docker","esp32","freertos"],"created_at":"2024-11-07T12:24:12.601Z","updated_at":"2025-11-09T10:30:24.899Z","avatar_url":"https://github.com/va1da5.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Espressif ESP32 Development Environment\n\nThe setup provides a [container environment for Visual Studio Code](https://code.visualstudio.com/docs/devcontainers/containers) for developing solutions with ESP32 chips. The following hardware are supported.\n\n| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-H4 | ESP32-S2 | ESP32-S3 |\n| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |\n\n## Hello World Example\n\nStarts a FreeRTOS task to print \"Hello World\".\n\n(See the README.md file in the upper level 'examples' directory for more information about examples.)\n\n### How to use example\n\nFollow detailed instructions provided specifically for this example.\n\nSelect the instructions depending on Espressif chip installed on your development board:\n\n- [ESP32 Getting Started Guide](https://docs.espressif.com/projects/esp-idf/en/stable/get-started/index.html)\n- [ESP32-S2 Getting Started Guide](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/get-started/index.html)\n\n\n### Example folder contents\n\nThe project **hello_world** contains one source file in C language [hello_world_main.c](main/hello_world_main.c). The file is located in folder [main](main).\n\nESP-IDF projects are built using CMake. The project build configuration is contained in `CMakeLists.txt` files that provide set of directives and instructions describing the project's source files and targets (executable, library, or both).\n\nBelow is short explanation of remaining files in the project folder.\n\n```\n├── CMakeLists.txt\n├── Dockerfile                 Configuration for the development container image\n├── main\n│   ├── CMakeLists.txt\n│   └── hello_world_main.c\n└── README.md                  This is the file you are currently reading\n```\n\nFor more information on structure and contents of ESP-IDF projects, please refer to Section [Build System](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/build-system.html) of the ESP-IDF Programming Guide.\n\n### Troubleshooting\n\n* Program upload failure\n\n    * Check chip details `esptool.py flash_id`.\n    * Hardware connection is not correct: run `idf.py -p PORT monitor`, and reboot your board to see if there are any output logs.\n    * The baud rate for downloading is too high: lower your baud rate in the `menuconfig` menu, and try again.\n\n### Technical support and feedback\n\nPlease use the following feedback channels:\n\n* For technical queries, go to the [esp32.com](https://esp32.com/) forum\n* For a feature request or bug report, create a [GitHub issue](https://github.com/espressif/esp-idf/issues)\n\nWe will get back to you as soon as possible.\n\n\n## References\n\n- [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/index.html)\n- [Standard Toolchain Setup for Linux and macOS](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html)\n- [ESP32 - DEBUGGING your ESP-IDF code using JTAG [VS CODE]](https://www.youtube.com/watch?v=uq93H7T7cOQ)\n- [JTAG Debugging](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/jtag-debugging/index.html)\n- [ESP32 WROOM, SOLO and WROVER Modules](https://docs.espressif.com/projects/esp-idf/en/v3.3/hw-reference/modules-and-boards.html#wroom-solo-and-wrover-modules)\n- [DevCon23 - ESP-IDF Getting Started (Beginners Guide to Key Concepts and Resources)](https://www.youtube.com/watch?v=J8zc8mMNKtc)\n- [The ESP Component Registry](https://components.espressif.com/)\n- [How to Save and Restore ESP8266 and ESP32 Firmware](https://cyberblogspot.com/how-to-save-and-restore-esp8266-and-esp32-firmware/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fva1da5%2Fesp32-idf-dev-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fva1da5%2Fesp32-idf-dev-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fva1da5%2Fesp32-idf-dev-container/lists"}