Commit Graph

9080 Commits

Author SHA1 Message Date
assasinfil
a49c8d5a08 Merge remote-tracking branch 'origin/dev' into kinggates_stylo_4k 2023-02-09 23:22:40 +03:00
MX
07093d072f Fix Debug pin 2023-02-09 23:21:36 +03:00
Willy-JL
afd0f6bfd4 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-09 20:05:59 +00:00
Willy-JL
0a6f830ad0 Fix api version tag 2023-02-09 20:05:48 +00:00
Willy-JL
e35b1d476a Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-09 20:04:46 +00:00
Willy-JL
8b11797949 Fix api symbols 2023-02-09 19:53:25 +00:00
assasinfil
727c21d60a Merge branch 'dev' into kinggates_stylo_4k 2023-02-09 22:47:53 +03:00
assasinfil
2bd80f510a Init encoder 2023-02-09 22:45:02 +03:00
Willy-JL
5afe515896 Fix missing canvas custom font api 2023-02-09 19:44:34 +00:00
MX
fda38c9d04 Debug pin setting for subghz protocol development
When DEBUG is on in settings, you can turn on debug pin in radio settings now, DO NOT use it if you don't know what it is!!!!
2023-02-09 22:41:12 +03:00
Willy-JL
55d18eb8a4 Kinda fix subghz protocols linker issues 2023-02-09 19:37:19 +00:00
Willy-JL
7474ac193e Kinda fix subghz gpio pin shenanigans 2023-02-09 19:15:35 +00:00
MX
16a5b13be4 Max 55 signals Seems stable, setting it to 55 for now
Subghz history
2023-02-09 22:12:03 +03:00
Willy-JL
dfb6e9daa6 Fix spi header 2023-02-09 19:04:53 +00:00
Willy-JL
17db80794c Better asset pack git ignore 2023-02-09 18:46:40 +00:00
assasinfil
05be200762 Hop len fix 2023-02-09 21:37:54 +03:00
assasinfil
b47174d206 Completed encoder 2023-02-09 21:26:10 +03:00
assasinfil
502e8d1d8d Small fix 2023-02-09 21:17:16 +03:00
VerstreuteSeele
af869ef8d2 Merging OFW | Suffering | Part 1 | Wont build as is
I honestly dont even know anymore...
2023-02-09 18:34:56 +01:00
assasinfil
5d6ce87259 Encoder fix 2023-02-09 19:06:41 +03:00
MX
1707a1d1a4 Update changelog 2023-02-09 18:58:04 +03:00
MX
7927fa371e Update readme 2023-02-09 18:25:46 +03:00
MX
ef2c668e31 Small GUI fixes
remove static line in subghz receiver because now we have RSSI line
2023-02-09 18:01:52 +03:00
MX
fe3862e113 Merge branch 'fz-dev' into dev 2023-02-09 17:52:59 +03:00
MX
539c4e2dd0 Fixes & imporvements
Use our custom icon for Bin RAW
2023-02-09 17:49:28 +03:00
MX
b9351649ed Merge branch 'fz-dev' into dev 2023-02-09 17:48:50 +03:00
MX
be33e099be Fix read raw GUI
Now showing internal or external module usage properly
2023-02-09 17:22:19 +03:00
MX
ba36f4672c Throw away Kostily & Velosipedy
Ne bag a ficha, bolshe ne nuzhna
2023-02-09 17:21:40 +03:00
VerstreuteSeele
c6dd13bc80 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev 2023-02-09 14:42:12 +01:00
VerstreuteSeele
5998d337e8 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-02-09 14:41:46 +01:00
Max Andreev
67c2d1cf61 Migrating CI/CD to Linode S3 (#2380)
* Test PVS linode S3
* Migrating to Linode S3
* Disable PVS action debug
* Fix pvs_studio.yml
2023-02-09 19:42:41 +09:00
assasinfil
e17877b6a1 Kinggates stylo 4k tx realization
Co-authored-by: MX <10697207+xMasterX@users.noreply.github.com>
2023-02-09 12:57:22 +03:00
Skorpionm
82c730b6be SubGhz: fix cc1101_read_fifo func (#2379) 2023-02-09 14:45:30 +09:00
Petr Portnov | PROgrm_JARvis
4265057ee8 feat: add missing const qualifiers (#2233)
* feat: make `ViewPort` getters const
* feat: make tx-buffers const
* feat: make `canvas_get_buffer_size` const
* feat: make `canvas` methods const
* feat: make `icon_animation` methods const
* feat: make `scene_manager` methods const
* feat: make `loader` method const
* feat: make `canvas_get_font_params` const

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-09 13:58:01 +09:00
Skorpionm
163be139eb SubGhz: add protocol BinRAW (binarization of data quantized by the minimum correlated duration) (#2322)
* SubGhz: add protocol DataRAW (binarization of data quantized by the minimum correlated duration)
* SubGhz: fix name history
* SubGhz: add encoder Data_RAW protocol
* SubGhz: decreasing the size of the LevelDuration structure
* SubGhz: history, added check that there is free RAM
* SubGhz: checking for free memory, support to pass without gap
* SubGhz: add running average to average the result, auto cut noise at the end of a burst
* SubGhz: support for repeating sequences
* SubGhz: fix secplus_v2 decoder
* SubGhz: bin_RAW fix add history
* SubGhz: add debug
* SubGhz: debug refactoring
* FURI_LOG: add FURI_LOG_RAW_x formatted string output like printf
* SubGhz: fix new FURI_LOG metod
* FURI_LOG: fix unit test
* SubGhz: add enable/disable BinRAW protocol decoding
* SubGhz: fix PVS
* SubGhz: forcibly turn off the speaker when exiting SubGhz
* SubGhz: adaptive adjustment to the noise level

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-09 13:48:06 +09:00
Patrick Cunningham
71871949ec Picopass: show elite key used from dictionary (#2119)
* show elite key used from dictionary
* remove space so it fits on screen

Co-authored-by: あく <alleteam@gmail.com>
2023-02-09 12:47:16 +09:00
Victor Nikitchuk
d7ecc95de4 Firmware fixes and improvements for flashing via blackmagic (#2321)
Co-authored-by: quen0n <quen0n@github.com>
Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: hedger <hedger@users.noreply.github.com>
2023-02-09 12:40:04 +09:00
MX
a7a4f9b885 SubGhz hal fixes 2023-02-08 23:31:27 +03:00
jbohack
7bde578a36 added pager bruteforce playlist for looping 2023-02-08 14:04:53 -05:00
jbohack
8370367f31 added common lrs pager frequency to subghz read & analyzer 2023-02-08 13:56:31 -05:00
jbohack
65ed2ed277 added pager bruteforce for lrs pagers
thanks jimi!
2023-02-08 13:54:06 -05:00
jbohack
892adcc695 added pager modulation, removed duplicate modulations, and cleaned up duplicate setting file 2023-02-08 13:46:33 -05:00
MX
eaffe0ec17 Fix small bugs 2023-02-08 21:45:23 +03:00
MX
3890c7f9fa Merge branch 'fz-dev' into dev 2023-02-08 21:26:56 +03:00
MX
6f44900e05 Update API symbols 2023-02-08 21:24:21 +03:00
hedger
a005087636 fbt: building fap_dist for compact gh build; accessor: fixed for latest ibutton changes (#2377)
* fbt: building fap_dist as default target; accessor: fixed for latest ibutton changes
* fbt: not building fap_dist as default target; github: doing fap_dist for compact builds

Co-authored-by: あく <alleteam@gmail.com>
2023-02-09 03:16:05 +09:00
Eric Betts
8f2f2d810a Move CSN space to revent overflow (#2232)
Co-authored-by: あく <alleteam@gmail.com>
2023-02-09 03:06:42 +09:00
MX
d02c586b92 Merge branch 'fz-dev' into dev 2023-02-08 21:05:17 +03:00
MX
ed78c4ca04 Fixes 2023-02-08 20:49:06 +03:00
Skorpionm
db1a8f8014 [FL-3099] SubGhz: add protocol KingGates Stylo4k (#2368)
* [FL-3099] SubGhz: add protocol KingGates Stylo4k
* SubGhz: add unit test file
* f7: api: reverted symbols

Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-09 02:47:39 +09:00