mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #213] [CLOSED] Update micropython to 1.18 #316
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/213
Author: @Tunas1337
Created: 4/21/2022
Status: ❌ Closed
Base:
upsilon-dev← Head:upsilon-mpy-1.18📝 Commits (1)
eb1f756Update micropython to 1.18📊 Changes
82 files changed (+3446 additions, -2488 deletions)
View changed files
📝
apps/atomic(+1 -1)📝
apps/code/variable_box_controller.cpp(+1 -1)📝
python/Makefile(+118 -119)📝
python/port/genhdr/qstrdefs.in.h(+342 -15)📝
python/port/mod/matplotlib/pyplot/modpyplot.cpp(+1 -6)📝
python/src/py/asmbase.c(+2 -1)📝
python/src/py/asmbase.h(+1 -1)📝
python/src/py/asmxtensa.c(+22 -10)📝
python/src/py/asmxtensa.h(+4 -2)📝
python/src/py/bc.c(+48 -41)📝
python/src/py/bc.h(+74 -18)📝
python/src/py/bc0.h(+23 -11)📝
python/src/py/builtin.h(+2 -0)📝
python/src/py/builtinevex.c(+1 -1)📝
python/src/py/builtinhelp.c(+6 -11)📝
python/src/py/builtinimport.c(+334 -241)📝
python/src/py/compile.c(+224 -216)📝
python/src/py/compile.h(+2 -1)📝
python/src/py/dynruntime.h(+5 -5)📝
python/src/py/dynruntime.mk(+0 -2)...and 62 more files
📄 Description
I took the liberty of upgrading the microPython version to 1.18.
According to the changelog:
I'm unsure if these are applied by default, but I'm open to someone reviewing this commit to enable any optimizations that would be nice to have.
Yes, it does compile and function. See below:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.