unleashed-firmware/applications/services
hedger 890c9e87ce
[FL-3690] Libraries cleanup; u2f crypto rework to use mbedtls (#3234)
* examples: plugins: utilize fal_embedded
* libs: removed fnv1a_hash
* furi: added FURI_PACKED; apps, libs: changed to use FURI_PACKED
* lib: mbedtls: using custom config
* lib: toolbox: removed md5, switched to mbedtls
* targets: f18: link fix
* lib: added mbedtls_cfg.h
* apps: nfc: explicit dependency on libmbedtls
* u2f: reworking to mbedtls
* u2f: replaced sha256 & hmac with mbedtls
* u2f: functional rework using mbedtls
* libs: dropped micro-ecc
* u2f: dropped old implementation
* toolbox: removed sha256 impl
* mcheck() for mbedtls
* libs: removed libmisc; split into smaller libs
* apps: debug: fixed display_test
* apps: include cleanups
* fbt: fixed VERSIONCOMSTR
* furi: added FURI_CHECK_RETURN
* lib: removed qrcode
* cleanup
* fbt: lint_py+format_py: fixed excessive command length
* api: Removed bzero from f7
* api: Removed bzero from f18
* Bump API Symbols

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-12-01 18:16:48 +09:00
..
bt Ble: fix null-ptr dereference in bt_change_profile (#3110) 2023-09-26 14:09:17 +10:00
cli Desktop,Cli: add uptime info (#2874) 2023-07-13 21:02:08 +10:00
crypto Expose additional functions of the crypto engine to user (#2923) 2023-08-10 17:44:46 +09:00
desktop Furi, FuriHal: remove FreeRTOS headers leaks (#3179) 2023-11-01 11:24:11 +04:00
dialogs fix: make dialog_file_browser_set_basic_options initialize all fields (#2756) 2023-06-27 18:46:04 +09:00
dolphin [FL-3655] Dolphin: Extreme butthurt loop fix (#3184) 2023-11-01 19:23:02 +04:00
gui Allows you to use UCS-2 in canvas_glyph_width (#3226) 2023-11-30 18:38:48 +09:00
input Furi, FuriHal: remove FreeRTOS headers leaks (#3179) 2023-11-01 11:24:11 +04:00
loader [FL-3629] fbt: reworked assets & resources handling (#3160) 2023-10-31 00:17:30 +09:00
locale feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +09:00
notification [FL-3664] 64k does not enough (#3216) 2023-11-16 01:39:27 +09:00
power Undo some TODO (#3024) 2023-09-01 05:54:52 +04:00
rpc [FL-3690] Libraries cleanup; u2f crypto rework to use mbedtls (#3234) 2023-12-01 18:16:48 +09:00
storage [FL-3664] 64k does not enough (#3216) 2023-11-16 01:39:27 +09:00
application.fam [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
applications.h loader: restored support for debug apps (#2993) 2023-08-23 02:38:45 +09:00