Commit Graph

1095 Commits

Author SHA1 Message Date
johnvizzz
a7c64bf936 fix api_symbols.csv 2023-01-18 18:25:11 +01: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
VerstreuteSeele
c6bfd453ba "Flipper " no longer exists 2023-01-18 13:08:18 +01:00
g3gg0.de
83f9d8cd21 Merge branch 'DigitalSequence_PulseReader' into ISO15693 2023-01-17 18:05:21 +01:00
g3gg0.de
df7d6f6dda exported NfcV routines 2023-01-17 18:03:56 +01:00
あく
8fe801660b Merge branch 'dev' into DigitalSequence_PulseReader 2023-01-17 19:55:28 +03:00
g3gg0.de
d4f6df8e40 Merge branch 'DigitalSequence_PulseReader' into ISO15693 2023-01-17 11:17:03 +01:00
VerstreuteSeele
a095cc894f V39 passed QC testing 2023-01-17 05:36:09 +01:00
Willy-JL
dac53ab09b Fix symbols 2023-01-17 01:24:32 +00:00
Willy-JL
a8725999c7 Update api symbols 2023-01-17 01:21:24 +00: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
a721708897 Update furi_hal_bt.c 2023-01-16 05:45:51 +01:00
VerstreuteSeele
cd2da151f4 Update furi_hal_bt.c 2023-01-16 05:37:32 +01: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
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
dda9ffdce2 Thanks, PVC 2023-01-14 07:19:26 +01:00
VerstreuteSeele
ed9cad46ab Update api_symbols.csv 2023-01-14 01:08:12 +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
あく
8af14abf62 Merge branch 'dev' into DigitalSequence_PulseReader 2023-01-07 16:34:10 +09:00
MX
a94c553c5a Merge branch 'fz-dev' into dev 2023-01-07 01:59:20 +03:00
LTVA1
50ee2eb8aa update API symbols 2023-01-06 22:32:50 +03: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
yocvito
ce3305193f Adds hal modifications 2023-01-05 20:32:46 +01: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
g3gg0.de
5114d8be49 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into ISO15693 2023-01-02 10:58:46 +01:00
g3gg0.de
11e3d47301 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into DigitalSequence_PulseReader 2023-01-02 10:57:29 +01:00
yocvito
202596ad38 add buggy extra config UI for bad usb (for implementing BLE and UART) 2023-01-01 02:17:40 +01:00
VerstreuteSeele
de1c5f46ea New years update 2022-12-31 21:45:39 +01:00
VerstreuteSeele
04a40f31a5 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2022-12-30 15:59:53 +01:00
MX
6eb6297ab7 Merge branch 'fz-dev' into dev 2022-12-30 16:34:20 +03:00
g3gg0.de
22aa338234 updated API 2022-12-30 14:24:47 +01:00
Georgii Surkov
95f8895b43 Add float_tools to SDK api (#2225) 2022-12-30 15:52:53 +03:00
nullableVoidPtr
3a098dc779 Merge branch 'dev' into nfcf 2022-12-30 20:10:55 +08:00
VerstreuteSeele
d5c0f4f3a3 Overhaul | 2 2022-12-30 09:01:44 +01:00
あく
ef478605e7 Merge branch 'dev' into DigitalSequence_PulseReader 2022-12-30 13:45:45 +09:00
VerstreuteSeele
d279639e53 Massive overhaul | Part 1 2022-12-30 05:12:53 +01:00
MX
e8e000d17b Merge branch 'fz-dev' into dev 2022-12-29 18:08:51 +03:00
VerstreuteSeele
c63ff0f25a Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2022-12-29 13:06:17 +01:00
あく
b11b9f1b38 Gui: Direct Draw API (#2215)
* Furi: allow on-fly thread priority change. Gui: Direct Draw API. DirectDraw debug app.
* Gui: drop input in direct draw
* Furi: handle priority change for starting threads
* DirectDraw: rollback to FreeRTOS primitives for priority change
2022-12-29 21:35:26 +10:00
nullableVoidPtr
d0e3bfd2e5 Merge branch 'dev' into nfcf 2022-12-29 16:15:33 +08: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
VerstreuteSeele
58f0444a66 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2022-12-29 05:21:27 +01:00
MX
4e3506ab2e Show OTP flipper region on debug and about screens
but keep region zero for ble and usb hardware info report
2022-12-29 01:43:24 +03:00