flipperzero-firmware/lib/toolbox/stream
Georgii Surkov 16e598b2c0
[FL-2655, FL-2650] Buffered file streams (#1424)
* Initial buffered file stream implementation
* Fix logical errors
* Fix more logical errors
* Minimally working implementation
* Adapt infrared unit tests for buffered streams
* Increase read buffer size from 512 to 1K
* Correct naming and formatting
* More code improvements
* Allow passing access and open modes for buffered streams
* Implement tests for buffered streams
* Better file and method names
* Add comments and correct formatting
* Use buffered streams in Infrared
* Fix compilation error
2022-07-23 01:00:25 +09:00
..
buffered_file_stream.c [FL-2655, FL-2650] Buffered file streams (#1424) 2022-07-23 01:00:25 +09:00
buffered_file_stream.h [FL-2655, FL-2650] Buffered file streams (#1424) 2022-07-23 01:00:25 +09:00
file_stream.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
file_stream.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
stream_cache.c [FL-2655, FL-2650] Buffered file streams (#1424) 2022-07-23 01:00:25 +09:00
stream_cache.h [FL-2655, FL-2650] Buffered file streams (#1424) 2022-07-23 01:00:25 +09:00
stream_i.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
stream.c Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
stream.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
string_stream.c Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
string_stream.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00