flipperzero-firmware/applications/storage-settings/scenes
SG 9d38f28de7
[FL-1682] Faster file receiving function. Storage management scripts. (#647)
* Storage-cli: the file write function is splitted into a function for working with text and function for raw data
* Storage-cli: read_chunks, renamed write_raw to write_chunk
* Storage-cli: fix typo
* SD Hal: fixed wrong read/write block address
* HAL-console: printf
* Storage benchmark: more popular sizes
* Toolbox: md5
* Storage-cli: better read_chunks function, md5 hash function
* Notification: fixed incorrect error message when loading settings
* Storage-cli: stat command
* Storage-cli: stat, "/" is also storage
* Scripts: add storage managment script
* Scripts, storage lib: send command with known response syntax instead of SOH
* Scripts: python3 from env
* Storage-cli: fixed mess with error texts
* Storage-cli: write, show welcome message only if we didn't have any errors
* Storage: poorly fixed folders copying
* Storage: close an old file if an error occurred while opening a new file
* Storage-cli: fixed storage info spacing
* Scripts: use positional arguments in storage.
* Scripts: explicit string encoding and decoding, documentation in comments.

Co-authored-by: あく <alleteam@gmail.com>
2021-08-19 01:06:18 +03:00
..
storage-settings-benchmark.c [FL-1682] Faster file receiving function. Storage management scripts. (#647) 2021-08-19 01:06:18 +03:00
storage-settings-scene-config.h [FL-1191][FL-1524] Filesystem rework (#568) 2021-07-23 15:20:19 +03:00
storage-settings-scene-eject-confirm.c [FL-1191][FL-1524] Filesystem rework (#568) 2021-07-23 15:20:19 +03:00
storage-settings-scene-ejected.c [FL-1543] Scene manager search scene API (#611) 2021-07-28 17:52:00 +03:00
storage-settings-scene-format-confirm.c [FL-1191][FL-1524] Filesystem rework (#568) 2021-07-23 15:20:19 +03:00
storage-settings-scene-formatting.c [FL-1543] Scene manager search scene API (#611) 2021-07-28 17:52:00 +03:00
storage-settings-scene-internal-info.c Storage: fixed internal info if name is null (#631) 2021-08-09 04:27:51 +03:00
storage-settings-scene-sd-info.c [FL-1191][FL-1524] Filesystem rework (#568) 2021-07-23 15:20:19 +03:00
storage-settings-scene-start.c [FL-1191][FL-1524] Filesystem rework (#568) 2021-07-23 15:20:19 +03:00
storage-settings-scene.c [FL-1191][FL-1524] Filesystem rework (#568) 2021-07-23 15:20:19 +03:00
storage-settings-scene.h [FL-1191][FL-1524] Filesystem rework (#568) 2021-07-23 15:20:19 +03:00