unleashed-firmware/targets/f7/furi_hal
あく 4d985ba8f8
Storage: remove LFS (#3577)
* 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 d61295ac063c6ec879375ceeab54d6ff2c90a9a1.

* 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>
2024-08-04 10:54:02 +01:00
..
furi_hal.c Code Cleanup: unused includes, useless checks, unused variables, etc... (#3696) 2024-06-11 03:04:29 +10:00
furi_hal_adc.c [FL-2969] FuriHal: add ADC API (#3583) 2024-04-18 00:17:40 +09:00
furi_hal_bt.c Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
furi_hal_bus.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_bus.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_clock.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_clock.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_cortex.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_crypto.c Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
furi_hal_debug.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_dma.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_dma.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_flash.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_flash.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_gpio.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_gpio.h FuriHal: various GPIO improvements (#3406) 2024-02-07 12:09:29 +03:00
furi_hal_i2c.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_i2c_config.c [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_i2c_config.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_i2c_types.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_ibutton.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_ibutton.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_idle_timer.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_info.c [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_infrared.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_interrupt.c Added -Wundef to compiler options (#3815) 2024-08-01 01:38:20 +09:00
furi_hal_interrupt.h Furi: count ISR time. Cli: show ISR time in top. (#3751) 2024-07-06 11:44:25 +01:00
furi_hal_light.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_memory.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_mpu.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_nfc.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_nfc_event.c [FL-3810] Felica emulation (#3673) 2024-06-08 15:24:51 +01:00
furi_hal_nfc_felica.c [FL-3810] Felica emulation (#3673) 2024-06-08 15:24:51 +01:00
furi_hal_nfc_i.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_nfc_irq.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_nfc_iso14443a.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_nfc_iso14443b.c [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_nfc_iso15693.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_nfc_tech_i.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_nfc_timer.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_os.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_os.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_power.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_power_config.c [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_pwm.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_pwm.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_random.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_region.c Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
furi_hal_resources.c [FL-2969] FuriHal: add ADC API (#3583) 2024-04-18 00:17:40 +09:00
furi_hal_resources.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_rfid.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_rfid.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_rtc.c Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
furi_hal_rtc.h Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
furi_hal_sd.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_serial.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_serial.h [FL-3764] Expansion module service improvements (#3429) 2024-02-12 09:16:34 +07:00
furi_hal_serial_control.c [FL-3832] Use static synchronisation primitives (#3679) 2024-06-05 18:04:03 +01:00
furi_hal_serial_control.h 0.98.0-rc various fixes (#3402) 2024-01-29 21:35:46 +09:00
furi_hal_serial_types.h [FL-3669] Expansion module protocol (#3250) 2024-01-16 18:18:56 +09:00
furi_hal_serial_types_i.h FuriHal: UART refactoring (#3211) 2024-01-16 03:09:37 +04:00
furi_hal_speaker.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_spi.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_spi_config.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
furi_hal_spi_config.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_spi_types.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_subghz.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_subghz.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_target_hw.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_usb.c [FL-3832] Use static synchronisation primitives (#3679) 2024-06-05 18:04:03 +01:00
furi_hal_usb_ccid.c CCID: Add CCIDWorker (#3785) 2024-07-18 16:04:38 +09:00
furi_hal_usb_cdc.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_usb_cdc.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_usb_hid.c [FL-3863] toolchain: v37 (#3746) 2024-07-05 18:27:21 +01:00
furi_hal_usb_i.h [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
furi_hal_usb_u2f.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_version.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_version_device.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
furi_hal_vibro.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00