From 6c123cf8fd44c333884cb067b78e804d23d57690 Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Tue, 25 Oct 2022 03:03:05 -0400 Subject: [PATCH] Update api_symbols.csv --- firmware/targets/f7/api_symbols.csv | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/firmware/targets/f7/api_symbols.csv b/firmware/targets/f7/api_symbols.csv index 8793c8b02..f24a44509 100644 --- a/firmware/targets/f7/api_symbols.csv +++ b/firmware/targets/f7/api_symbols.csv @@ -2467,6 +2467,14 @@ Function,-,subghz_protocol_decoder_intertechno_v3_get_hash_data,uint8_t,void* Function,-,subghz_protocol_decoder_intertechno_v3_get_string,void,"void*, FuriString*" Function,-,subghz_protocol_decoder_intertechno_v3_reset,void,void* Function,-,subghz_protocol_decoder_intertechno_v3_serialize,_Bool,"void*, FlipperFormat*, SubGhzRadioPreset*" +Function,-,subghz_protocol_decoder_kaku_alloc,void*,SubGhzEnvironment* +Function,-,subghz_protocol_decoder_kaku_deserialize,_Bool,"void*, FlipperFormat*" +Function,-,subghz_protocol_decoder_kaku_feed,void,"void*, _Bool, uint32_t" +Function,-,subghz_protocol_decoder_kaku_free,void,void* +Function,-,subghz_protocol_decoder_kaku_get_hash_data,uint8_t,void* +Function,-,subghz_protocol_decoder_kaku_get_string,void,"void*, string_t" +Function,-,subghz_protocol_decoder_kaku_reset,void,void* +Function,-,subghz_protocol_decoder_kaku_serialize,_Bool,"void*, FlipperFormat*, SubGhzPresetDefinition*" Function,-,subghz_protocol_decoder_keeloq_alloc,void*,SubGhzEnvironment* Function,-,subghz_protocol_decoder_keeloq_deserialize,_Bool,"void*, FlipperFormat*" Function,-,subghz_protocol_decoder_keeloq_feed,void,"void*, _Bool, uint32_t" @@ -2696,6 +2704,11 @@ Function,-,subghz_protocol_encoder_intertechno_v3_deserialize,_Bool,"void*, Flip Function,-,subghz_protocol_encoder_intertechno_v3_free,void,void* Function,-,subghz_protocol_encoder_intertechno_v3_stop,void,void* Function,-,subghz_protocol_encoder_intertechno_v3_yield,LevelDuration,void* +Function,-,subghz_protocol_encoder_kaku_alloc,void*,SubGhzEnvironment* +Function,-,subghz_protocol_encoder_kaku_deserialize,_Bool,"void*, FlipperFormat*" +Function,-,subghz_protocol_encoder_kaku_free,void,void* +Function,-,subghz_protocol_encoder_kaku_stop,void,void* +Function,-,subghz_protocol_encoder_kaku_yield,LevelDuration,void* Function,-,subghz_protocol_encoder_keeloq_alloc,void*,SubGhzEnvironment* Function,-,subghz_protocol_encoder_keeloq_deserialize,_Bool,"void*, FlipperFormat*" Function,-,subghz_protocol_encoder_keeloq_free,void,void* @@ -2776,6 +2789,7 @@ Function,-,subghz_protocol_encoder_star_line_deserialize,_Bool,"void*, FlipperFo Function,-,subghz_protocol_encoder_star_line_free,void,void* Function,-,subghz_protocol_encoder_star_line_stop,void,void* Function,-,subghz_protocol_encoder_star_line_yield,LevelDuration,void* +Function,-,subghz_protocol_endcoder_kaku_upload_pulse,void,"LevelDuration*, size_t*, size_t, size_t" Function,-,subghz_protocol_faac_slh_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint32_t, uint32_t, const char*, SubGhzRadioPreset*" Function,-,subghz_protocol_keeloq_bft_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint16_t, uint32_t, const char*, SubGhzRadioPreset*" Function,-,subghz_protocol_keeloq_create_data,_Bool,"void*, FlipperFormat*, uint32_t, uint8_t, uint16_t, const char*, SubGhzRadioPreset*" @@ -4238,8 +4252,8 @@ Variable,+,A_iButton_14,const Icon, Variable,-,ITM_RxBuffer,volatile int32_t, Variable,+,I_125_10px,const Icon, Variable,+,I_ActiveConnection_50x64,const Icon, -Variable,+,I_Apps_10px,const Icon, Variable,+,I_Alert_9x8,const Icon, +Variable,+,I_Apps_10px,const Icon, Variable,+,I_ArrowC_1_36x36,const Icon, Variable,+,I_ArrowDownEmpty_14x15,const Icon, Variable,+,I_ArrowDownFilled_14x15,const Icon, @@ -4716,6 +4730,9 @@ Variable,-,subghz_protocol_ido_encoder,const SubGhzProtocolEncoder, Variable,-,subghz_protocol_intertechno_v3,const SubGhzProtocol, Variable,-,subghz_protocol_intertechno_v3_decoder,const SubGhzProtocolDecoder, Variable,-,subghz_protocol_intertechno_v3_encoder,const SubGhzProtocolEncoder, +Variable,-,subghz_protocol_kaku,const SubGhzProtocol, +Variable,-,subghz_protocol_kaku_decoder,const SubGhzProtocolDecoder, +Variable,-,subghz_protocol_kaku_encoder,const SubGhzProtocolEncoder, Variable,-,subghz_protocol_keeloq,const SubGhzProtocol, Variable,-,subghz_protocol_keeloq_decoder,const SubGhzProtocolDecoder, Variable,-,subghz_protocol_keeloq_encoder,const SubGhzProtocolEncoder,