unleashed-firmware/applications/debug
Georgii Surkov 49dcf81743
[FL-3618] Infrared remote button index support (#3180)
* Do not load all signals at once (Draft)
* Minor cleanup
* Refactor remote renaming
* Improve function signatures
* Rename infrared_remote functions
* Optimise signal loading
* Implement adding signals to remote
* Add read_name() method
* Deprecate a function
* Partially implement deleting signals (draft)
* Use m-array instead of m-list for signal name directory
* Use plain C strings instead of furi_string
* Implement deleting signals
* Implement deleting signals via generalised callback
* Implement renaming signals
* Rename some types
* Some more renaming
* Remove unused type
* Implement inserting signals (internal use)
* Improve InfraredMoveView
* Send an event to move a signal
* Remove unused type
* Implement moving signals
* Implement creating new remotes with one signal
* Un-deprecate and rename a function
* Add InfraredRemote API docs
* Add InfraredSignal API docs
* Better error messages
* Show progress pop-up when moving buttons in a remote
* Copy labels to the InfraredMoveView to avoid pointer invalidation
* Improve file selection scene
* Show progress pop-up when renaming buttons in a remote
* Refactor a scene
* Show progress when deleting a button from remote
* Use a random name for temp files
* Add docs to infrared_brute_force.h
* Rename Infrared type to InfraredApp
* Add docs to infrared_app_i.h
* Deliver event data via a callback
* Bundle event data together with event type
* Change DataExchange behaviour
* Adapt RPC debug app to new API
* Remove rogue output
* Add Doxygen comments to rpc_app.h
* Simplify rpc_app.c code
* Remove superflous parameter
* Do not allocate protobuf messages on the stack
* Fix GetError response
* Support for button indices
* Comment out shallow submodules
* Fix F18 api
* Fix logical error and add more debug output
* fbt: testing unshallow for protobuf
* github: lint&checks: unshallow prior to checks
* Fix a TODO
* github: do not unshallow the unshallowed
* fbt: assets: only attempt to unshallow if cannot describe
* Do not use the name when loading a signal by index (duh)
* Simplify loading infrared signals by name
* Sync with protobuf release
* Infrared: use compact furi_crash macros

Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-11-10 16:22:34 +09:00
..
accessor [FL-3488] Assign tickets to all TODO items (#2988) 2023-08-23 02:56:27 +09:00
battery_test_app debug apps: made runnable as .faps; sdk: resolved additional APIs in use by faps (#2333) 2023-01-27 16:41:55 +07:00
blink_test [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
bt_debug_app [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
ccid_test CCID: Support PC To Reader Transfer Block data (#3126) 2023-10-10 03:48:37 +09:00
crash_test Furi,FuriHal: various improvements (#2819) 2023-06-30 13:52:43 +04:00
direct_draw Furi, FuriHal: remove FreeRTOS headers leaks (#3179) 2023-11-01 11:24:11 +04:00
display_test debug apps: made runnable as .faps; sdk: resolved additional APIs in use by faps (#2333) 2023-01-27 16:41:55 +07:00
example_custom_font Mark debug app as debug not external (#2387) 2023-02-13 13:10:36 +09:00
file_browser_test [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
keypad_test [Fl-3147] Remove ValueMutex (#2467) 2023-03-07 22:09:45 +09:00
lfrfid_debug LF-RFID debug: make it work (#2793) 2023-06-28 16:30:59 +09:00
locale_test [FL-3024] Locale settings (#2137) 2022-12-19 18:38:20 +09:00
rpc_debug_app [FL-3618] Infrared remote button index support (#3180) 2023-11-10 16:22:34 +09:00
speaker_debug [FL-3211][FL-3212] Debug apps: speaker, uart_echo with baudrate (#2812) 2023-06-29 20:23:04 +09:00
subghz_test [FL-3488] Assign tickets to all TODO items (#2988) 2023-08-23 02:56:27 +09:00
text_box_test [Fl-3147] Remove ValueMutex (#2467) 2023-03-07 22:09:45 +09:00
uart_echo [FL-3211][FL-3212] Debug apps: speaker, uart_echo with baudrate (#2812) 2023-06-29 20:23:04 +09:00
unit_tests Furi, FuriHal: remove FreeRTOS headers leaks (#3179) 2023-11-01 11:24:11 +04:00
usb_mouse [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
usb_test [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
vibro_test [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
application.fam [FL-3211][FL-3212] Debug apps: speaker, uart_echo with baudrate (#2812) 2023-06-29 20:23:04 +09:00