Krzysztof Zdulski
8fc834090d
nfc: Fix sector reads when one block is unreadable for MIFARE Classic ( #2296 )
...
* Fix sector reads when one block is unreadable
* Auth on the correct block instead of first
* Fix in sector reader as well
* Apply patch by @gornekich
Co-authored-by: gornekich <n.gorbadey@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-01-27 12:00:25 +07:00
VerstreuteSeele
0f6068837b
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-01-26 20:31:49 +01:00
Krzysztof Haładyn (krzys_h)
5134f44c09
nfc: Fix crash when using debug PCAP trace ( #2338 )
2023-01-26 15:28:36 +07:00
VerstreuteSeele
c7f8b6d06c
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-01-25 13:53:28 +01:00
Sergey Gavrilov
709fa633ff
ELF-loader: wait for notification to complete on app exit ( #2335 )
2023-01-25 12:15:01 +07:00
MX
e07b96e04b
Merge branch 'dev' into somfy_keytis
2023-01-19 20:02:18 +03:00
assasinfil
7f08b25928
Inter-frame fix
2023-01-19 19:51:15 +03:00
MX
f8cc914a15
Change default hopping frequency list
...
Change it to use only most common frequencies
2023-01-19 18:14:05 +03:00
assasinfil
c6e30a1ed9
Inter-frame timeout fix
2023-01-19 18:04:03 +03:00
assasinfil
3dd76f5c2f
Added somfy keytis encoder
2023-01-19 14:49:00 +03:00
MX
0b92e5ae74
Fix various issues
2023-01-18 19:16:20 +03:00
MX
27826f95ca
Merge branch 'dev' into somfy_encoder_new
2023-01-18 19:01:22 +03:00
MX
c708a301f5
Merge branch 'fz-dev' into dev
2023-01-18 18:26:49 +03:00
MX
927fcca081
Revert "Merge pull request #252 from X-Stuff/dev-advanced-config"
...
This reverts commit ed5b2da9ad .
2023-01-18 18:18:17 +03:00
assasinfil
379807423f
Debug prints cleanup
2023-01-18 16:21:42 +03:00
assasinfil
5123fac5d9
Full realization
2023-01-18 15:11:32 +03:00
assasinfil
cd5596027f
Fixed
2023-01-18 14:57:30 +03:00
VerstreuteSeele
af762aa54c
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-01-17 16:33:28 +01:00
hedger
341610b8a1
[FL-3080] fbt: PVS support ( #2286 )
...
* fbt: added firmware_pvscheck & firmware_pvs targets for *nix
* fbt: pvs support on Windows
* fbt: additional fixes & docs for PVS support
* fbt: fixes for updater env configuration
* github: reworked pvs workflow
* vscode: added PVS shortcut
* pvs: added --ignore-ccache flag
* fbt: pvs: opening web browser if there are warnings
* fbt: pvs: added browser handler for mac
* github: fixed report path for PVS
* fbt: pvs: fixed report upload path
* removed intentional PVS warning
* fixed more PVS warnings
* fixed secplus_v1 PVS warning
* fbt: added PVSNOBROWSER flag
* github: setting PVSNOBROWSER for pvs runs
* fbt: less debug output
Co-authored-by: あく <alleteam@gmail.com >
2023-01-17 15:55:49 +03:00
assasinfil
414a13131a
Fix v2?
2023-01-17 13:41:41 +03:00
Willy-JL
968c1c815f
Add value_index_int32
2023-01-17 01:19:45 +00:00
assasinfil
08acfa50c0
Fix?
2023-01-17 00:36:18 +03:00
assasinfil
75c47a8d64
Full package data
2023-01-17 00:06:00 +03:00
TQMatvey
f41c06ab74
somfy telis: not done yet
...
Co-authored-by: assasinfil <nfa57643@gmail.com >
2023-01-16 22:10:16 +07:00
assasinfil
5f82732b4f
Completed encoder
2023-01-16 16:40:12 +03:00
TQMatvey
729a1b5788
somfy_telis: encoder is almost done
...
Co-authored-by: assasinfil <nfa57643@gmail.com >
2023-01-16 19:41:16 +07:00
VerstreuteSeele
f11cf102ab
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-01-16 10:59:35 +01:00
Eric Betts
9e1a6a6d2e
relocate R_ARM_CALL ( #2305 )
2023-01-16 12:36:59 +03:00
VerstreuteSeele
35befd07c4
Remove "Flipper" from BT name + formatting
2023-01-16 04:29:26 +01:00
VerstreuteSeele
8b5f24978c
Short duration filter setting
2023-01-16 03:23:25 +01:00
VerstreuteSeele
3da5655411
Fix RAW subghz write
2023-01-16 03:14:31 +01:00
VerstreuteSeele
fdb255a39e
Add CRC verification for paradox protocol cards
2023-01-16 03:10:05 +01:00
VerstreuteSeele
280b83c32d
Add Mifare Mini, fix char type & fix sector reads in edge-cases
2023-01-16 03:09:40 +01:00
VerstreuteSeele
49dabee42f
Revert NFC u2f
2023-01-14 09:00:41 +01:00
VerstreuteSeele
905bb23fdf
Formatting & New updated IR
2023-01-14 08:44:32 +01:00
VerstreuteSeele
fa4edd7767
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-01-14 01:07:25 +01:00
Georgii Surkov
75e9de12b0
[FL-3078] Per protocol signal repeat count ( #2293 )
...
* Better Infrared protocol file structure
* Rename InfraredProtocolSpec to InfraredProtocolVariant
* Slightly better names
* Add repeat count field to protocol variant description
* Repeat the signal the appropriate number of times when brute-forcing
* Repeat the signal the appropriate number of times when sending via worker
* Better signal count logic in infrared_transmit
* Better variable names
* Convert some raw signals to messages in tv.ir
Co-authored-by: あく <alleteam@gmail.com >
2023-01-13 16:50:19 +03:00
jbohack
ea0b5488ad
u2f over nfc
...
https://github.com/flipperdevices/flipperzero-firmware/pull/1755
from @devsnek
may need more testing
2023-01-11 19:15:06 -05:00
TQMatvey
b30aa890e6
initial Somfy Telis Encoder (doesnt work)
2023-01-11 19:47:45 +07:00
VerstreuteSeele
fbd162c4e3
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-01-07 02:30:14 +01:00
MX
a94c553c5a
Merge branch 'fz-dev' into dev
2023-01-07 01:59:20 +03:00
yan0f
9740dd8c75
Fix typos in source code ( #2258 )
2023-01-07 01:06:50 +09:00
VerstreuteSeele
ab97824ade
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-01-06 14:38:27 +01:00
あく
41c43f4805
Various improvements: Toolbox, Updater and Unit Tests. ( #2250 )
...
* Toolbox: add seek to character stream method. UpdateUtils: reverse manifest iterator. UnitTests: more unit tests.
* Target: bump API version. Updater: delete empty folders from manifest before resource deployment.
* UnitTests: use manifest from unit_tests folder instead of global one
* Make PVS happy
* sector cache: allocate always
* Better PVS config for manifest.c
* PVS: Move exception outside of condition
* PVS: remove confusing condition
Co-authored-by: SG <who.just.the.doctor@gmail.com >
2023-01-06 16:31:17 +10:00
VerstreuteSeele
c8e0501feb
Update Subghz
2023-01-03 21:35:41 +01:00
MX
4571dd25a3
Merge branch 'dev' into dev-advanced-config
2023-01-03 18:48:33 +03:00
MX
82f8ad4540
Add 350Mhz to default range
...
Actually this frequency is used by some part of home devices like ceiling fans
2023-01-03 18:40:03 +03:00
MX
ba429f6c88
Merge branch 'dev' into dev-advanced-config
2023-01-01 23:16:55 +03:00
VerstreuteSeele
de1c5f46ea
New years update
2022-12-31 21:45:39 +01:00
Dimitry
27bfe861d9
cc1101 modem configurable preset introduced.
...
Available to configure: datarate, bandwidth and manchester decoding flag
log ability added to unit_test app (it's very helpful when writing a unit_tests)
2022-12-31 02:10:21 +02:00