Move FeliCa IDm/PMm display to the new NFC-F info screen

The goal is to gradually split out NfcWorkerEventReadFelica into more specific decoders, and have the generic NFC-F info screen display info for tags that don't have a specific decoder, similar to how NFC-A works currently.
This commit is contained in:
dogtopus
2023-03-09 21:43:29 -04:00
parent b521761990
commit a2cd122f78
10 changed files with 264 additions and 15 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
entry,status,name,type,params
Version,+,11.10,,
Version,+,11.13,,
Header,+,applications/services/bt/bt_service/bt.h,,
Header,+,applications/services/cli/cli.h,,
Header,+,applications/services/cli/cli_vcp.h,,
@@ -803,6 +803,7 @@ Function,-,fdopen,FILE*,"int, const char*"
Function,-,felica_check_ic_type,_Bool,uint8_t*
Function,-,felica_clear,void,FelicaData*
Function,-,felica_define_normal_block,void,"FelicaService*, uint16_t, uint8_t*"
Function,-,felica_estimate_timing_us,uint_least32_t,"uint_least8_t, uint_least8_t"
Function,-,felica_get_ic_type,FelicaICType,uint8_t*
Function,-,felica_get_service_name,FuriString*,FelicaService*
Function,-,felica_get_system_name,FuriString*,FelicaSystem*
1 entry status name type params
2 Version + 11.10 11.13
3 Header + applications/services/bt/bt_service/bt.h
4 Header + applications/services/cli/cli.h
5 Header + applications/services/cli/cli_vcp.h
803 Function - felica_check_ic_type _Bool uint8_t*
804 Function - felica_clear void FelicaData*
805 Function - felica_define_normal_block void FelicaService*, uint16_t, uint8_t*
806 Function - felica_estimate_timing_us uint_least32_t uint_least8_t, uint_least8_t
807 Function - felica_get_ic_type FelicaICType uint8_t*
808 Function - felica_get_service_name FuriString* FelicaService*
809 Function - felica_get_system_name FuriString* FelicaSystem*