flipperzero-firmware/applications
tonyfreeman 69f54973cc
Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713)
* fix 'function cannot return qualified void/bool type'
* Fix variable 'consumed' is used uninitialized
* Fix format string is not a string literal (potentially insecure)
* Fix conflicting types for 'menu_item_get_type'
* Fix implicit conversion from enumeration type 'NfcDeviceType' to different enumeration type 'rfalNfcDevType'
* Fix hal_gpio_init incorrect arguments order
* Fix nfc->dev.dev_name condition will always evaluate to 'true'
* Fix explicitly assigning value of variable to itself
* Fix furi_hal_bt_wait_startup counter overflow
* Fix implicit conversion from 'StorageStatus' to 'SDError'
* Remove #include <sys/param.h>
* Add FIXME
* Fix syntax
* Fixup for 'furi_hal_bt_wait_startup counter overflow'
* nfc: fix different nfc device types
* Drivers: fix incorrect offset in cc1101_read_fifo
* Remove obsolete comment

Co-authored-by: Tony Freeman <tonyfreeman@users.noreply.github.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2021-09-21 12:34:16 +03:00
..
about Settings: about screen (#715) 2021-09-20 21:39:52 +03:00
accessor [FL-1720] BLE GUI refactoring (#678) 2021-09-02 02:22:40 +03:00
archive Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
bt Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
cli Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
crypto [FL-1826] Crypto: correct key provisioning procedure. (#709) 2021-09-17 12:21:08 +03:00
debug_tools Input, Gui: total events complementarity on all levels (#681) 2021-08-31 11:22:52 +03:00
dialogs Input, Gui: total events complementarity on all levels (#681) 2021-08-31 11:22:52 +03:00
dolphin Dolphin: fix archive double start crash (#659) 2021-08-18 18:06:55 +03:00
gpio-tester [FL-1756, FL-1769, FL-1776, FL-1759] Gui: input events complementary V3, refactoring. SubGhz: read/emulate fixes. Cleanup. (#684) 2021-09-02 00:05:00 +03:00
gui Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
ibutton [FL-1748] NFC, iButton edit fix (#680) 2021-09-02 12:28:40 +03:00
input [FL-1756, FL-1769, FL-1776, FL-1759] Gui: input events complementary V3, refactoring. SubGhz: read/emulate fixes. Cleanup. (#684) 2021-09-02 00:05:00 +03:00
irda [FL-1684] IRDA Add SIRC protocol (#693) 2021-09-10 00:37:32 +03:00
irda_monitor [FL-1684] IRDA Add SIRC protocol (#693) 2021-09-10 00:37:32 +03:00
lfrfid RFID: Fix various EM-Marin typos (#635) 2021-08-11 02:09:51 +03:00
lfrfid-debug Rename api-hal to furi-hal (#629) 2021-08-08 21:03:25 +03:00
loader [FL-1720] BLE GUI refactoring (#678) 2021-09-02 02:22:40 +03:00
menu Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
music-player [FL-1756, FL-1769, FL-1776, FL-1759] Gui: input events complementary V3, refactoring. SubGhz: read/emulate fixes. Cleanup. (#684) 2021-09-02 00:05:00 +03:00
nfc Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
notification [FL-1682] Faster file receiving function. Storage management scripts. (#647) 2021-08-19 01:06:18 +03:00
power [FL-1722] BLE custom serial service (#685) 2021-09-10 00:11:32 +03:00
power-observer Rename api-hal to furi-hal (#629) 2021-08-08 21:03:25 +03:00
scened-app-example Rename api-hal to furi-hal (#629) 2021-08-08 21:03:25 +03:00
storage Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
storage-settings [FL-1682] Faster file receiving function. Storage management scripts. (#647) 2021-08-19 01:06:18 +03:00
subghz Nfc: fix incorrect type castings. Global: fix printf usage, types casting, overall cleanup. Drivers: incorrect array index in cc1101 driver. (#713) 2021-09-21 12:34:16 +03:00
tests [FL-1800] IRDA: enc/decoder refactoring, Add NEC42 (#705) 2021-09-15 20:22:58 +03:00
applications.c Settings: about screen (#715) 2021-09-20 21:39:52 +03:00
applications.h Applications: unified entry point naming scheme, drop dead code, cleanup. (#628) 2021-08-07 19:54:42 +03:00
applications.mk Settings: about screen (#715) 2021-09-20 21:39:52 +03:00