[PR #135] [CLOSED] [python] Upgrade to MicroPython 1.18 #281

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

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/135
Author: @Yaya-Cout
Created: 1/25/2022
Status: Closed

Base: upsilon-devHead: upsilon-dev-mpy-update-v18


📝 Commits (8)

  • 3c2c8b8 [python] Upgrade to MicroPython 1.18
  • b62d8ae Merge branch 'upsilon-dev' into upsilon-dev-mpy-update-v18
  • f2eb080 Re-enable operator overload
  • 82d4c51 Merge branch 'upsilon-dev-mpy-update-v18' of https://github.com/Yaya-Cout/Upsilon into upsilon-dev-mpy-update-v18
  • 8fcb73d Merge branch 'Lauryy06:upsilon-dev' into upsilon-dev-mpy-update-v18
  • f6f948a Fix building
  • ab06557 Fix compatibility with matplotlib of CPython
  • 5558bb5 Merge branch 'UpsilonNumworks:upsilon-dev' into upsilon-dev-mpy-update-v18

📊 Changes

47 files changed (+992 additions, -987 deletions)

View changed files

📝 apps/code/variable_box_controller.cpp (+1 -1)
📝 python/port/genhdr/qstrdefs.in.h (+2 -12)
📝 python/port/mod/matplotlib/pyplot/modpyplot_table.c (+1 -1)
📝 python/port/mpconfigport.h (+8 -0)
📝 python/src/extmod/modurandom.c (+51 -32)
📝 python/src/py/bc.c (+0 -14)
📝 python/src/py/builtin.h (+1 -0)
📝 python/src/py/builtinhelp.c (+6 -11)
📝 python/src/py/builtinimport.c (+318 -231)
📝 python/src/py/compile.c (+40 -131)
📝 python/src/py/dynruntime.mk (+0 -2)
📝 python/src/py/emitbc.c (+0 -6)
📝 python/src/py/emitnative.c (+5 -3)
📝 python/src/py/formatfloat.c (+1 -1)
📝 python/src/py/frozenmod.c (+71 -92)
📝 python/src/py/frozenmod.h (+1 -3)
📝 python/src/py/gc.c (+6 -1)
📝 python/src/py/lexer.c (+10 -3)
📝 python/src/py/lexer.h (+1 -1)
📝 python/src/py/makecompresseddata.py (+1 -1)

...and 27 more files

📄 Description

This pull request update MicroPython from version 1.17 to 1.18. 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/135 **Author:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Created:** 1/25/2022 **Status:** ❌ Closed **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-mpy-update-v18` --- ### 📝 Commits (8) - [`3c2c8b8`](https://github.com/UpsilonNumworks/Upsilon/commit/3c2c8b8f95d2fa455807a5f4d6fdbfc70475be49) [python] Upgrade to MicroPython 1.18 - [`b62d8ae`](https://github.com/UpsilonNumworks/Upsilon/commit/b62d8ae950c4f8d2c87decf5b4c169603ce191fc) Merge branch 'upsilon-dev' into upsilon-dev-mpy-update-v18 - [`f2eb080`](https://github.com/UpsilonNumworks/Upsilon/commit/f2eb0802967ce86c93054856608b60042712d71d) Re-enable operator overload - [`82d4c51`](https://github.com/UpsilonNumworks/Upsilon/commit/82d4c51e038b48edb66959ee95e6f42e05839988) Merge branch 'upsilon-dev-mpy-update-v18' of https://github.com/Yaya-Cout/Upsilon into upsilon-dev-mpy-update-v18 - [`8fcb73d`](https://github.com/UpsilonNumworks/Upsilon/commit/8fcb73d2bc3190ab0a69175c5075c9fe355fe995) Merge branch 'Lauryy06:upsilon-dev' into upsilon-dev-mpy-update-v18 - [`f6f948a`](https://github.com/UpsilonNumworks/Upsilon/commit/f6f948a49a54ab65d18d52f1778ab5de85495939) Fix building - [`ab06557`](https://github.com/UpsilonNumworks/Upsilon/commit/ab06557688a027bfb1a67a986d9956e10d3129d3) Fix compatibility with matplotlib of CPython - [`5558bb5`](https://github.com/UpsilonNumworks/Upsilon/commit/5558bb5f68c5670af34fc5591db0e3d06ad8a0f3) Merge branch 'UpsilonNumworks:upsilon-dev' into upsilon-dev-mpy-update-v18 ### 📊 Changes **47 files changed** (+992 additions, -987 deletions) <details> <summary>View changed files</summary> 📝 `apps/code/variable_box_controller.cpp` (+1 -1) 📝 `python/port/genhdr/qstrdefs.in.h` (+2 -12) 📝 `python/port/mod/matplotlib/pyplot/modpyplot_table.c` (+1 -1) 📝 `python/port/mpconfigport.h` (+8 -0) 📝 `python/src/extmod/modurandom.c` (+51 -32) 📝 `python/src/py/bc.c` (+0 -14) 📝 `python/src/py/builtin.h` (+1 -0) 📝 `python/src/py/builtinhelp.c` (+6 -11) 📝 `python/src/py/builtinimport.c` (+318 -231) 📝 `python/src/py/compile.c` (+40 -131) 📝 `python/src/py/dynruntime.mk` (+0 -2) 📝 `python/src/py/emitbc.c` (+0 -6) 📝 `python/src/py/emitnative.c` (+5 -3) 📝 `python/src/py/formatfloat.c` (+1 -1) 📝 `python/src/py/frozenmod.c` (+71 -92) 📝 `python/src/py/frozenmod.h` (+1 -3) 📝 `python/src/py/gc.c` (+6 -1) 📝 `python/src/py/lexer.c` (+10 -3) 📝 `python/src/py/lexer.h` (+1 -1) 📝 `python/src/py/makecompresseddata.py` (+1 -1) _...and 27 more files_ </details> ### 📄 Description This pull request update MicroPython from version 1.17 to 1.18. 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:37 +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#281
No description provided.