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

Creating New UF2 #8

Open
mehalter opened this issue Sep 11, 2020 · 3 comments
Open

Creating New UF2 #8

mehalter opened this issue Sep 11, 2020 · 3 comments

Comments

@mehalter
Copy link
Contributor

Thanks for describing how to set up the development environment for the board, it worked perfectly! Could you also please describe the process of creating a new UF2 file from the repository? I am interested in being able to package up my own circuitpy compiled images.

@xiongyihui
Copy link
Contributor

Freezing the keyboard module into CircuitPython requires many changes (keyboard as a frozen module). I am trying to submit required features to upstream to make it easier.
For example , micropython.asm_thumb is not supported in a frozen module. I have to use a C function to replace it.

You may try to compile the module into .mpy files. It is easier.

@xiongyihui
Copy link
Contributor

Adafruit has a tool - circuitpython-build-tools to build a module. I will try to add it to CI.

@mpslanker
Copy link

mpslanker commented May 24, 2021

Hi, I too am interested in being able to build UF2 but I am struggling to get the development environment set up. Could one of you point me to the aforementioned description of setting up the development environment? Thank you in advance.

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

No branches or pull requests

3 participants