brianpugh/Install MicroPython
Build and install MicroPython
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Micropython Git Repository | no | https://github.com/micropython/micropython |
| reference | Specific branch, tag, or commit SHA to checkout | no | — |
| cflags | Extra cflags to pass to micropython at compile-time. | no | — |
| submodules | Initialize MicroPython submodules so MPY_DIR is fully usable (e.g. natmod builds), even on cache hits. Set to false for faster cached runs when only the binaries are needed. Submodules are always initialized when building from source. | no | true |
Outputs
| name | description |
|---|---|
| cache-hit | Whether the binaries were restored from cache ('true'/'false'). |
| sha | The resolved MicroPython commit SHA that was installed. |