mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-22 17:33:13 +03:00
c9791a280a
* 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> |
||
---|---|---|
.. | ||
blocks | ||
devices | ||
protocols | ||
environment.c | ||
environment.h | ||
receiver.c | ||
receiver.h | ||
registry.c | ||
registry.h | ||
SConscript | ||
subghz_file_encoder_worker.c | ||
subghz_file_encoder_worker.h | ||
subghz_keystore.c | ||
subghz_keystore.h | ||
subghz_protocol_registry.h | ||
subghz_setting.c | ||
subghz_setting.h | ||
subghz_tx_rx_worker.c | ||
subghz_tx_rx_worker.h | ||
subghz_worker.c | ||
subghz_worker.h | ||
transmitter.c | ||
transmitter.h | ||
types.h |