Commit Graph

1059 Commits

Author SHA1 Message Date
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
Max Lapan 4c092c8e6f Basic sync 2022-11-19 18:16:48 +01:00
g3gg0 f2457b6ee5 switch to scalable timebase for digital reader to prevent overflows
added yielding to emulation loop
2022-11-19 17:03:55 +01:00
g3gg0 01137a5b6e added pulse_reader for DMA based NFC signal reading
updated nfcv to use pulse_reader instead of bitbanging
2022-11-19 02:45:33 +01:00
g3gg0 24f8db3c27 temporary DMA based timer capturing 2022-11-19 00:22:41 +01:00
g3gg0 d6903a4a06 some more comments
updated API file
2022-11-17 21:58:17 +01:00
g3gg0 971e0093c4 cleaned up SLIX code
fixed byte order mixup
read larger cards
2022-11-17 21:49:29 +01:00
g3gg0 b4802247df always save file even when tag was not locked 2022-11-17 01:45:22 +01:00
g3gg0 75f5e6604b separate ISO15693 basic and SLIX extensions a bit more
changed save format to reflect this
executing emulation from browser now also works
2022-11-17 01:35:39 +01:00
MX 5681016dce SubGHz: Fix starline encoder
o_O
2022-11-17 02:05:14 +03:00
RogueMaster 7ff15d223e Merge branch 'UNLEASHED' into 420 2022-11-15 16:15:35 -05:00
MX 0e9f6bef77 Speedup subghz favourites
if custom modulation was used, its saved in file itself, so no need to load it when using quick access from favourites
2022-11-15 23:00:30 +03:00
g3gg0 bcd33ca125 added NfcV emulation 2022-11-14 21:12:18 +01:00
RogueMaster ddb5ae2bd5 Merge branch 'UNLEASHED' into 420 2022-11-13 13:32:13 -05:00