unleashed-firmware/lib/subghz
porta c9791a280a
[FL-3884] Proper integer parsing (#3839)
* feat: strint_to_uint32 and tests
* fix: permit explicit bases and prefixes
* feat: strint_to_{int32,uint16,int16}
* feat: strint_to_u?int64
* refactor: replace strtol, strtoul, sscanf with strint_to_*
* fix: api symbols
* docs: document parameter `end` of strint_to_uint_32
* style: apply changes requested by hedger
* refactor: fix pvs-studio diagnostic
* style: apply changes requested by CookiePLMonster
* fix: unused var
* fix: pointer type
* refactor: convert atoi to strint_to_*
* fix: strint_to_uint8 doesn't actually exist ._ .
* fix: memory leak
* style: address review comments
* Toolbox: couple small comments in the code and doxygen comment update. SubGhz, Loader: fix strint usage.
* Loader: fix incorrect cast

Co-authored-by: あく <alleteam@gmail.com>
2024-09-05 18:02:42 +01:00
..
blocks [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
devices Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
protocols Added protocol for Dickert MAHS garage door remote control (#3826) 2024-08-09 17:24:57 +09:00
environment.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
environment.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
receiver.c cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
receiver.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
registry.c Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
registry.h [FL-3331] SubGhz: add subghz_protocol_registry external API (#2712) 2023-06-06 23:13:41 +04:00
SConscript Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
subghz_file_encoder_worker.c [FL-3884] Proper integer parsing (#3839) 2024-09-05 18:02:42 +01:00
subghz_file_encoder_worker.h Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
subghz_keystore.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
subghz_keystore.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
subghz_protocol_registry.h Furi, FuriHal: remove FreeRTOS headers leaks (#3179) 2023-11-01 11:24:11 +04:00
subghz_setting.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
subghz_setting.h [FL-2904, FL-2900, FL-2890] WS: add app WeatherStation (#1833) 2022-10-20 02:27:26 +09:00
subghz_tx_rx_worker.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
subghz_tx_rx_worker.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
subghz_worker.c [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
subghz_worker.h Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
transmitter.c cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
transmitter.h [FL-3106] SubGhz: better and more verbose error handling in protocols, stricter CAME validation (#2443) 2023-03-04 00:09:13 +09:00
types.h [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00