{"id":21471817,"url":"https://github.com/brianredbeard/mp-test","last_synced_at":"2026-05-02T05:07:38.766Z","repository":{"id":170091305,"uuid":"646201734","full_name":"brianredbeard/mp-test","owner":"brianredbeard","description":"MicroPython as an ESP-IDF component","archived":false,"fork":false,"pushed_at":"2023-06-14T20:27:25.000Z","size":706,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T18:49:09.170Z","etag":null,"topics":["badgelife","esp-idf","micropython","micropython-esp32"],"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/brianredbeard.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,"zenodo":null}},"created_at":"2023-05-27T16:02:05.000Z","updated_at":"2024-09-17T10:39:45.000Z","dependencies_parsed_at":"2023-06-28T13:01:26.884Z","dependency_job_id":null,"html_url":"https://github.com/brianredbeard/mp-test","commit_stats":null,"previous_names":["brianredbeard/mp-test"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/brianredbeard/mp-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianredbeard%2Fmp-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianredbeard%2Fmp-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianredbeard%2Fmp-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianredbeard%2Fmp-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianredbeard","download_url":"https://codeload.github.com/brianredbeard/mp-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianredbeard%2Fmp-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32523474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["badgelife","esp-idf","micropython","micropython-esp32"],"created_at":"2024-11-23T09:45:46.864Z","updated_at":"2026-05-02T05:07:38.760Z","avatar_url":"https://github.com/brianredbeard.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MicroPython as an ESP-IDF component\n-----\n\nThis repository represents a proof-of-concept for consuming the\n[MicroPython][micropython] project as an [ESP-IDF][esp-idf] component.  This\nallows users to remove an extensive amount of boilerplate and copy-pasta\nresulting in much cleaner downstream builds.\n\nThis work was inspired by [BadgePython][badgepython] and serves as a guide for\nthe structure of it's `v0.2+` release.\n\n## Prerequisites\n\n- ESP-IDF v4.4+\n- git\n- CMake 3.12+\n\n## Setup\n\nClone the directory and initialize the submodule `external/micropython`.\n\n- Via a single command:\n\n```bash\ngit clone --recurse-submodules https://github.com/brianredbeard/mp-test.git\ncd mp-test\n```\n\n- In multiple discrete steps\n\n```bash\ngit clone https://github.com/brianredbeard/mp-test.git\ncd mp-test\ngit submodule update --init --recursive\n```\n\nIf you just want to build the `GENERIC` example which should run on a base ESP32\nboard, run:\n\n```bash\nidf.py build\n```\n\nIf you wish to define a new board, start by consulting the [MicroPython manifest\nfiles][mff] documentation.  In that documentation you will find information on\nthe structure of a \"board\", high level APIs available, and how to \"freeze\"\nspecific Python code into your compiled firmware.\n\nAdditional references can be found in the [MicroPython Boards Source][mbs].\n\n\n[micropython]: https://github.com/micropython/micropython\n[esp-idf]: https://docs.espressif.com/projects/esp-idf/en/v4.4.5/esp32/api-guides/build-system.html\n[badgepython]: https://github.com/badgeteam/badgePython\n[mff]: https://docs.micropython.org/en/latest/reference/manifest.html\n[mbs]: https://github.com/micropython/micropython/tree/33b403dfb4ea9ec90427e7228c53e0ac4d333863/ports/esp32/boards\n\n\u003c!--\nvim: ts=2 sw=2 et sts tw=80\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianredbeard%2Fmp-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianredbeard%2Fmp-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianredbeard%2Fmp-test/lists"}