-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ladislas/feature/add fs structure and tools #871
ladislas/feature/add fs structure and tools #871
Conversation
ladislas
commented
Jun 13, 2022
•
edited
Loading
edited
- 🧱 (fs): Add /fs directory structure
- 🩺 (fs): Add fs content control spike
- 🩺 (fs): Add script to control fs content on device
- 🍱 (fs): usr/test - Add files for functional testing
6b0d3de
to
462738c
Compare
Codecov Report
@@ Coverage Diff @@
## develop #871 +/- ##
========================================
Coverage 95.36% 95.36%
========================================
Files 115 115
Lines 2568 2568
========================================
Hits 2449 2449
Misses 119 119
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff list
|
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff list
|
This pull request introduces 1 alert when merging 462738c into 0f389b3 - view on LGTM.com new alerts:
|
462738c
to
38b9067
Compare
This pull request introduces 1 alert when merging 38b9067 into 0f389b3 - view on LGTM.com new alerts:
|
38b9067
to
cd11a82
Compare
2b7af08
to
6a0c2dc
Compare
app/bootloader/main.cpp
Outdated
@@ -91,7 +91,7 @@ namespace factory_reset { | |||
|
|||
namespace internal { | |||
|
|||
constexpr auto factory_reset_counter_path = "/fs/conf/factory_reset_counter"; | |||
constexpr auto factory_reset_counter_path = "/fs/etc/factory_reset_counter"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
constexpr auto factory_reset_counter_path = "/fs/etc/factory_reset_counter"; | |
constexpr auto factory_reset_counter_path = "/fs/usr/share/factory_reset_counter"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- the same variable in os/main.cpp
app/bootloader/main.cpp
Outdated
@@ -156,10 +156,10 @@ namespace factory_reset { | |||
|
|||
namespace config { | |||
|
|||
auto bootloader_version = Config {"/fs/conf/bootloader_version", bootloader::version}; | |||
auto bootloader_version = Config {"/fs/etc/bootloader_version", bootloader::version}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auto bootloader_version = Config {"/fs/etc/bootloader_version", bootloader::version}; | |
auto bootloader_version = Config {"/fs/sys/bootloader-version", bootloader::version}; |
6a0c2dc
to
4e3a4c4
Compare
4e3a4c4
to
50c12de
Compare
Currently set to 5%
Current value is 0x00
Default value is 0x00
Default value is 0x0A (10)
🎉 1st version! v1.0.0
50c12de
to
0a297b2
Compare
Kudos, SonarCloud Quality Gate passed! |