mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 00:08:26 +02:00
[PR #100] [MERGED] MicroPython update #254
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#254
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/100
Author: @Yaya-Cout
Created: 12/15/2021
Status: ✅ Merged
Merged: 12/15/2021
Merged by: @Lauryy06
Base:
upsilon-dev← Head:mpy-update📝 Commits (4)
38faecdUpdate MicroPython from 1.12 to 1.1746041e8Fix Matplotlibdbbf27eFix sys modulea14f201Remove sys module📊 Changes
164 files changed (+8332 additions, -3882 deletions)
View changed files
📝
apps/code/python_text_area.cpp(+4 -2)📝
apps/code/python_toolbox.cpp(+4 -0)📝
python/Makefile(+9 -0)📝
python/port/genhdr/qstrdefs.in.h(+27 -57)📝
python/port/mpconfigport.h(+1 -1)📝
python/port/mphalport.c(+1 -1)📝
python/src/py/argcheck.c(+46 -47)📝
python/src/py/asmarm.c(+6 -20)📝
python/src/py/asmarm.h(+5 -1)📝
python/src/py/asmbase.c(+3 -3)📝
python/src/py/asmbase.h(+2 -2)📝
python/src/py/asmthumb.c(+184 -24)📝
python/src/py/asmthumb.h(+110 -31)📝
python/src/py/asmx64.c(+26 -24)📝
python/src/py/asmx64.h(+26 -21)📝
python/src/py/asmx86.c(+33 -26)📝
python/src/py/asmx86.h(+23 -20)📝
python/src/py/asmxtensa.c(+3 -3)📝
python/src/py/asmxtensa.h(+9 -0)📝
python/src/py/bc.c(+25 -25)...and 80 more files
📄 Description
This pull request update MicroPython from version 1.12 to 1.17. I haven't tested all MicroPython so if you find bugs, I can try to fix them.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.