flipperzero-firmware/applications/nfc/scenes
hedger 4d6b170769
[FL-2520] FW build with -Wextra (#1185)
* Fixing compiler warnings with -Wextra
* More warnings suppression, WIP
* Even more warning fixes
* Added new lines at end of text files.
* Padding fix
* Additional fixes to warnings on different build configurations; added -Wextra to default build pipeline
* Fixes for Secplus v1
* -additional warnings
* +-Wredundant-decls fixes
* FuriHal: print stack overflow task name in console
* FuriHal: add missing include

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-05-06 16:37:10 +03:00
..
nfc_scene_card_menu.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_config.h [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_debug.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_delete_success.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_delete.c [FL-2475] Text Box add three dots trim option (#1136) 2022-04-19 22:23:50 +03:00
nfc_scene_device_info.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_dict_not_found.c [FL-1396] Mifare Classic read (#1034) 2022-03-24 01:14:34 +03:00
nfc_scene_emulate_apdu_sequence.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_emulate_mifare_ul.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_emulate_uid.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_field.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_file_select.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_mifare_desfire_app.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_mifare_desfire_data.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_mifare_desfire_menu.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_mifare_ul_menu.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_read_card_success.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_read_card.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_read_emv_app_success.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_read_emv_app.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_read_emv_data_success.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_read_emv_data.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_read_mifare_classic.c [FL-1396] Mifare Classic read (#1034) 2022-03-24 01:14:34 +03:00
nfc_scene_read_mifare_desfire_success.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_read_mifare_desfire.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_read_mifare_ul_success.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_read_mifare_ul.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
nfc_scene_restore_original.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_run_emv_app_confirm.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_save_name.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_save_success.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_saved_menu.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_scripts_menu.c [FL-2438] Correct grammar in menus and application names (#1102) 2022-04-11 14:54:38 +03:00
nfc_scene_set_atqa.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_set_sak.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_set_type.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_set_uid.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene_start.c [FL-2369] NFC refactoring (#1095) 2022-04-19 18:23:58 +03:00
nfc_scene.c [FL-1448], [FL-1529] Introducing Scene Manager, NFC App refactoring and bug fixes (#575) 2021-07-12 21:56:14 +03:00
nfc_scene.h [FL-1448], [FL-1529] Introducing Scene Manager, NFC App refactoring and bug fixes (#575) 2021-07-12 21:56:14 +03:00