[PR #111] [CLOSED] USB Protection Improvement and ExamMode Fix #262

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

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/111
Author: @devdl11
Created: 12/27/2021
Status: Closed

Base: upsilon-devHead: upsilon-merge-upstream


📝 Commits (10+)

  • aef43bf USB Protection correction
  • 5c7e4be Indentation Fix
  • 6f47e94 Indentation Fix
  • e3740cb Indentation Fix
  • d8dbd1f Add osType in platform_info (Upsilon Magic) and ⚠⚠ DFU COMMAND DISABLING THE PROTECTION ⚠⚠ in order to fix epsilon_ flash (very dangerous thing !!)
  • de478a3 Merge remote-tracking branch 'origin/uspilon-dev-usbfix' into uspilon-dev-usbfix
  • 2623637 @Yaya-Cout settings suggestion ;-)
  • 762be7b Indentation Correction
  • 8c3398d CLion mistake fix
  • 65419f5 dfu_interface.h indentation correction

📊 Changes

10 files changed (+486 additions, -37 deletions)

View changed files

📝 apps/apps_container.cpp (+9 -4)
📝 apps/apps_container.h (+1 -1)
📝 apps/exam_pop_up_controller.cpp (+1 -0)
📝 apps/settings/base.fr.i18n (+1 -1)
📝 apps/settings/sub_menu/exam_mode_controller.cpp (+5 -0)
📝 apps/shared/function.h (+1 -0)
📝 apps/shared/sequence.cpp (+9 -1)
📝 ion/include/ion/storage.h (+41 -12)
📝 ion/src/device/shared/usb/dfu_interface.cpp (+1 -2)
📝 ion/src/shared/storage.cpp (+417 -16)

📄 Description

Some little improvements preparing the release


🔄 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/111 **Author:** [@devdl11](https://github.com/devdl11) **Created:** 12/27/2021 **Status:** ❌ Closed **Base:** `upsilon-dev` ← **Head:** `upsilon-merge-upstream` --- ### 📝 Commits (10+) - [`aef43bf`](https://github.com/UpsilonNumworks/Upsilon/commit/aef43bfd488685c8606dabf14269773badfdbe8b) USB Protection correction - [`5c7e4be`](https://github.com/UpsilonNumworks/Upsilon/commit/5c7e4be74ff4e5b3fb47a7eb4ce4c0fe46892dd0) Indentation Fix - [`6f47e94`](https://github.com/UpsilonNumworks/Upsilon/commit/6f47e94802de31c3786570ba5804dfb7b94abbc1) Indentation Fix - [`e3740cb`](https://github.com/UpsilonNumworks/Upsilon/commit/e3740cb70010cdf4aa2b9bb8320d5d9fc274e9ae) Indentation Fix - [`d8dbd1f`](https://github.com/UpsilonNumworks/Upsilon/commit/d8dbd1f6d62da0d5930c765ebe9532a394efd2a2) Add osType in platform_info (Upsilon Magic) and ⚠⚠ **DFU COMMAND DISABLING THE PROTECTION** ⚠⚠ in order to fix epsilon_ flash (very dangerous thing !!) - [`de478a3`](https://github.com/UpsilonNumworks/Upsilon/commit/de478a343e43f5eedbf439bef8749e7b950a079c) Merge remote-tracking branch 'origin/uspilon-dev-usbfix' into uspilon-dev-usbfix - [`2623637`](https://github.com/UpsilonNumworks/Upsilon/commit/26236370118e849c915ab6524956dce72bad11f1) @Yaya-Cout settings suggestion ;-) - [`762be7b`](https://github.com/UpsilonNumworks/Upsilon/commit/762be7bda930d6fb787d02ce86c1bc31c212b2bb) Indentation Correction - [`8c3398d`](https://github.com/UpsilonNumworks/Upsilon/commit/8c3398d42847353b9f989a72e5d0f5f52f43760e) CLion mistake fix - [`65419f5`](https://github.com/UpsilonNumworks/Upsilon/commit/65419f5d530cf96f9d0c9654b78ebe8b4bb3bf1b) dfu_interface.h indentation correction ### 📊 Changes **10 files changed** (+486 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `apps/apps_container.cpp` (+9 -4) 📝 `apps/apps_container.h` (+1 -1) 📝 `apps/exam_pop_up_controller.cpp` (+1 -0) 📝 `apps/settings/base.fr.i18n` (+1 -1) 📝 `apps/settings/sub_menu/exam_mode_controller.cpp` (+5 -0) 📝 `apps/shared/function.h` (+1 -0) 📝 `apps/shared/sequence.cpp` (+9 -1) 📝 `ion/include/ion/storage.h` (+41 -12) 📝 `ion/src/device/shared/usb/dfu_interface.cpp` (+1 -2) 📝 `ion/src/shared/storage.cpp` (+417 -16) </details> ### 📄 Description Some little improvements preparing the release --- <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:31 +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#262
No description provided.