g3gg0.de
38c6b52518
Merge branch 'DigitalSequence_PulseReader' into ISO15693
2022-12-30 12:50:36 +01:00
g3gg0.de
a1f1618648
pulse_reader: further optimize assembly code
2022-12-30 12:48:01 +01:00
g3gg0.de
efa43048a1
Merge branch 'DigitalSequence_PulseReader' of https://github.com/g3gg0/flipperzero-firmware into DigitalSequence_PulseReader
2022-12-30 10:51:49 +01:00
g3gg0.de
5856612182
digital_signal: show unoptimized and optimized code for digital_signal_update_dma() next to each other
2022-12-30 10:50:55 +01:00
あく
ef478605e7
Merge branch 'dev' into DigitalSequence_PulseReader
2022-12-30 13:45:45 +09:00
g3gg0.de
e8bf252299
Merge branch 'DigitalSequence_PulseReader' of https://github.com/g3gg0/flipperzero-firmware into DigitalSequence_PulseReader
2022-12-30 02:20:24 +01:00
g3gg0.de
8b81fb921c
digital_signal/pulse_reader: allow parameters for free to be NULL
2022-12-30 02:19:13 +01:00
g3gg0.de
5013692288
ISO15693: further cleanup
2022-12-30 02:17:29 +01:00
g3gg0.de
1360cf1f0a
ISO15693: further optimizations of allocation and free code
2022-12-29 22:38:13 +01:00
g3gg0.de
581e61b6c6
digital_signal/pulse_reader: allow parameters for free to be NULL
2022-12-29 22:36:30 +01:00
g3gg0.de
a5293c5638
optimize allocation size for signals
2022-12-29 22:02:34 +01:00
g3gg0.de
3305595a8a
SLIX: fixed crash situation when an invalid password was requested
2022-12-29 20:53:21 +01:00
Thomas Roth
26e5527a93
Mifare dictionary attack performance improvements. ( #2173 )
...
* NFC dictionary attack performance improvements.
* Remove unnecessary assignment
2022-12-29 14:20:01 +09:00
g3gg0.de
c4ef534af5
Merge branch 'dev' into DigitalSequence_PulseReader
2022-12-28 23:16:06 +01:00
g3gg0.de
84051e05fd
Merge branch 'DigitalSequence_PulseReader' into ISO15693
2022-12-28 22:58:08 +01:00
g3gg0.de
823ff9503a
Merge branch 'DigitalSequence_PulseReader' of https://github.com/g3gg0/flipperzero-firmware into DigitalSequence_PulseReader
2022-12-28 22:44:52 +01:00
g3gg0.de
3a42ab189f
make structures private, add C implementation of digital_signal_update_dma()
2022-12-28 22:43:39 +01:00
Skorpionm
ea054423b0
[FL-3074] SubGhz: CAME 12 bit encoder fix guard time ( #2210 )
...
* SubGhz: CAME encoder fix guard ime
* SubGhz: fix 2 encoder CAME
Co-authored-by: あく <alleteam@gmail.com >
2022-12-29 05:29:23 +09:00
g3gg0.de
4adba941bf
added support for ISO15693 (NfcV) emulation, added support for reading SLIX tags
2022-12-28 18:52:12 +01:00
あく
6ea375c70d
Merge branch 'dev' into DigitalSequence_PulseReader
2022-12-29 02:28:14 +09:00
Konstantin Volkov
27ee0f73f7
Fixing various typos in readme files #2208
...
Co-authored-by: Konstantin Volkov <k.volkov@flipperdevices.com >
2022-12-28 23:30:20 +09:00
g3gg0.de
9f8a86adef
Merge branch 'dev' into DigitalSequence_PulseReader
2022-12-28 14:41:46 +01:00
g3gg0.de
60f56cc048
pulse_reader: add call to set GPIO pull direction
2022-12-28 14:40:29 +01:00
Astra
ded7e727d0
[FL-3060] New MFC Bruteforce animation ( #2190 )
...
* Change the wording in the headers
* Add support for text in the progress bar
* New MFC key bruteforce screen
* Typo fix
* nfc: rename Flipper Dict to System Dict
* elements: fix types
* Display the correct key attack sector
Co-authored-by: gornekich <n.gorbadey@gmail.com >
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-12-27 18:14:03 +09:00
Skorpionm
1390f10a6f
[FL-3068] SubGhz: add Holtek_ht12x protocol ( #2187 )
...
* SubGhz: add Holtek_ht12x protocol
* SubGhz: add unit_test holtek_ht12x
* SubGhz: correct string formatting
Co-authored-by: あく <alleteam@gmail.com >
2022-12-27 17:29:21 +09:00
Georgii Surkov
8582670a34
[FL-2811] Fix PVS-Studio warnings ( #2142 )
...
Co-authored-by: あく <alleteam@gmail.com >
Co-authored-by: gornekich <n.gorbadey@gmail.com >
2022-12-26 21:13:30 +09:00
gornekich
73056d34ff
pulse_reader: remove from API, allow to link with faps
...
Signed-off-by: g3gg0.de <git@g3gg0.de >
2022-12-21 21:49:28 +01:00
g3gg0.de
b9d7e5b41e
ran format_py
2022-12-21 17:36:51 +01:00
g3gg0.de
f92776c457
pulse_reader_stop now deinits GPIO as recommended by @gornekich
2022-12-21 15:38:03 +01:00
g3gg0.de
126c5847b5
Merge branch 'dev' into DigitalSequence_PulseReader
2022-12-21 01:06:38 +01:00
g3gg0.de
70faa47dee
fix starting level detection in pulse_reader
2022-12-21 01:01:16 +01:00
gornekich
eddc1c41df
pulse_reader: build as static library
...
Signed-off-by: g3gg0.de <git@g3gg0.de >
2022-12-20 19:25:24 +01:00
Skorpionm
797eab8924
SubGhz: fix Hormann HSM ( #2158 )
...
* SubGhz: fix Hormann HSM
* SubGhz: add check pattern hormann protocol
Co-authored-by: あく <alleteam@gmail.com >
2022-12-20 21:42:16 +09:00
gornekich
4cee550cc6
[FL-2809] Rework BLE key storage ( #2154 )
...
* bt: disconnect first on profile change
* bt keys: rework bt keys
* saved struct: add payload size getter to API
* bt: rework bt with new key storage API
* bt: add keys storage operation to bt API
* hid: save bt keys on sd card
* bt: add unit tests for key storage
* bt: working profile switch
* bt: cleanup
* bt hid: change keys storage path
Co-authored-by: あく <alleteam@gmail.com >
2022-12-20 21:32:24 +09:00
gornekich
24f016d079
Merge branch 'dev' into DigitalSequence_PulseReader
2022-12-20 02:42:13 +04:00
Astra
fa87216a1e
[FL-2970] Untangle NFC_APP_FOLDER from nfc_device ( #2124 )
...
* Untangle NFC_APP_FOLDER from nfc_device
* Make the folder an internal part of the nfc device struct
* Move the NFC folder definition to the nfc allocator
* Move the NFC folder definition to the allocator in the nfc magic FAP
* Replace furi_string_printf with furi_string_set for folder allocation and handle the cases when folder has no slashes
* Build and allocation fixes
Co-authored-by: あく <alleteam@gmail.com >
2022-12-20 04:57:48 +09:00
g3gg0.de
0cddd78f27
Merge branch 'dev' into DigitalSequence_PulseReader
2022-12-19 14:50:28 +01:00
Skorpionm
b5e7bb3334
[FL-3043] SubGhz: add SMC5326, UNILARM protocol ( #2138 )
...
* SubGhz: add SMC5326 protocol
* SubGhz: add unit_test smc5326 protocol
Co-authored-by: あく <alleteam@gmail.com >
2022-12-16 05:25:43 +09:00
Adam Boeglin
1dc79fddf0
Added support for IDTECK cards ( #2134 )
2022-12-16 05:02:43 +09:00
Astra
7fb1af07b8
[FL- 3014] Untangle NFC from Unit Tests ( #2106 )
...
* Untangle NFC from Unit Tests
* nfc tests: add log error
Co-authored-by: Sergey Gavrilov <who.just.the.doctor@gmail.com >
Co-authored-by: gornekich <n.gorbadey@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2022-12-10 22:02:34 +09:00
Aleksandr Kutuzov
a590f7e46b
Merge remote-tracking branch 'origin/dev' into DigitalSequence_PulseReader
2022-12-08 16:04:31 +09:00
Shane Synan
5c3a5cd8f7
FuriHal, Power, UnitTests: battery charging voltage limit API ( #2063 )
2022-12-08 15:57:49 +09:00
Nikolay Minaylov
2daf39018b
[FL-3001] File browser base folder ( #2091 )
...
* File browser base folder
* Format sources
* FuriHal: bump api version
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-12-07 23:17:41 +09:00
gornekich
9a21dae29c
[FL-3008], [FL-2734], [FL-2766], [FL-2898] NFC bug fixes ( #2098 )
...
* nfc: rework mf classic update
* nfc: rename cache folder to .cache
* nfc: fix ATQA order bytes in nfc files
* file browser: add hide dot files option
* nfc: fix iso-14443-4 uid cards emulation
* nfc: fix unit tests
Co-authored-by: あく <alleteam@gmail.com >
2022-12-07 19:52:44 +09:00
g3gg0.de
45757f2f52
Merge branch 'dev' into DigitalSequence_PulseReader
2022-12-05 17:24:55 +01:00
g3gg0
ef15dca3ab
allow gpio field to stay uninitialized in digital_signal_prepare_arr()
2022-12-05 12:19:05 +01:00
g3gg0
271a639486
fixed renaming
2022-12-05 10:32:44 +01:00
g3gg0
5aae1c3924
fixed linter errors and undone function renaming
2022-12-05 09:36:45 +01:00
Nikolay Minaylov
4070eeb1c9
USB HID: fix key name #2065
...
Co-authored-by: あく <alleteam@gmail.com >
2022-12-02 03:56:27 +09:00
Sergey Gavrilov
eb3a8734fb
Fix crash in iButton notifications routine ( #2074 )
...
* iButton: send notifications less strictly
* iButton: set notification callback earlier
2022-12-02 03:28:46 +09:00