Skip to content
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

Storage: remove LFS #3577

Merged
merged 73 commits into from
Aug 4, 2024
Merged

Storage: remove LFS #3577

merged 73 commits into from
Aug 4, 2024

Conversation

skotopes
Copy link
Member

@skotopes skotopes commented Apr 9, 2024

What's new

  • Remove the LFS partition for more flash space
  • Redirect /int requests to SD card (/ext)
  • Remove the MoveToSD tool
  • Load settings automatically on SD card insertion for the following:
    • Bluetooth (settings and keys)
    • Desktop
    • Dolphin
    • Expansion
    • Notification
    • SubGHz region (now separate as RegionSrv)
  • Speed up BLE
  • Store the PIN code in RTC
  • Fix FL-3547

TODO

  • PIN
  • Settings on SD insert
  • Startup without SD
  • Various lags when loading files from slow SD
  • Testing

Verification

./fbt LIB_DEBUG=1 flash_usb_full and full set of integration tests

Checklist (For Reviewer)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

@skotopes skotopes marked this pull request as draft April 9, 2024 17:17
Copy link

github-actions bot commented Apr 9, 2024

Compiled f7 firmware for commit 43701e66:

@skotopes skotopes changed the title Storage: drop internal storage Storage: optional LFS for /int Apr 9, 2024
@gsurkov gsurkov marked this pull request as ready for review July 15, 2024 14:08
targets/f7/ble_glue/hw_ipcc.c Outdated Show resolved Hide resolved
scripts/testops.py Show resolved Hide resolved
applications/services/bt/bt_service/bt.c Outdated Show resolved Hide resolved
@gsurkov gsurkov requested a review from drunkbatya as a code owner July 16, 2024 16:08
@gsurkov gsurkov changed the title Storage: optional LFS for /int Storage: remove LFS Aug 1, 2024
@gsurkov gsurkov merged commit 4d985ba into dev Aug 4, 2024
10 of 11 checks passed
@gsurkov gsurkov deleted the aku/3806_ble_research branch August 4, 2024 09:54
RogueMaster pushed a commit to RogueMaster/flipperzero-firmware-wPlugins that referenced this pull request Aug 22, 2024
* Storage: drop internal storage

* Storage: rollback some unnecessary changes

* Storage: rollback some unnecessary changes part 2

* Storage: cleanup various defines and int handling. Ble: allow short connection interval if internal flash is not used.

* Storage: do not return storage if it is not ready

* Save PIN code to RTC, update settings

* Simplify the code, clean up includes

* Rearrange some code

* apps: storage_move_to_sd: conditionally enable with --extra-define=STORAGE_INT_ON_LFS

* Load Desktop settings automatically

* Redirect /any to /ext

* Abolish storage_move_to_sd app

* Remove as many mentions of ANY_PATH as possible

* Fix desktop settings wrongly not loading

* Improve desktop settings handling and strings

* Load BLE settings and keys automatically

* Improve BLE configuration procedure

* Do not load bluetooth keys twice if they were already loaded

* Load dolphin state automatically

* Fix merge artifact

* Load notification settings automatically

* Update desktop settings strings

* Load expansion settings automatically

* Do not use thread signals to reload desktop settings

* Load region data automatically, separate to its own hook

* Improve ble behaviour with no keys

* Fix Dolphin state not resetting correctly

* Add a status check

* Make Desktop save its own settings

* Check result when taking and releasing mutex

* Improve default thread signal handling in FuriEventLoop

* Make bt service in charge of saving settings, add settings api

* Fix a deadlock due to timer thread not receiving time

* Lock core2 when reinitialising bt

* Update clang-format

* Revert "Update clang-format"

This reverts commit d61295a.

* Format sources with clang-format

* Revert old stack size for desktop settings

* Allocate big struct dynamically

* Simplify PIN comparison

* Save pointer to storage in Desktop object

* Fix region provisioning for hardware regions

* Remove stale TODO + siimplify code

* Clean up region.c

* Use sizeof instead of macro define

* Limit PIN length to 10 for consistency

* Emit a warning upon usage of /any

* Add delay after finding flipper

* Remove unnecessary delay

* Remove all mentions of STORAGE_INT_ON_LFS

* Remove littlefs and internal storage

* Remove all possible LittleFS mentions

* Fix browser tab in Archive

* Ble: fix connection interval explanation

* Bump API Symbols

* BLE: Update comments interval connection comments

* Storage: clear FuriHalRtcFlagStorageFormatInternal if set

---------

Co-authored-by: Georgii Surkov <georgii.surkov@outlook.com>
Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bluetooth Core+Services HAL, furi & core system services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants