{"id":17482403,"url":"https://github.com/jack12816/buildbox-teensy-lc","last_synced_at":"2026-05-03T12:34:16.641Z","repository":{"id":152209226,"uuid":"83833970","full_name":"Jack12816/buildbox-teensy-lc","owner":"Jack12816","description":"Build C/C++ firmwares for the Teensy LC","archived":false,"fork":false,"pushed_at":"2017-03-03T19:43:17.000Z","size":195,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-19T02:17:28.232Z","etag":null,"topics":["docker","docker-image","firmware","makefile","teensy"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/jack12816/buildbox-teensy-lc/","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-03T19:31:53.000Z","updated_at":"2017-03-03T19:39:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f9a5d15-8c10-4c57-b816-216212420c82","html_url":"https://github.com/Jack12816/buildbox-teensy-lc","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"71a029ee3eaa96be4ca7578bc09f64da5525c561"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jack12816%2Fbuildbox-teensy-lc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jack12816%2Fbuildbox-teensy-lc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jack12816%2Fbuildbox-teensy-lc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jack12816%2Fbuildbox-teensy-lc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jack12816","download_url":"https://codeload.github.com/Jack12816/buildbox-teensy-lc/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":["docker","docker-image","firmware","makefile","teensy"],"created_at":"2024-10-18T23:06:00.175Z","updated_at":"2026-05-03T12:34:11.594Z","avatar_url":"https://github.com/Jack12816.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![BuildBox Teensy LC](docs/logo-project.png)\n\nThis is a Docker container for building C/C++ firmwares for the Teensy LC.\nThe Teensy LC (Cortex-M0+) processor is supported.\n\n- [Quick Start](#quick-start)\n- [Image Building](#image-building)\n\n## Quickstart\n\nTo build a project with the ARM toolchain run the container like this:\n\n```bash\n$ docker run --rm -v `pwd`:/share -w /share \\\n    jack12816/buildbox-teensy-lc make build\n```\n\nThe command **make build** is just an example and must be replaced with\nyour own build command.\n\nThe ARM toolchain includes these binaries:\n```arm-none-eabi-addr2line arm-none-eabi-c++ arm-none-eabi-dwp arm-none-eabi-gcc\narm-none-eabi-gcc-nm arm-none-eabi-gcov-tool arm-none-eabi-ld arm-none-eabi-nm\narm-none-eabi-ranlib arm-none-eabi-size arm-none-eabi-ar arm-none-eabi-c++filt\narm-none-eabi-elfedit arm-none-eabi-gcc-6.3.0 arm-none-eabi-gcc-ranlib\narm-none-eabi-gdb arm-none-eabi-ld.bfd arm-none-eabi-objcopy\narm-none-eabi-readelf arm-none-eabi-strings arm-none-eabi-as arm-none-eabi-cpp\narm-none-eabi-g++ arm-none-eabi-gcc-ar arm-none-eabi-gcov arm-none-eabi-gprof\narm-none-eabi-ld.gold arm-none-eabi-objdump arm-none-eabi-run\narm-none-eabi-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-teensy-lc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjack12816%2Fbuildbox-teensy-lc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjack12816%2Fbuildbox-teensy-lc/lists"}