Thanks to visit codestin.com
Credit goes to github.com

Skip to content

unix: Enable uasyncio on dev variant. #6131

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

Closed
wants to merge 2 commits into from

Conversation

jimmo
Copy link
Member

@jimmo jimmo commented Jun 9, 2020

  • Fixes up the usage of manifest.py on unix port to match other ports.
  • Enables MICROPY_PY_UASYNCIO and the uasyncio manifest on dev variant.

I wonder if we should also enable this in the default "standard" build too, but either way that's separate to this.

Fixes #6109

@jimmo jimmo mentioned this pull request Jun 9, 2020
@dpgeorge
Copy link
Member

dpgeorge commented Jun 9, 2020

Did the frozen test script get deleted accidentally, or not checked in after a mv?

@jimmo jimmo force-pushed the unix-dev-uasyncio branch from f11e844 to 0cc6176 Compare June 9, 2020 07:19
@jimmo
Copy link
Member Author

jimmo commented Jun 9, 2020

There's a sneaky .gitignore for *.py in ports/unix that caught me out. Fixed. (I like this .gitignore entry though)

@dpgeorge
Copy link
Member

It looks like the manifest files were also not checked in after the mv (there are 3 missing, the default one, and one for dev and coverage builds).

jimmo added 2 commits July 1, 2020 11:02
- manifest.py moves to the variants directory (it's in "boards" in other ports).
- coverage variant uses a custom manifest to add frzmpy/frzstr
- move frzmpy/frzstr to variants/coverage
@jimmo jimmo force-pushed the unix-dev-uasyncio branch from 0cc6176 to 8bf8908 Compare July 1, 2020 01:02
@dpgeorge
Copy link
Member

dpgeorge commented Jul 1, 2020

Merged in 27abac9 and 4050281 (with minor changes, coverage build doesn't include default manifest).

@dpgeorge dpgeorge closed this Jul 1, 2020
tannewt pushed a commit to tannewt/circuitpython that referenced this pull request Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uasyncio on unix port
2 participants