unleashed-firmware/applications/services
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
..
bt Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
cli [FL-3884] Proper integer parsing (#3839) 2024-09-05 18:02:42 +01:00
crypto [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
desktop Desktop: seaprate callbacks for dolphin and storage subscriptions (#3836) 2024-08-12 09:51:43 +09:00
dialogs [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
dolphin Desktop: seaprate callbacks for dolphin and storage subscriptions (#3836) 2024-08-12 09:51:43 +09:00
expansion [FL-3889] 5V on GPIO control for ext. modules (#3830) 2024-09-05 15:40:14 +01:00
gui [FL-3884] Proper integer parsing (#3839) 2024-09-05 18:02:42 +01:00
input [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
loader [FL-3884] Proper integer parsing (#3839) 2024-09-05 18:02:42 +01:00
locale [FL-3867] Code formatting update (#3765) 2024-07-15 13:38:49 +09:00
notification Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
power [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
region Storage: remove LFS (#3577) 2024-08-04 10:54:02 +01:00
rpc [FL-3889] 5V on GPIO control for ext. modules (#3830) 2024-09-05 15:40:14 +01:00
storage [FL-3884] Proper integer parsing (#3839) 2024-09-05 18:02:42 +01:00
application.fam [FL-3669] Expansion module protocol (#3250) 2024-01-16 18:18:56 +09:00
applications.h loader: restored support for debug apps (#2993) 2023-08-23 02:38:45 +09:00