https://github.com/ccccmagicboy/micropython_fw_action
🐍Use it for generating MicroPython firmware with github actions.
https://github.com/ccccmagicboy/micropython_fw_action
actions esp32 esp8266 firmware github javascript micropython micropython-fw-action mpy-cross stm32
Last synced: 18 days ago
JSON representation
🐍Use it for generating MicroPython firmware with github actions.
- Host: GitHub
- URL: https://github.com/ccccmagicboy/micropython_fw_action
- Owner: ccccmagicboy
- License: mit
- Created: 2020-02-02T07:34:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T05:21:14.000Z (almost 6 years ago)
- Last Synced: 2025-03-15T19:33:37.316Z (about 1 year ago)
- Topics: actions, esp32, esp8266, firmware, github, javascript, micropython, micropython-fw-action, mpy-cross, stm32
- Language: Python
- Homepage: https://ccrobot-online.com
- Size: 2.09 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MicroPython_fw_action
[](https://github.com/ccccmagicboy/MicroPython_fw_action/blob/master/LICENSE)
[](https://github.com/ccccmagicboy/MicroPython_fw_action/issues) [](https://github.com/ccccmagicboy/MicroPython_fw_action/network) [](https://github.com/ccccmagicboy/MicroPython_fw_action/stargazers)

| 🆔No | 🖋Check List | 👨💻Status | 📦Binary | 📐Size | ⏲Time | 📜Note |
|----- |------------------------------------------------------ |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |--------- |------- |------- |------- |
| 1 |  | [](https://github.com/ccccmagicboy/MicroPython_fw_action/actions?query=workflow%3ASTM32_BUILD) | | | | |
| 2 |  | [](https://github.com/ccccmagicboy/MicroPython_fw_action/actions?query=workflow%3AESP32_BUILD) | | | | |
| 3 |  | [](https://github.com/ccccmagicboy/MicroPython_fw_action/actions?query=workflow%3AESP8266_BUILD) | | | | |
| 4 | -official-blue) | [/badge.svg)](https://github.com/ccccmagicboy/MicroPython_fw_action/actions?query=workflow%3Ax86_BUILD(64bit)) | | | | |
| 5 |  | [](https://github.com/ccccmagicboy/MicroPython_fw_action/actions?query=workflow%3Ampy-cross_BUILD) | | | | |
| 6 |  | [](https://github.com/ccccmagicboy/MicroPython_fw_action/actions?query=workflow%3Ampy-ESP32_LoBo_BUILD) | | | | |
| 7 |  | [](https://github.com/ccccmagicboy/MicroPython_fw_action/actions?query=workflow%3AJavascript_BUILD) | | | | |
| 8 |  | [](https://github.com/ccccmagicboy/MicroPython_fw_action/actions?query=workflow%3AnRF_BUILD) | | | | |
Just 5 mins to get your own most up-to-date code from official micropython repository compiled only using free github account, click the star and have a try.
This project is under MIT license, and you can use this project as a starting point for building your own micropython firmware.
now support stm32/esp32/esp32(loboris)/esp8266/x86(64bit)/javascript/nrf firmware build and mpy-cross tool build for different platforms. Also, you can only download artifacts that were uploaded during a workflow. Artifacts automatically expire after 90 days.
Most binaries builded from official Micropython source code:
- http://www.micropython.org/
- https://github.com/micropython/micropython
Lobo builded from:
- https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo
