mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #205] [MERGED] [bootloader/storage] new bootloader and fix python issue #311
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#311
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/205
Author: @devdl11
Created: 4/7/2022
Status: ✅ Merged
Merged: 5/7/2022
Merged by: @Yaya-Cout
Base:
upsilon-dev← Head:upsilon-new-bootloader📝 Commits (10+)
3dfc8d7[bootloader/storage] new bootloader and fix python issue15801ae[DFU] Fix simulatorsc65b1c6[Review] Review Update3328bc2Update bootloader/itoa.cpp8db0514Update bootloader/itoa.cpp3af3d70Update bootloader/itoa.cppd3754a9Update bootloader/itoa.h80f099cUpdate bootloader/usb_data.cpp7a6c211Update bootloader/itoa.cpp62e9810[Reviews] Code correction and improvement📊 Changes
150 files changed (+6310 additions, -1147 deletions)
View changed files
📝
apps/apps_container.cpp(+1 -1)📝
apps/settings/main_controller_prompt_beta.cpp(+1 -1)📝
apps/settings/main_controller_prompt_none.cpp(+1 -1)📝
apps/settings/main_controller_prompt_update.cpp(+1 -1)📝
bootloader/Makefile(+36 -8)📝
bootloader/boot.cpp(+145 -39)📝
bootloader/boot.h(+34 -2)➕
bootloader/boot/isr.c(+129 -0)➕
bootloader/boot/isr.h(+23 -0)➕
bootloader/boot/rt0.cpp(+147 -0)➕
bootloader/drivers/board.cpp(+462 -0)➕
bootloader/drivers/stm32_drivers.cpp(+71 -0)➕
bootloader/drivers/stm32_drivers.h(+159 -0)➖
bootloader/interface.cpp(+0 -82)➖
bootloader/interface.h(+0 -22)➕
bootloader/interface/menus/about.cpp(+20 -0)➕
bootloader/interface/menus/about.h(+17 -0)➕
bootloader/interface/menus/crash.cpp(+22 -0)➕
bootloader/interface/menus/crash.h(+19 -0)➕
bootloader/interface/menus/dfu.cpp(+37 -0)...and 80 more files
📄 Description
An amazing Upsilon Bootloader !
Thanks @Yaya-Cout for helping me bring this beauty to life ;-)
I also fix by the way the python issue
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.