mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #234] [MERGED] [recovery] Recovery Improvements #328
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#328
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/234
Author: @devdl11
Created: 5/19/2022
Status: ✅ Merged
Merged: 12/29/2024
Merged by: @Yaya-Cout
Base:
upsilon-dev← Head:upsilon-dev-1.0.1.01fix📝 Commits (10+)
3e42d48Revert "[storage] Possibility to store metadata with records (cursor in scripts)"a01f4bcUpdate config.mak (#230)833bc4a[bootloader/menu] Fix typo (#231)8e543f3Magical Backupab8b353Change Upsilon version from 1.0.0 to 1.0.1-dev3eaa116Merge branch 'upsilon-dev' of https://github.com/UpsilonNumworks/Upsilon into upsilon-dev-v1.0.1.01fix_bis48587c1Review363ffbcRemoving debug led1e0fa89Update bootloader/interface/menus/upsilon_recovery.cppcbec2e5Update bootloader/interface/menus/upsilon_recovery.h📊 Changes
21 files changed (+273 additions, -18 deletions)
View changed files
📝
bootloader/Makefile(+1 -0)📝
bootloader/boot.cpp(+1 -1)📝
bootloader/boot.h(+1 -1)➕
bootloader/interface/menus/upsilon_recovery.cpp(+48 -0)➕
bootloader/interface/menus/upsilon_recovery.h(+15 -0)📝
bootloader/interface/static/messages.h(+9 -0)📝
bootloader/recovery.cpp(+11 -1)📝
bootloader/slots/slot.cpp(+14 -0)📝
bootloader/slots/slot.h(+2 -0)📝
bootloader/slots/userland_header.cpp(+12 -0)📝
bootloader/slots/userland_header.h(+9 -0)📝
ion/src/device/bootloader/boot/rt0.cpp(+45 -0)📝
ion/src/device/bootloader/bootloader_common.ld(+27 -2)📝
ion/src/device/bootloader/internal_flash.ld(+11 -1)📝
ion/src/device/bootloader/platform_info.cpp(+13 -1)📝
ion/src/device/shared/boot/isr.h(+1 -0)📝
ion/src/device/shared/drivers/Makefile(+1 -0)➕
ion/src/device/shared/drivers/bldata.cpp(+21 -0)➕
ion/src/device/shared/drivers/bldata.h(+24 -0)📝
ion/src/shared/internal_storage.cpp(+6 -10)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.