flipperzero-firmware/applications/ibutton/scenes
Georgii Surkov 5171a6ad14
[FL-2514] Port iButton application to C (#1198)
* Initial C iButton app setup
* Add more scenes
* Add even more scenes
* Add even more scenes again
* More scenes...
* Add key info scene
* Add delete success scene
* Use scene state to store internal data
* Add parameter parsing
* Add emulate scene
* Add write scene
* Add write success scene
* Add Read scene
* Add read success scene
* Add exit confirm scene
* Add retry confirm scene
* Add CRC error scene
* Add not key scene
* Add read key menu scene
* Rename some scenes
* Refactor conditionals
* Remove unneeded custom events
* Remove the old iButton app
* Correct formatting
* Remove rogue comments and function prototypes
* iButton: cleanup merge artifacts and fix warnings

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-05-06 19:48:39 +03:00
..
ibutton_scene_add_type.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_add_value.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_config.h [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_delete_confirm.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_delete_success.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_emulate.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_exit_confirm.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_info.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_read_crc_error.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_read_key_menu.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_read_not_key_error.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_read_success.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_read.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_retry_confirm.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_save_name.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_save_success.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_saved_key_menu.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_select_key.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_start.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_write_success.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene_write.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene.c [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00
ibutton_scene.h [FL-2514] Port iButton application to C (#1198) 2022-05-06 19:48:39 +03:00