flipperzero-firmware/lib/toolbox
SG bc34689ed6
Make printf great again (#1438)
* Printf lib: wrap *printf* functions
* Printf lib, FW: drop sprintf. Dolphin: dump timestamp as is, wo asctime.
* FW: remove sniprintf, wrap assert functions
* Printf lib: wrap putc, puts, putchar
* Printf: a working but not thread-safe concept.
* Poorly wrap fflush
* stdglue: buffers
* Core: thread local buffers
* Core: move stdglue to thread api, add ability to get FuriThread instance of current thread.
* RPC tests: replace sprintf with snprintf
* Applications: use new stdout api
* Printf lib: wrap more printf-like and stdout functions
* Documentation
* Apps: snprintf size fixes

Co-authored-by: あく <alleteam@gmail.com>
2022-08-04 01:00:17 +09:00
..
stream [FL-2713] Buffered file streams fix (#1515) 2022-08-02 22:17:37 +09:00
tar [FL-2675] /int space reservation (#1448) 2022-07-26 21:21:51 +09:00
.gitignore [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
args.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
args.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
crc32_calc.c [FL-2269] Core2 OTA (#1144) 2022-04-27 18:53:48 +03:00
crc32_calc.h [FL-2269] Core2 OTA (#1144) 2022-04-27 18:53:48 +03:00
dir_walk.c [FL-2675] /int space reservation (#1448) 2022-07-26 21:21:51 +09:00
dir_walk.h [FL-2499] Folders rename fix (#1190) 2022-05-10 17:05:36 +03:00
hex.c [FL-2245] Introduce Mifare Classic Emulation (#1242) 2022-05-24 17:00:15 +03:00
hex.h [FL-2245] Introduce Mifare Classic Emulation (#1242) 2022-05-24 17:00:15 +03:00
hmac_sha256.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
hmac_sha256.h Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
level_duration.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
manchester_decoder.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
manchester_decoder.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
manchester_encoder.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
manchester_encoder.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
md5.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
md5.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
path.c [FL-2675] /int space reservation (#1448) 2022-07-26 21:21:51 +09:00
path.h [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
random_name.c Make printf great again (#1438) 2022-08-04 01:00:17 +09:00
random_name.h [FL-1542], [FL-1603] Generate random name (#602) 2021-07-25 14:34:54 +03:00
saved_struct.c [FL-2675] /int space reservation (#1448) 2022-07-26 21:21:51 +09:00
saved_struct.h Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
SConscript [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
sha256.c Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
sha256.h Naming and coding style convention, new linter tool. (#945) 2022-01-05 19:10:18 +03:00
value_index.c [FL-2430] Automatic Desktop Locking (#1101) 2022-04-14 15:20:41 +03:00
value_index.h [FL-2430] Automatic Desktop Locking (#1101) 2022-04-14 15:20:41 +03:00
version.c [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
version.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00