Merge remote-tracking branch 'ofw/dev' into yeet-lfs

This commit is contained in:
Willy-JL
2024-08-12 19:57:49 +02:00
139 changed files with 3552 additions and 1678 deletions

View File

@@ -23,6 +23,7 @@ Header,+,applications/services/gui/modules/file_browser.h,,
Header,+,applications/services/gui/modules/file_browser_worker.h,,
Header,+,applications/services/gui/modules/loading.h,,
Header,+,applications/services/gui/modules/menu.h,,
Header,+,applications/services/gui/modules/number_input.h,,
Header,+,applications/services/gui/modules/popup.h,,
Header,+,applications/services/gui/modules/submenu.h,,
Header,+,applications/services/gui/modules/text_box.h,,
@@ -1263,11 +1264,13 @@ Function,+,furi_event_flag_set,uint32_t,"FuriEventFlag*, uint32_t"
Function,+,furi_event_flag_wait,uint32_t,"FuriEventFlag*, uint32_t, uint32_t, uint32_t"
Function,+,furi_event_loop_alloc,FuriEventLoop*,
Function,+,furi_event_loop_free,void,FuriEventLoop*
Function,+,furi_event_loop_message_queue_subscribe,void,"FuriEventLoop*, FuriMessageQueue*, FuriEventLoopEvent, FuriEventLoopMessageQueueCallback, void*"
Function,+,furi_event_loop_message_queue_unsubscribe,void,"FuriEventLoop*, FuriMessageQueue*"
Function,+,furi_event_loop_pend_callback,void,"FuriEventLoop*, FuriEventLoopPendingCallback, void*"
Function,+,furi_event_loop_run,void,FuriEventLoop*
Function,+,furi_event_loop_stop,void,FuriEventLoop*
Function,+,furi_event_loop_subscribe_message_queue,void,"FuriEventLoop*, FuriMessageQueue*, FuriEventLoopEvent, FuriEventLoopEventCallback, void*"
Function,+,furi_event_loop_subscribe_mutex,void,"FuriEventLoop*, FuriMutex*, FuriEventLoopEvent, FuriEventLoopEventCallback, void*"
Function,+,furi_event_loop_subscribe_semaphore,void,"FuriEventLoop*, FuriSemaphore*, FuriEventLoopEvent, FuriEventLoopEventCallback, void*"
Function,+,furi_event_loop_subscribe_stream_buffer,void,"FuriEventLoop*, FuriStreamBuffer*, FuriEventLoopEvent, FuriEventLoopEventCallback, void*"
Function,+,furi_event_loop_tick_set,void,"FuriEventLoop*, uint32_t, FuriEventLoopTickCallback, void*"
Function,+,furi_event_loop_timer_alloc,FuriEventLoopTimer*,"FuriEventLoop*, FuriEventLoopTimerCallback, FuriEventLoopTimerType, void*"
Function,+,furi_event_loop_timer_free,void,FuriEventLoopTimer*
@@ -1277,6 +1280,7 @@ Function,+,furi_event_loop_timer_is_running,_Bool,const FuriEventLoopTimer*
Function,+,furi_event_loop_timer_restart,void,FuriEventLoopTimer*
Function,+,furi_event_loop_timer_start,void,"FuriEventLoopTimer*, uint32_t"
Function,+,furi_event_loop_timer_stop,void,FuriEventLoopTimer*
Function,+,furi_event_loop_unsubscribe,void,"FuriEventLoop*, FuriEventLoopObject*"
Function,+,furi_get_tick,uint32_t,
Function,+,furi_hal_adc_acquire,FuriHalAdcHandle*,
Function,+,furi_hal_adc_configure,void,FuriHalAdcHandle*
@@ -1821,6 +1825,7 @@ Function,+,furi_semaphore_acquire,FuriStatus,"FuriSemaphore*, uint32_t"
Function,+,furi_semaphore_alloc,FuriSemaphore*,"uint32_t, uint32_t"
Function,+,furi_semaphore_free,void,FuriSemaphore*
Function,+,furi_semaphore_get_count,uint32_t,FuriSemaphore*
Function,+,furi_semaphore_get_space,uint32_t,FuriSemaphore*
Function,+,furi_semaphore_release,FuriStatus,FuriSemaphore*
Function,+,furi_stream_buffer_alloc,FuriStreamBuffer*,"size_t, size_t"
Function,+,furi_stream_buffer_bytes_available,size_t,FuriStreamBuffer*
@@ -1849,6 +1854,8 @@ Function,+,furi_string_cmpi_str,int,"const FuriString*, const char[]"
Function,+,furi_string_empty,_Bool,const FuriString*
Function,+,furi_string_end_with,_Bool,"const FuriString*, const FuriString*"
Function,+,furi_string_end_with_str,_Bool,"const FuriString*, const char[]"
Function,+,furi_string_end_withi,_Bool,"const FuriString*, const FuriString*"
Function,+,furi_string_end_withi_str,_Bool,"const FuriString*, const char[]"
Function,+,furi_string_equal,_Bool,"const FuriString*, const FuriString*"
Function,+,furi_string_equal_str,_Bool,"const FuriString*, const char[]"
Function,+,furi_string_free,void,FuriString*
@@ -2888,6 +2895,11 @@ Function,+,notification_internal_message_block,void,"NotificationApp*, const Not
Function,+,notification_message,void,"NotificationApp*, const NotificationSequence*"
Function,+,notification_message_block,void,"NotificationApp*, const NotificationSequence*"
Function,-,nrand48,long,unsigned short[3]
Function,+,number_input_alloc,NumberInput*,
Function,+,number_input_free,void,NumberInput*
Function,+,number_input_get_view,View*,NumberInput*
Function,+,number_input_set_header_text,void,"NumberInput*, const char*"
Function,+,number_input_set_result_callback,void,"NumberInput*, NumberInputCallback, void*, int32_t, int32_t, int32_t"
Function,-,on_exit,int,"void (*)(int, void*), void*"
Function,+,onewire_host_alloc,OneWireHost*,const GpioPin*
Function,+,onewire_host_free,void,OneWireHost*
@@ -2987,7 +2999,7 @@ Function,+,power_get_pubsub,FuriPubSub*,Power*
Function,+,power_get_settings_events_pubsub,FuriPubSub*,Power*
Function,+,power_is_battery_healthy,_Bool,Power*
Function,+,power_off,void,Power*
Function,+,power_reboot,void,PowerBootMode
Function,+,power_reboot,void,"Power*, PowerBootMode"
Function,+,power_set_battery_icon_enabled,void,"Power*, _Bool"
Function,-,power_trigger_ui_update,void,Power*
Function,+,powf,float,"float, float"
@@ -3740,11 +3752,11 @@ Function,+,view_holder_alloc,ViewHolder*,
Function,+,view_holder_attach_to_gui,void,"ViewHolder*, Gui*"
Function,+,view_holder_free,void,ViewHolder*
Function,+,view_holder_get_free_context,void*,ViewHolder*
Function,+,view_holder_send_to_back,void,ViewHolder*
Function,+,view_holder_send_to_front,void,ViewHolder*
Function,+,view_holder_set_back_callback,void,"ViewHolder*, BackCallback, void*"
Function,+,view_holder_set_free_callback,void,"ViewHolder*, FreeCallback, void*"
Function,+,view_holder_set_view,void,"ViewHolder*, View*"
Function,+,view_holder_start,void,ViewHolder*
Function,+,view_holder_stop,void,ViewHolder*
Function,+,view_holder_update,void,"View*, void*"
Function,+,view_port_alloc,ViewPort*,
Function,+,view_port_ascii_callback_set,void,"ViewPort*, ViewPortAsciiCallback, void*"
1 entry status name type params
23 Header + applications/services/gui/modules/file_browser_worker.h
24 Header + applications/services/gui/modules/loading.h
25 Header + applications/services/gui/modules/menu.h
26 Header + applications/services/gui/modules/number_input.h
27 Header + applications/services/gui/modules/popup.h
28 Header + applications/services/gui/modules/submenu.h
29 Header + applications/services/gui/modules/text_box.h
1264 Function + furi_event_flag_wait uint32_t FuriEventFlag*, uint32_t, uint32_t, uint32_t
1265 Function + furi_event_loop_alloc FuriEventLoop*
1266 Function + furi_event_loop_free void FuriEventLoop*
Function + furi_event_loop_message_queue_subscribe void FuriEventLoop*, FuriMessageQueue*, FuriEventLoopEvent, FuriEventLoopMessageQueueCallback, void*
Function + furi_event_loop_message_queue_unsubscribe void FuriEventLoop*, FuriMessageQueue*
1267 Function + furi_event_loop_pend_callback void FuriEventLoop*, FuriEventLoopPendingCallback, void*
1268 Function + furi_event_loop_run void FuriEventLoop*
1269 Function + furi_event_loop_stop void FuriEventLoop*
1270 Function + furi_event_loop_subscribe_message_queue void FuriEventLoop*, FuriMessageQueue*, FuriEventLoopEvent, FuriEventLoopEventCallback, void*
1271 Function + furi_event_loop_subscribe_mutex void FuriEventLoop*, FuriMutex*, FuriEventLoopEvent, FuriEventLoopEventCallback, void*
1272 Function + furi_event_loop_subscribe_semaphore void FuriEventLoop*, FuriSemaphore*, FuriEventLoopEvent, FuriEventLoopEventCallback, void*
1273 Function + furi_event_loop_subscribe_stream_buffer void FuriEventLoop*, FuriStreamBuffer*, FuriEventLoopEvent, FuriEventLoopEventCallback, void*
1274 Function + furi_event_loop_tick_set void FuriEventLoop*, uint32_t, FuriEventLoopTickCallback, void*
1275 Function + furi_event_loop_timer_alloc FuriEventLoopTimer* FuriEventLoop*, FuriEventLoopTimerCallback, FuriEventLoopTimerType, void*
1276 Function + furi_event_loop_timer_free void FuriEventLoopTimer*
1280 Function + furi_event_loop_timer_restart void FuriEventLoopTimer*
1281 Function + furi_event_loop_timer_start void FuriEventLoopTimer*, uint32_t
1282 Function + furi_event_loop_timer_stop void FuriEventLoopTimer*
1283 Function + furi_event_loop_unsubscribe void FuriEventLoop*, FuriEventLoopObject*
1284 Function + furi_get_tick uint32_t
1285 Function + furi_hal_adc_acquire FuriHalAdcHandle*
1286 Function + furi_hal_adc_configure void FuriHalAdcHandle*
1825 Function + furi_semaphore_alloc FuriSemaphore* uint32_t, uint32_t
1826 Function + furi_semaphore_free void FuriSemaphore*
1827 Function + furi_semaphore_get_count uint32_t FuriSemaphore*
1828 Function + furi_semaphore_get_space uint32_t FuriSemaphore*
1829 Function + furi_semaphore_release FuriStatus FuriSemaphore*
1830 Function + furi_stream_buffer_alloc FuriStreamBuffer* size_t, size_t
1831 Function + furi_stream_buffer_bytes_available size_t FuriStreamBuffer*
1854 Function + furi_string_empty _Bool const FuriString*
1855 Function + furi_string_end_with _Bool const FuriString*, const FuriString*
1856 Function + furi_string_end_with_str _Bool const FuriString*, const char[]
1857 Function + furi_string_end_withi _Bool const FuriString*, const FuriString*
1858 Function + furi_string_end_withi_str _Bool const FuriString*, const char[]
1859 Function + furi_string_equal _Bool const FuriString*, const FuriString*
1860 Function + furi_string_equal_str _Bool const FuriString*, const char[]
1861 Function + furi_string_free void FuriString*
2895 Function + notification_message void NotificationApp*, const NotificationSequence*
2896 Function + notification_message_block void NotificationApp*, const NotificationSequence*
2897 Function - nrand48 long unsigned short[3]
2898 Function + number_input_alloc NumberInput*
2899 Function + number_input_free void NumberInput*
2900 Function + number_input_get_view View* NumberInput*
2901 Function + number_input_set_header_text void NumberInput*, const char*
2902 Function + number_input_set_result_callback void NumberInput*, NumberInputCallback, void*, int32_t, int32_t, int32_t
2903 Function - on_exit int void (*)(int, void*), void*
2904 Function + onewire_host_alloc OneWireHost* const GpioPin*
2905 Function + onewire_host_free void OneWireHost*
2999 Function + power_get_settings_events_pubsub FuriPubSub* Power*
3000 Function + power_is_battery_healthy _Bool Power*
3001 Function + power_off void Power*
3002 Function + power_reboot void PowerBootMode Power*, PowerBootMode
3003 Function + power_set_battery_icon_enabled void Power*, _Bool
3004 Function - power_trigger_ui_update void Power*
3005 Function + powf float float, float
3752 Function + view_holder_attach_to_gui void ViewHolder*, Gui*
3753 Function + view_holder_free void ViewHolder*
3754 Function + view_holder_get_free_context void* ViewHolder*
3755 Function + view_holder_send_to_back void ViewHolder*
3756 Function + view_holder_send_to_front void ViewHolder*
3757 Function + view_holder_set_back_callback void ViewHolder*, BackCallback, void*
3758 Function + view_holder_set_free_callback void ViewHolder*, FreeCallback, void*
3759 Function + view_holder_set_view void ViewHolder*, View*
Function + view_holder_start void ViewHolder*
Function + view_holder_stop void ViewHolder*
3760 Function + view_holder_update void View*, void*
3761 Function + view_port_alloc ViewPort*
3762 Function + view_port_ascii_callback_set void ViewPort*, ViewPortAsciiCallback, void*

View File

@@ -35,7 +35,6 @@
"microtar",
"usb_stm32",
"infrared",
"appframe",
"assets",
"one_wire",
"ibutton",