unleashed-firmware/lib/toolbox
あく fc043da9c6
FuriHal: UART refactoring (#3211)
* FuriHal: UART refactoring
* ApiSymbols: add furi_record_destroy
* FuriHal: cleanup serial API, add logging configuration in RTC
* FuriHal: hide private part in _i header. Toolbox: cleanup value index. SystemSettings: logging device and baudrate.
* FuriHal: RTC logging method documentation
* Synchronize API Symbols
* Furi: mark HEAP_PRINT_DEBUG as broken
* FuriHal: furi_hal_serial, add custom IRQ func
* Fix PR review issues
* FuriHal: UART add reception DMA (#3220)
* FuriHal: add DMA serial rx mode
* usb_uart_bridge: switch to working with DMA
* Sync api symbol versions
* FuriHal: update serial docs and api
* FuriHal: Selial added similar API for simple reception mode as with DMA
* FuriHal: Update API target H18
* API: ver API H7
* FuriHal: Serial error processing
* FuriHal: fix furi_hal_serial set baudrate
* Sync api symbols
* FuriHal: cleanup serial isr and various flag handling procedures
* FuriHal: cleanup and simplify serial API
* Debug: update UART Echo serial related flags
* FuriHal: update serial API symbols naming
* FuriHalSerial: various improvements and PR review fixes
* FuriHal: proper ISR function signatures

---------

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: SkorP <skorpionm@yandex.ru>
Co-authored-by: Skorpionm <85568270+Skorpionm@users.noreply.github.com>
2024-01-16 03:09:37 +04:00
..
protocols M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
pulse_protocols [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
stream [FL-3664] 64k does not enough (#3216) 2023-11-16 01:39:27 +09:00
tar [FL-3055] Getter for application data path (#2181) 2023-03-02 03:57:27 +10:00
.gitignore [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
api_lock.h Blocking USB driver API (#2009) 2022-11-29 21:50:55 +09:00
args.c M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
args.h M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
bit_buffer.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
bit_buffer.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
buffer_stream.c Furi, FuriHal: remove FreeRTOS headers leaks (#3179) 2023-11-01 11:24:11 +04:00
buffer_stream.h Furi, FuriHal: remove FreeRTOS headers leaks (#3179) 2023-11-01 11:24:11 +04:00
compress.c [FL-3152] Screen streaming improvements (#2498) 2023-03-23 03:00:48 +10:00
compress.h [FL-3152] Screen streaming improvements (#2498) 2023-03-23 03:00:48 +10:00
crc32_calc.c [FL-3664] 64k does not enough (#3216) 2023-11-16 01:39:27 +09:00
crc32_calc.h [FL-2269] Core2 OTA (#1144) 2022-04-27 18:53:48 +03:00
dir_walk.c [FL-3055] Getter for application data path (#2181) 2023-03-02 03:57:27 +10:00
dir_walk.h M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
float_tools.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
float_tools.h [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
hex.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
hex.h Add support for PAC/Stanley tags (#1648) 2022-08-30 01:04:17 +10:00
keys_dict.c Keys Dict: fix PVS warnings (#3299) 2023-12-19 12:11:35 +00:00
keys_dict.h NfcDict Refactoring (#3271) 2023-12-18 14:30:56 +00:00
level_duration.h SubGhz: add protocol BinRAW (binarization of data quantized by the minimum correlated duration) (#2322) 2023-02-09 13:48:06 +09:00
m_cstr_dup.h Fix M*LIB usage (#2762) 2023-06-27 19:50:09 +09: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_calc.c [FL-3690] Libraries cleanup; u2f crypto rework to use mbedtls (#3234) 2023-12-01 18:16:48 +09:00
md5_calc.h [FL-3461] RPC: md5 in storage list (#2929) 2023-08-09 06:34:54 +09:00
name_generator.c Add File Naming setting for more detailed naming (#3002) 2023-09-01 14:57:49 +09:00
name_generator.h Add File Naming setting for more detailed naming (#3002) 2023-09-01 14:57:49 +09:00
path.c [FL-2997] Improve file name filtering #2047 2022-11-29 04:28:51 +09:00
path.h M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
pretty_format.c [FL-3070] iButton system and app refactoring (#2388) 2023-03-02 22:23:33 +09:00
pretty_format.h [FL-3070] iButton system and app refactoring (#2388) 2023-03-02 22:23:33 +09:00
profiler.c [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
profiler.h [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
property.c [FL-2957] Unified Info API, App Error, Data Xchange (#1998) 2022-11-29 18:08:08 +09:00
property.h [FL-2957] Unified Info API, App Error, Data Xchange (#1998) 2022-11-29 18:08:08 +09:00
pulse_joiner.c [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
pulse_joiner.h [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
saved_struct.c [FL-3664] 64k does not enough (#3216) 2023-11-16 01:39:27 +09:00
saved_struct.h [FL-2809] Rework BLE key storage (#2154) 2022-12-20 21:32:24 +09:00
SConscript NfcDict Refactoring (#3271) 2023-12-18 14:30:56 +00:00
simple_array.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
simple_array.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
value_index.c FuriHal: UART refactoring (#3211) 2024-01-16 03:09:37 +04:00
value_index.h FuriHal: UART refactoring (#3211) 2024-01-16 03:09:37 +04:00
varint.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
varint.h [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +09:00
version.c [FL-3330] fbt: added hooks for build & dist environments; added FW_ORIGIN_* macro for apps & SDK (#2705) 2023-05-30 01:40:56 +09:00
version.h [FL-3330] fbt: added hooks for build & dist environments; added FW_ORIGIN_* macro for apps & SDK (#2705) 2023-05-30 01:40:56 +09:00