{"id":17053116,"url":"https://github.com/bschwind/esp32-template","last_synced_at":"2025-03-23T05:23:23.017Z","repository":{"id":140637422,"uuid":"482515902","full_name":"bschwind/esp32-template","owner":"bschwind","description":"A github template for starting projects based on the ESP-IDF.","archived":false,"fork":false,"pushed_at":"2022-04-17T13:08:58.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T17:51:46.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/bschwind.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":"2022-04-17T12:23:00.000Z","updated_at":"2022-04-17T12:24:01.000Z","dependencies_parsed_at":"2024-04-13T15:04:20.234Z","dependency_job_id":null,"html_url":"https://github.com/bschwind/esp32-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fesp32-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fesp32-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fesp32-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bschwind%2Fesp32-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bschwind","download_url":"https://codeload.github.com/bschwind/esp32-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245058716,"owners_count":20554161,"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":[],"created_at":"2024-10-14T10:11:22.917Z","updated_at":"2025-03-23T05:23:22.991Z","avatar_url":"https://github.com/bschwind.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esp32-template\n\nA github template for starting projects based on the ESP-IDF.\n\n## Clone\n\n* Use the `--recursive` flag when cloning to pick up the ESP-IDF\n\n## Dependencies\n\n* ESP-IDF Tools\n    * `cd esp-idf`\n    * `export IDF_GITHUB_ASSETS=\"dl.espressif.com/github_assets\"`\n    * `./install.sh`\n\n## Configure\n\n```bash\n$ make menuconfig\n```\n\nor\n\n```bash\n$ idf.py menuconfig\n```\n\n## Build\n\n```bash\n$ make -j8 # Or pick your favorite parallel number\n```\n\nor\n\n```bash\n$ idf.py build\n```\n\n## Run (and see serial output)\n\n```bash\n$ make -j8 flash monitor\n```\n\nor\n\n```bash\n$ idf.py flash monitor\n```\n\n## Monitor Serial Output\n\n```bash\n$ make monitor\n```\n\nor\n\n```bash\n$ idf.py monitor\n```\n\nExit with `Ctrl + ]`.\n\n## Erase Flash\n\n```bash\n$ make erase_flash\n```\n\nor\n\n```bash\n$ idf.py erase-flash\n```\n\n## Code Format\n-----------\n\n`clang-format` is used for code formatting.\n\n```bash\n$ make format\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbschwind%2Fesp32-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbschwind%2Fesp32-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbschwind%2Fesp32-template/lists"}