Commit Graph

1422 Commits

Author SHA1 Message Date
RogueMaster
d1caca1894 Merge pull request #442 from mh-/dev
NFC: Accept non-parsed apps in Mifare DESFire
2022-11-25 01:24:02 -05:00
RogueMaster
b04b7e7edd Merge pull request #441 from flipperdevices/gsurkov/2997_file_name_filtering
Improve file name filtering
2022-11-25 01:22:08 -05:00
g3gg0
013e88154f implement ISO14433-A fully in software for pointless experimenting reasons and improving the DigitalReader / SignalSequence code in performance 2022-11-25 02:46:49 +01:00
gornekich
ea5840462b Merge branch 'dev' into dev 2022-11-24 20:42:15 +04:00
Georgii Surkov
f01a1cfeae Improve file name filtering 2022-11-24 18:53:21 +03:00
RogueMaster
db3676ee8a Merge branch 'DarkFlippers:dev' into 420 2022-11-24 09:05:13 -05:00
MX
bf62f66dc8 SubGHz: Fix keeloq, SL, counter going higher than 16bits
Proper reset to 0 after we get to 0xFFFF
2022-11-24 17:03:50 +03:00
Michael Huebler
bf54016553 NFC: Accept non-parsed apps in Mifare DESFire.
Fixes #2040
Minor editorial changes
2022-11-24 12:06:27 +01:00
g3gg0
674a5c6f48 added ISO14443 tag emulator code, receiving only yet 2022-11-24 01:43:23 +01:00
RogueMaster
4a8c814daf Merge branch 'UNLEASHED' into 420 2022-11-23 15:28:31 -05:00
g3gg0
73111c4ac1 optimized ISO15693 code 2022-11-23 21:25:36 +01:00
g3gg0
31efe21412 timing optimizations for DigitalSequence 2022-11-23 21:24:53 +01:00
MX
7829428455 Merge branch 'fz-dev' into dev 2022-11-23 19:21:50 +03:00
Sergey Gavrilov
c511c67e71 Core: thread allocation shortcut (#2007)
* Core: thread alloc+set shortcut
* Apps: use thread allocation shortcut
* Mark some service threads as services
* Init BT as soon as possible

Co-authored-by: あく <alleteam@gmail.com>
2022-11-23 21:49:17 +09:00
Skorpionm
00fcd9cfcd [FL-2976] SubGhz: add protocol "Ansonic" (#2000)
* SubGhz: add protocol "Ansonic"
* SubGhz: fix encoder "Ansonic"
* SubGhz: add unit_test "Ansonic"
* SubGhz: fix flag
* SubGhz: protocol "Ansonic" fix timing

Co-authored-by: あく <alleteam@gmail.com>
2022-11-23 18:29:30 +09:00
Skorpionm
cf5b87f82e SubGhz: add protocol Nice_Flo 20bit (#1983)
Co-authored-by: あく <alleteam@gmail.com>
2022-11-23 17:28:44 +09:00
g3gg0
b1cd358bfb reworked nfca signal generation, added idle time before sending response 2022-11-23 02:17:18 +01:00
g3gg0
9d07f8db29 minimal speedups for mifare_classic.c
included missing nfcv.c API update
2022-11-23 02:16:52 +01:00
Max Lapan
21f375c900 Fix multi-messages decoding 2022-11-22 20:08:57 +01:00
Max Lapan
d962404822 Debugging double msg 2022-11-22 18:52:52 +01:00
Michael Huebler
fa135c3249 NFC: Accept non-parsed apps in Mifare DESFire.
Fixes #2040
2022-11-22 14:08:45 +01:00
RogueMaster
32c9d94f73 Revert "Revert "Revert "Revert "Merge pull request #421 from flipperdevices/skorp/subghz_add_protocol_10""""
This reverts commit ec9542ca0e.
2022-11-22 00:17:56 -05:00
RogueMaster
c1b5bcfc50 Merge pull request #430 from flipperdevices/skorp/subghz_nice_flo_20bit
Skorp/subghz nice flo 20bit
2022-11-22 00:15:42 -05:00
g3gg0
021695b2a3 use sequences, but bake them before sending. required for shorter signal sequences, causing higher setup time 2022-11-22 02:11:09 +01:00
g3gg0
116528f871 sync bit phases 2022-11-22 01:39:46 +01:00
g3gg0
eb98c7b246 rework NfcA and simplify a bit
digital_sequence_bake added for testing purpose
2022-11-22 00:34:09 +01:00
g3gg0
60b2c5cf67 code cleanups 2022-11-21 22:20:55 +01:00
Max Lapan
b211806251 Clean logging 2022-11-21 20:44:14 +01:00
Max Lapan
78bbba88d2 Fix race condition 2022-11-21 20:29:33 +01:00
Max Lapan
6b191945fb Extra debug 2022-11-21 19:27:56 +01:00
g3gg0
ae80d06e93 properly initialize DigitalSequence for NfcA 2022-11-21 18:40:54 +01:00
g3gg0
3165daf5a6 fix crash situation 2022-11-21 18:23:20 +01:00
g3gg0
fe9bc3e581 clean up digital_signal.c and fix remainder calculation 2022-11-21 18:02:34 +01:00
g3gg0
8b4e6de56e fix NfcA 2022-11-21 17:38:13 +01:00
g3gg0
a1ae1ed515 switch NfcA to digital sequence also
updated DigitalSequence API
2022-11-21 15:25:12 +01:00
g3gg0
aad093a4b5 smaller code cleanups 2022-11-21 13:49:19 +01:00
g3gg0
cd241a2901 switch to DigitalSequence 2022-11-21 13:36:16 +01:00
g3gg0
f0feb8921f fix an off-by-one error 2022-11-21 01:57:16 +01:00
g3gg0
820ccb9775 switch to signal sequence (nonfunc) 2022-11-21 01:21:15 +01:00
Max Lapan
4b8b7c8ca7 FuriString 2022-11-20 20:29:08 +01:00
Max Lapan
cbbef9750e Basic serialize, cont 2022-11-20 19:00:39 +01:00
Max Lapan
0fe2c99015 Basic serialize 2022-11-20 17:26:27 +01:00
Max Lapan
937809b94b Dedicated state for message 2022-11-20 15:25:36 +01:00
Max Lapan
24b738a639 Masks simplification 2022-11-20 15:06:17 +01:00
Max Lapan
4313852ba3 Handle long messages 2022-11-20 14:51:00 +01:00
Max Lapan
e29a64ffdb Fixed message decoding 2022-11-20 12:51:12 +01:00
Max Lapan
07e0ffc783 Prepare message decoding 2022-11-20 12:07:09 +01:00
Max Lapan
4aeedb7b88 Receiver address decoding 2022-11-20 11:41:31 +01:00
Max Lapan
77225c59ad Drop debug 2022-11-20 11:17:58 +01:00
Max Lapan
0bc197baae Message structure 2022-11-20 10:51:13 +01:00