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

[apps/external] Add python external app support #266

Draft
wants to merge 1 commit into
base: upsilon-dev
Choose a base branch
from

Conversation

Yaya-Cout
Copy link
Member

This pull request will add Python external apps.
It's work in progress :

  • Use namespaces for Python env
  • Add console view (for errors, prints and inputs)
  • Use Kandinsky to display (fix python app's Kandinsky)
  • Add menu to execute or copy to RAM
  • Execute using a better way than exec(open('filename.py','r').read()) (MicroPython's runcode)

@github-actions
Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 821588 bytes 478157 bytes 226384 bytes 1816 bytes 228200 bytes 1301561 bytes
Head 821996 bytes 478221 bytes 226376 bytes 1816 bytes 228192 bytes 1302033 bytes
+408 bytes +64 bytes -8 bytes +0 bytes -8 bytes +472 bytes
+0.0 % +0.0 % -0.0 % +0.0 % -0.0 % +0.0 %

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.

1 participant