|
@@ -1,5 +1,5 @@
|
|
|
entry,status,name,type,params
|
|
entry,status,name,type,params
|
|
|
-Version,+,23.1,,
|
|
|
|
|
|
|
+Version,+,23.3,,
|
|
|
Header,+,applications/services/bt/bt_service/bt.h,,
|
|
Header,+,applications/services/bt/bt_service/bt.h,,
|
|
|
Header,+,applications/services/cli/cli.h,,
|
|
Header,+,applications/services/cli/cli.h,,
|
|
|
Header,+,applications/services/cli/cli_vcp.h,,
|
|
Header,+,applications/services/cli/cli_vcp.h,,
|
|
@@ -112,6 +112,7 @@ Header,+,lib/flipper_application/plugins/composite_resolver.h,,
|
|
|
Header,+,lib/flipper_application/plugins/plugin_manager.h,,
|
|
Header,+,lib/flipper_application/plugins/plugin_manager.h,,
|
|
|
Header,+,lib/flipper_format/flipper_format.h,,
|
|
Header,+,lib/flipper_format/flipper_format.h,,
|
|
|
Header,+,lib/flipper_format/flipper_format_i.h,,
|
|
Header,+,lib/flipper_format/flipper_format_i.h,,
|
|
|
|
|
+Header,+,lib/flipper_format/flipper_format_stream.h,,
|
|
|
Header,+,lib/libusb_stm32/inc/hid_usage_button.h,,
|
|
Header,+,lib/libusb_stm32/inc/hid_usage_button.h,,
|
|
|
Header,+,lib/libusb_stm32/inc/hid_usage_consumer.h,,
|
|
Header,+,lib/libusb_stm32/inc/hid_usage_consumer.h,,
|
|
|
Header,+,lib/libusb_stm32/inc/hid_usage_desktop.h,,
|
|
Header,+,lib/libusb_stm32/inc/hid_usage_desktop.h,,
|
|
@@ -755,6 +756,11 @@ Function,+,flipper_format_read_uint32,_Bool,"FlipperFormat*, const char*, uint32
|
|
|
Function,+,flipper_format_rewind,_Bool,FlipperFormat*
|
|
Function,+,flipper_format_rewind,_Bool,FlipperFormat*
|
|
|
Function,+,flipper_format_seek_to_end,_Bool,FlipperFormat*
|
|
Function,+,flipper_format_seek_to_end,_Bool,FlipperFormat*
|
|
|
Function,+,flipper_format_set_strict_mode,void,"FlipperFormat*, _Bool"
|
|
Function,+,flipper_format_set_strict_mode,void,"FlipperFormat*, _Bool"
|
|
|
|
|
+Function,+,flipper_format_stream_delete_key_and_write,_Bool,"Stream*, FlipperStreamWriteData*, _Bool"
|
|
|
|
|
+Function,+,flipper_format_stream_get_value_count,_Bool,"Stream*, const char*, uint32_t*, _Bool"
|
|
|
|
|
+Function,+,flipper_format_stream_read_value_line,_Bool,"Stream*, const char*, FlipperStreamValue, void*, size_t, _Bool"
|
|
|
|
|
+Function,+,flipper_format_stream_write_comment_cstr,_Bool,"Stream*, const char*"
|
|
|
|
|
+Function,+,flipper_format_stream_write_value_line,_Bool,"Stream*, FlipperStreamWriteData*"
|
|
|
Function,+,flipper_format_string_alloc,FlipperFormat*,
|
|
Function,+,flipper_format_string_alloc,FlipperFormat*,
|
|
|
Function,+,flipper_format_update_bool,_Bool,"FlipperFormat*, const char*, const _Bool*, const uint16_t"
|
|
Function,+,flipper_format_update_bool,_Bool,"FlipperFormat*, const char*, const _Bool*, const uint16_t"
|
|
|
Function,+,flipper_format_update_float,_Bool,"FlipperFormat*, const char*, const float*, const uint16_t"
|
|
Function,+,flipper_format_update_float,_Bool,"FlipperFormat*, const char*, const float*, const uint16_t"
|