[PR #114] [MERGED] Fix web simulator and binpack build #265

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

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/114
Author: @Yaya-Cout
Created: 12/28/2021
Status: Merged
Merged: 12/28/2021
Merged by: @Lauryy06

Base: upsilon-devHead: upsilon-dev-ci-fix


📝 Commits (10+)

📊 Changes

7 files changed (+9 additions, -52 deletions)

View changed files

📝 .github/workflows/ci-workflow.yml (+1 -1)
📝 build/toolchain.emscripten.mak (+1 -1)
📝 ion/src/device/n0110/flash.ld (+1 -1)
📝 ion/src/simulator/external/sdl/src/video/emscripten/SDL_emscriptenevents.c (+1 -12)
📝 ion/src/simulator/external/sdl/src/video/emscripten/SDL_emscriptenvideo.c (+4 -30)
📝 python/port/mpconfigport.h (+1 -3)
📝 python/port/port.cpp (+0 -4)

📄 Description

This pull request fixes binpack building with a custom theme (I fixed it badly in #102) and the web simulator build (Thanks to @lolocomotive). I am sorry for the commits' name : I tested it on GitHub actions…


🔄 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/114 **Author:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Created:** 12/28/2021 **Status:** ✅ Merged **Merged:** 12/28/2021 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-ci-fix` --- ### 📝 Commits (10+) - [`9935fbc`](https://github.com/UpsilonNumworks/Upsilon/commit/9935fbcc7aa665fd9cda04c41e8c8f2ea4638bb5) Try to fix web simulator build - [`5cc3db3`](https://github.com/UpsilonNumworks/Upsilon/commit/5cc3db3c70ea2f62589e22e006a3ec3206522a87) Change emscriptem version - [`bb0ec16`](https://github.com/UpsilonNumworks/Upsilon/commit/bb0ec16d637a44c3bdbdee9872a9cfe9a3170e8b) Change emscripten version - [`150f8b5`](https://github.com/UpsilonNumworks/Upsilon/commit/150f8b5a91549ea44dde1c023a5113bbeefdea16) Update emscripten version - [`91e7d62`](https://github.com/UpsilonNumworks/Upsilon/commit/91e7d6271459f11b6f062492261356f949a8aea2) Fix micropython on emscripten - [`fc5c413`](https://github.com/UpsilonNumworks/Upsilon/commit/fc5c4139f1578a7808a02b4ab15e0fcf1f63b5ce) Fix a bug in micropython on web simulator - [`e945bd2`](https://github.com/UpsilonNumworks/Upsilon/commit/e945bd21537bb3e0264445dece38ad3f2d42f4df) Fix a warning - [`b4767ee`](https://github.com/UpsilonNumworks/Upsilon/commit/b4767eec594e6a99d20147af69c9cabdbc4a1f5b) Update emscripten version - [`0d1ea0c`](https://github.com/UpsilonNumworks/Upsilon/commit/0d1ea0c600111c64a5a5e6814e9f62ef979fb8f7) Fix emscripten version - [`d2445de`](https://github.com/UpsilonNumworks/Upsilon/commit/d2445dee25119b6f8c13c31b563a8e18e8270789) Fix emscripten version ### 📊 Changes **7 files changed** (+9 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci-workflow.yml` (+1 -1) 📝 `build/toolchain.emscripten.mak` (+1 -1) 📝 `ion/src/device/n0110/flash.ld` (+1 -1) 📝 `ion/src/simulator/external/sdl/src/video/emscripten/SDL_emscriptenevents.c` (+1 -12) 📝 `ion/src/simulator/external/sdl/src/video/emscripten/SDL_emscriptenvideo.c` (+4 -30) 📝 `python/port/mpconfigport.h` (+1 -3) 📝 `python/port/port.cpp` (+0 -4) </details> ### 📄 Description This pull request fixes binpack building with a custom theme (I fixed it badly in #102) and the web simulator build (Thanks to @lolocomotive). I am sorry for the commits' name : I tested it on GitHub actions… --- <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:32 +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#265
No description provided.