[PR #100] [MERGED] MicroPython update #254

Closed
opened 2026-05-06 13:16:28 +02:00 by BreizhHardware · 0 comments

📋 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-devHead: mpy-update


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/100 **Author:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Created:** 12/15/2021 **Status:** ✅ Merged **Merged:** 12/15/2021 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `mpy-update` --- ### 📝 Commits (4) - [`38faecd`](https://github.com/UpsilonNumworks/Upsilon/commit/38faecda2914002007497cc99eaef6ab034d68d9) Update MicroPython from 1.12 to 1.17 - [`46041e8`](https://github.com/UpsilonNumworks/Upsilon/commit/46041e8e9a800ff39f18c501efbeb4d425222ee8) Fix Matplotlib - [`dbbf27e`](https://github.com/UpsilonNumworks/Upsilon/commit/dbbf27e59b82c9aec6db369de35a7f9444175e4d) Fix sys module - [`a14f201`](https://github.com/UpsilonNumworks/Upsilon/commit/a14f2015cf2255951d05e0a52035bcdafcb7a649) Remove sys module ### 📊 Changes **164 files changed** (+8332 additions, -3882 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:28 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#254
No description provided.