Skip to content

Conversation

@jimmo
Copy link
Member

@jimmo jimmo commented Aug 10, 2022

This is split out of #8914 so that required change from micropython-lib (micropython/micropython-lib#506, which depends on #8914) can be merged first, then the submodule updated.

- Includes now use the directory path where possible (no longer necessary
  to include the manifest.py file explicitly).
- Add manifest.py for all drivers and components that are referenced by
  port/board manifests.
- Replace all uses of freeze() with package()/module(), except for port and
  board modules.
- Use opt=3 everywhere.
- Use require() instead of include() for all micropython-lib references.
- Also reinstates modules that were accidentally removed from the esp8266
  512k build in fbe9417.

Signed-off-by: Jim Mussared <[email protected]>
@jimmo
Copy link
Member Author

jimmo commented Aug 10, 2022

(All the CI fails of course because it depends on #8914 and micropython/micropython-lib#506 )

@dpgeorge
Copy link
Member

dpgeorge commented Sep 5, 2022

Both dependencies of this PR have now been merged.

@dpgeorge
Copy link
Member

dpgeorge commented Sep 5, 2022

Rebased and merged in 203dae4 (micropython-lib submodule updated in prior commit ccd2109)

@dpgeorge dpgeorge closed this Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants