flipperzero-firmware/applications/desktop/views
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
..
desktop_events.h [FL-2692, FL-2604, FL-2632] New first start sequence (#1456) 2022-07-26 21:44:03 +09:00
desktop_view_debug.c Make printf great again (#1438) 2022-08-04 01:00:17 +09:00
desktop_view_debug.h [FL-2263] Flasher service & RAM exec (#1006) 2022-04-13 23:50:25 +03:00
desktop_view_lock_menu.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
desktop_view_lock_menu.h [FL-2152] New PIN lock (#989) 2022-02-10 21:17:41 +03:00
desktop_view_locked.c Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
desktop_view_locked.h [FL-2430] Automatic Desktop Locking (#1101) 2022-04-14 15:20:41 +03:00
desktop_view_main.c Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
desktop_view_main.h [FL-2152] New PIN lock (#989) 2022-02-10 21:17:41 +03:00
desktop_view_pin_input.c Furi: core refactoring and CMSIS removal part 2 (#1410) 2022-07-20 13:56:33 +03:00
desktop_view_pin_input.h [FL-2152] New PIN lock (#989) 2022-02-10 21:17:41 +03:00
desktop_view_pin_setup_done.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
desktop_view_pin_setup_done.h [FL-2152] New PIN lock (#989) 2022-02-10 21:17:41 +03:00
desktop_view_pin_timeout.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
desktop_view_pin_timeout.h [FL-2152] New PIN lock (#989) 2022-02-10 21:17:41 +03:00
desktop_view_slideshow.c [FL-2692, FL-2604, FL-2632] New first start sequence (#1456) 2022-07-26 21:44:03 +09:00
desktop_view_slideshow.h [FL-2675] /int space reservation (#1448) 2022-07-26 21:21:51 +09:00