[PR #302] [MERGED] [bootloader] Fix exam mode with Epsilon 19 and add support for Epsilon 20 #355

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

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/302
Author: @Yaya-Cout
Created: 12/2/2022
Status: Merged
Merged: 12/3/2022
Merged by: @Yaya-Cout

Base: upsilon-devHead: upsilon-dev-bootloader-exam-e19


📝 Commits (7)

  • 3e7924a [bootloader] Fix exam mode on Epsilon 19
  • 0a41f1a [bootloader] Fix comment indentation
  • c182f5e [bootloader] Restore comment indentation (even if GitHub tell that it isn't indented proprely
  • 76d27a9 [bootloader] Turn tabulations into spaces
  • a005fe8 [bootloader] Mark Epsilon 19 as "safe to boot"
  • 403c63d [bootloader] Fix Epsilon 20 boot
  • 7f972f6 [bootloader] Chang version to 1.0.2

📊 Changes

10 files changed (+195 additions, -140 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 bootloader/boot.cpp (+1 -1)
📝 bootloader/interface/static/messages.h (+2 -2)
📝 bootloader/main.cpp (+5 -6)
📝 bootloader/slots/slot.cpp (+26 -1)
📝 bootloader/slots/slot.h (+3 -1)
📝 bootloader/slots/slot_exam_mode.cpp (+121 -118)
📝 bootloader/slots/slot_exam_mode.h (+14 -8)
📝 bootloader/slots/userland_header.cpp (+3 -1)
📝 bootloader/utility.cpp (+18 -2)

📄 Description

No description provided


🔄 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/302 **Author:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Created:** 12/2/2022 **Status:** ✅ Merged **Merged:** 12/3/2022 **Merged by:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Base:** `upsilon-dev` ← **Head:** `upsilon-dev-bootloader-exam-e19` --- ### 📝 Commits (7) - [`3e7924a`](https://github.com/UpsilonNumworks/Upsilon/commit/3e7924a6f090993603c00308c6c5051798d5b26c) [bootloader] Fix exam mode on Epsilon 19 - [`0a41f1a`](https://github.com/UpsilonNumworks/Upsilon/commit/0a41f1a803be869c6339e2264758ad2b9ea6e4e4) [bootloader] Fix comment indentation - [`c182f5e`](https://github.com/UpsilonNumworks/Upsilon/commit/c182f5e48f615e67c2a1cfaa69c97f06198f7ce7) [bootloader] Restore comment indentation (even if GitHub tell that it isn't indented proprely - [`76d27a9`](https://github.com/UpsilonNumworks/Upsilon/commit/76d27a92d4387fc33c0011877c4383dbe3b15af6) [bootloader] Turn tabulations into spaces - [`a005fe8`](https://github.com/UpsilonNumworks/Upsilon/commit/a005fe81dca2caa631567768088811de9155febf) [bootloader] Mark Epsilon 19 as "safe to boot" - [`403c63d`](https://github.com/UpsilonNumworks/Upsilon/commit/403c63d594f912b5999e38ae647c196efb9461e4) [bootloader] Fix Epsilon 20 boot - [`7f972f6`](https://github.com/UpsilonNumworks/Upsilon/commit/7f972f650894108b130c4f267a84096bd5eefc32) [bootloader] Chang version to 1.0.2 ### 📊 Changes **10 files changed** (+195 additions, -140 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `bootloader/boot.cpp` (+1 -1) 📝 `bootloader/interface/static/messages.h` (+2 -2) 📝 `bootloader/main.cpp` (+5 -6) 📝 `bootloader/slots/slot.cpp` (+26 -1) 📝 `bootloader/slots/slot.h` (+3 -1) 📝 `bootloader/slots/slot_exam_mode.cpp` (+121 -118) 📝 `bootloader/slots/slot_exam_mode.h` (+14 -8) 📝 `bootloader/slots/userland_header.cpp` (+3 -1) 📝 `bootloader/utility.cpp` (+18 -2) </details> ### 📄 Description _No description provided_ --- <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:59 +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#355
No description provided.