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
buffered_file_stream.h
file_stream.c
file_stream.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
stream_cache.c
stream_cache.h
stream_i.h
stream.c
stream.h
string_stream.c
string_stream.h