Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package.json for MIP package manager #94

Merged
merged 2 commits into from
Sep 6, 2023

Commits on Sep 4, 2023

  1. Add package.json for MIP package manager

    Also add a tool for generating package.json, so it doesn't have
    to be handcrafted when files are added/removed.
    
    To generate/update package.json, run from repo root as follows:
    
    python3 tools/genpkgjson.py > package.json
    
    (instead of python3, micropython can also be used)
    
    Note: at present MIP does not support any way to specify repo-relative
    urls, so at present the generated json will point to
    gituhub:micropython/micropython-esp32-ulp, which would need to be
    adapted in any forks of this repo.
    wnienhaus committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b284091 View commit details
    Browse the repository at this point in the history
  2. Update documentation about installing with mip

    Add documentation for installing with `mip`. Keep the instructions
    for installing using `upip` for now, as we still intend to publish
    to PyPI for now, and thereby keep supporting installing on older
    MicroPython versions, which do not yet have `mip`.
    wnienhaus committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    4e2bbe4 View commit details
    Browse the repository at this point in the history