mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #302] [MERGED] [bootloader] Fix exam mode with Epsilon 19 and add support for Epsilon 20 #355
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#355
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/302
Author: @Yaya-Cout
Created: 12/2/2022
Status: ✅ Merged
Merged: 12/3/2022
Merged by: @Yaya-Cout
Base:
upsilon-dev← Head:upsilon-dev-bootloader-exam-e19📝 Commits (7)
3e7924a[bootloader] Fix exam mode on Epsilon 190a41f1a[bootloader] Fix comment indentationc182f5e[bootloader] Restore comment indentation (even if GitHub tell that it isn't indented proprely76d27a9[bootloader] Turn tabulations into spacesa005fe8[bootloader] Mark Epsilon 19 as "safe to boot"403c63d[bootloader] Fix Epsilon 20 boot7f972f6[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.