{"id":17482408,"url":"https://github.com/jack12816/buildbox-esp8266","last_synced_at":"2026-04-11T13:04:30.221Z","repository":{"id":152209224,"uuid":"83718757","full_name":"Jack12816/buildbox-esp8266","owner":"Jack12816","description":"Build C/C++ firmwares for the ESP8266","archived":false,"fork":false,"pushed_at":"2017-03-03T19:43:04.000Z","size":217,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-19T02:17:28.327Z","etag":null,"topics":["c","docker","docker-image","esp8266","firmware","makefile","xtensa-toolchain"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/jack12816/buildbox-esp8266/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jack12816.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2017-03-02T19:55:21.000Z","updated_at":"2021-12-17T18:11:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"e140b3ee-faf2-4c0d-87d9-2624a3764658","html_url":"https://github.com/Jack12816/buildbox-esp8266","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"578dc650731f4a8381d571d5a9d4069cba2cd496"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jack12816%2Fbuildbox-esp8266","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jack12816%2Fbuildbox-esp8266/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jack12816%2Fbuildbox-esp8266/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jack12816%2Fbuildbox-esp8266/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jack12816","download_url":"https://codeload.github.com/Jack12816/buildbox-esp8266/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246036097,"owners_count":20713192,"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":["c","docker","docker-image","esp8266","firmware","makefile","xtensa-toolchain"],"created_at":"2024-10-18T23:06:00.838Z","updated_at":"2025-12-30T23:20:31.111Z","avatar_url":"https://github.com/Jack12816.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![BuildBox ESP8266](docs/logo-project.png)\n\nThis is a Docker container for building C/C++ firmwares for the ESP8266.\nThe ESP8266 (Xtensa RISC) processor is supported.\n\n- [Quick Start](#quick-start)\n- [Image Building](#image-building)\n\n## Quickstart\n\nTo build a project with the Xtensa toolchain run the container like this:\n\n```bash\n$ docker run --rm -v `pwd`:/share -w /share \\\n    jack12816/buildbox-esp8266 make build\n```\n\nThe command **make build** is just an example and must be replaced with\nyour own build command.\n\nThe Xtensa toolchain includes these binaries:\n```xtensa-lx106-elf-addr2line xtensa-lx106-elf-ar xtensa-lx106-elf-as\nxtensa-lx106-elf-c++ xtensa-lx106-elf-c++filt xtensa-lx106-elf-cc\nxtensa-lx106-elf-cpp xtensa-lx106-elf-ct-ng.config xtensa-lx106-elf-elfedit\nxtensa-lx106-elf-g++ xtensa-lx106-elf-gcc xtensa-lx106-elf-gcc-4.8.2\nxtensa-lx106-elf-gcc-ar xtensa-lx106-elf-gcc-nm xtensa-lx106-elf-gcc-ranlib\nxtensa-lx106-elf-gcov xtensa-lx106-elf-gdb xtensa-lx106-elf-gprof\nxtensa-lx106-elf-ld xtensa-lx106-elf-ld.bfd xtensa-lx106-elf-nm\nxtensa-lx106-elf-objcopy xtensa-lx106-elf-objdump xtensa-lx106-elf-ranlib\nxtensa-lx106-elf-readelf xtensa-lx106-elf-size xtensa-lx106-elf-strings\nxtensa-lx106-elf-strip```\n\n## Image Building\n\nJust clone this git repository and run `make`. It will show up a complete\ndocumentation of all available commands. The default workflow is the following:\n\n    build -\u003e release -\u003e publish\n\nIf you expecting any issues while testing the newly built image after release\nrun `make clean` and start over. All commands are idempotent and can be\nexecuted multiple times with the same result. (Just keep in mind that the\nrelease process will always increase the version number)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjack12816%2Fbuildbox-esp8266","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjack12816%2Fbuildbox-esp8266","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjack12816%2Fbuildbox-esp8266/lists"}