Commit Graph

7802 Commits

Author SHA1 Message Date
RogueMaster
a2490cb361 Merge branch 'UNLEASHED' into 420 2022-12-02 17:44:47 -05:00
RogueMaster
e5eb54a4c8 RELEASE 2022-12-02 17:43:01 -05:00
RogueMaster
3ebedc83ae remove old 2022-12-02 17:41:35 -05:00
RogueMaster
95f3722a9d Merge branch '420' of https://github.com/RogueMaster/flipperzero-firmware-wPlugins into 420 2022-12-02 17:40:12 -05:00
RogueMaster
0977d17ce9 I don't think this is needed 2022-12-02 17:39:49 -05:00
RogueMaster
86ee043456 Merge pull request #461 from Kuronons/patch-3
Update animation_manager.c
2022-12-02 17:39:03 -05:00
Kuronons
4d2c6477e6 Update animation_manager.c
For Sasquach_D1g1talRa1n_128x64 as default anim
2022-12-02 23:31:16 +01:00
RogueMaster
dfa2b59957 RELEASE 2022-12-02 17:29:20 -05:00
RogueMaster
5dfb4a5e54 let's try this 2022-12-02 17:22:42 -05:00
RogueMaster
51b29f5c34 manifest upd 2022-12-02 17:18:00 -05:00
RogueMaster
1238047d47 nrfupd and animation assets upd 2022-12-02 17:12:58 -05:00
RogueMaster
5be805dd5d remove old 2022-12-02 17:05:15 -05:00
MX
7945afd1d2 Update subbrute 2022-12-03 01:03:59 +03:00
RogueMaster
c8149bd18b Update manifest.txt 2022-12-02 17:03:50 -05:00
RogueMaster
cf03e952a5 subbrute 2022-12-02 17:01:50 -05:00
RogueMaster
7a5596358a Merge branch 'UNLEASHED' into 420 2022-12-02 17:00:08 -05:00
MX
dfbd978466 Update changelog 2022-12-03 00:16:27 +03:00
MX
e1e208922e XMas / New year animation
by @Svaarich
2022-12-02 23:46:45 +03:00
MX
196fc562d8 Merge branch 'fz-dev' into dev 2022-12-02 23:05:30 +03:00
MX
de58d69c06 Update subghz bruteforcer 2022-12-02 23:01:34 +03:00
gornekich
e40376bc63 NFC: fix NTAG203 info scene #2078 2022-12-02 21:41:34 +09:00
MX
853b182b8b Update readme / changelog 2022-12-02 03:10:08 +03:00
RogueMaster
f6e65139ea Merge branch 'UNLEASHED' into 420 2022-12-01 16:15:43 -05:00
MX
ef4bdf3909 Merge branch 'fz-dev' into dev 2022-12-01 22:13:12 +03:00
Skorpionm
79fbaf2620 SubGhz: unit_test modification of text files to one frequency and modulation (#2066)
* SubGhz: unit_test modification of text files to one frequency and modulation
* SubGhz: unit_tests raw file

Co-authored-by: あく <alleteam@gmail.com>
2022-12-02 04:07:16 +09:00
MX
45d6826fa0 Merge branch 'fz-dev' into dev 2022-12-01 22:00:58 +03:00
Nikolay Minaylov
4070eeb1c9 USB HID: fix key name #2065
Co-authored-by: あく <alleteam@gmail.com>
2022-12-02 03:56:27 +09:00
Nikolay Minaylov
7f67445c85 U2F HID descriptor fix (#2073)
Co-authored-by: あく <alleteam@gmail.com>
2022-12-02 03:40:49 +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
g3gg0
8c34f28992 added send_time option to start a signal at a specific DWT->CYCCNT value 2022-12-01 18:43:22 +01:00
g3gg0
38eef0703b added DigitalSequence to chain multiple DigitalSignals
added PulseReader for hardware assisted digital signal sampling
2022-12-01 01:37:50 +01:00
MX
38c62cf247 Update readme 2022-12-01 03:25:04 +03:00
MX
1ce591a6c5 Partially fix strange issue with subghz decode raw 2022-12-01 03:18:41 +03:00
RogueMaster
b291055750 Merge branch '420' of https://github.com/RogueMaster/flipperzero-firmware-wPlugins into 420 2022-11-30 15:58:22 -05:00
RogueMaster
56a45828dc RELEASE 2022-11-30 15:58:09 -05:00
RogueMaster
d9de018a81 Update version.py 2022-11-30 15:55:15 -05:00
RogueMaster
6077b433f3 Update ReadMe.md 2022-11-30 15:10:52 -05:00
RogueMaster
11ba083862 Merge branch 'UNLEASHED' into 420 2022-11-30 15:10:14 -05:00
RogueMaster
aa78d8c124 Merge branch 'flipperdevices:dev' into 420 2022-11-30 14:27:57 -05:00
MX
0ed290161d Update changelog 2022-11-30 20:34:14 +03:00
MX
0b9d632363 Misc improvements 2022-11-30 20:03:55 +03:00
MX
a66f94d22e Merge branch 'fz-dev' into dev 2022-11-30 15:27:55 +03:00
Skorpionm
2a6a3a1bf7 [FL-2955], [FL-2953] SubGhz: fix RAW "Send never ends" (#1979)
* SubGhz: fix RAW "Send never ends"
* SubGhz: delete comments
* SubGhz: RAW file parsing speed increase
* SubGhz: fix level_duration_is_wait
* SubGhz: modification furi_hal_subghz_async_tx_refill
* SubGhz: furi_hal_subghz_stop_async_rx
* SubGhz: hal unit test and better async tx yield handling
* FuriHal: proper async tx end in subghz, vibro on power off
* FuriHal: variable naming in subghz
* SubGhz,FuriHal: extreme timings in subghz hal unit tests, remove memset in async tx buffer fill routine
* FuriHal: small refinements in subghz

Co-authored-by: あく <alleteam@gmail.com>
2022-11-30 20:41:23 +09:00
MX
79812a1fe0 Merge branch 'fz-dev' into dev 2022-11-30 02:13:05 +03:00
RogueMaster
ece8a72940 RELEASE 2022-11-29 14:00:47 -05:00
RogueMaster
beea08262e Update ReadMe.md 2022-11-29 12:39:35 -05:00
RogueMaster
9da4c9580d Merge branch 'ofwdev' into 420 2022-11-29 12:38:53 -05:00
RogueMaster
b4656d801b Merge branch 'UNLEASHED' into 420 2022-11-29 12:38:01 -05:00
Danil Kalashnikov
0ab14c37c9 fbt: add missing Force flag when moving toolchain from temp path (#2044)
Co-authored-by: あく <alleteam@gmail.com>
2022-11-29 22:31:32 +09:00
MX
eec21b073b Merge branch 'fz-dev' into dev 2022-11-29 16:11:13 +03:00