MX
8002c6465d
up
2023-03-22 21:13:59 +03:00
MX
795c8eeef7
Merge branch 'fz-dev' into dev
2023-03-22 21:13:39 +03:00
あく
7bf0a4786c
[FL-3152] Screen streaming improvements ( #2498 )
...
* Rpc: reserve some bandwidth when screen streaming
* Move furi_hal_compress to toolbox/comporess
* Lib: heatshrink as external submodule, compile warnings fixes, better buffer management
* Lib: cleanup compressor definitions
* Rpc: add canvas orientation support
* Format Sources
2023-03-23 03:00:48 +10:00
MX
9daa51eda4
Update DS1420 to latest changes
2023-03-22 18:41:50 +03:00
MX
a81b794475
Merge branch 'fz-dev' into dev
2023-03-22 18:36:59 +03:00
Georgii Surkov
8b224ecb15
[FL-3179] 1-Wire Overdrive Mode ( #2522 )
...
* Separate ibutton to its own module, add one_wire to f18
* Move onewire cli to a separate app
* Add definitions for normal and overdrive timings
* Update api definitions
* Add rough overdrive timings definition for onewire emulation
* Remove one_wire_host_timing.h
* Add rough overdrive timings for onewire host
* Improve overdrive mode
* Working overdrive mode from flipper to flipper
* Update thermometer example app
* Turn on otg power when running thermometer example app
* Implement reset overdrive switching
* Always exit out of overdrive mode
* Improve overdrive timings
* Fix typos
* Fix reset behaviour
* Use overdrive mode everywhere in DS1996
* Improve comments
* Bump API version
Co-authored-by: あく <alleteam@gmail.com>
2023-03-22 23:54:06 +09:00
Nikolay Minaylov
1f236ede0e
[ #2501 ] Disable UART IRQs by default ( #2523 )
...
Co-authored-by: あく <alleteam@gmail.com>
2023-03-22 23:41:14 +09:00
あく
973287b09b
Github: wipe workspace before checkout ( #2527 )
...
* Github: wipe workspace before checkout
* Github: allow find to fail
* Github: limit maxdepth for find
2023-03-22 15:26:40 +04:00
あく
acc32f66e8
Github: force cleanup tree on decontaminate ( #2526 )
2023-03-22 14:48:41 +04:00
Shukai Ni
204b50381a
Correct FAP default upload path in AppsOnSDCard.md ( #2524 )
...
Since the fap's source code is in `applications_user`, the documentation should also point to `applications_user` as the parent directory
2023-03-22 18:47:47 +09:00
MX
94d238c611
Add 418mhz to hopping list
2023-03-21 23:38:37 +03:00
MX
5b6b081664
GSN - Add manually support
2023-03-21 20:09:18 +03:00
MX
df766b1476
Update changelog
2023-03-21 19:08:58 +03:00
MX
8373a21af2
Update TOTP
...
https://github.com/akopachov/flipper-zero_authenticator
2023-03-21 19:03:53 +03:00
MX
c9cc2b5e20
extra pack dev branch
2023-03-21 18:08:13 +03:00
MX
0d03039c19
Merge branch 'fz-dev' into dev
2023-03-21 18:05:13 +03:00
MX
f5b818541e
Add 318 mhz back to hopping list
2023-03-21 17:57:46 +03:00
Sam Edwards
6089e9210f
BadUSB: implement boot protocol ( #2496 )
...
* BadUSB: remove unused out EP
* BadUSB: do not use iad for a single interface
* BadUSB: implement the boot protocol
* BadUSB: implement SET_PROTOCOL
* Improve HID report descriptor readability
* CODEOWNERS update
Co-authored-by: nminaylov <nm29719@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-03-21 23:53:07 +09:00
MX
db54c463e6
Fix hopper stuck at 433.42 due to wide range tx'es
...
When we using 433.92 remote flipper in hopping mode will stuck at 433.42 and may loose signal because of that, need to avoid using close freqs in hopping, only freqs with bigger difference like 310 -> 315
2023-03-21 17:52:21 +03:00
Nikolay Minaylov
ce50b09b28
Remove hmac_sha256 from public API ( #2519 )
...
Co-authored-by: あく <alleteam@gmail.com>
2023-03-21 21:29:54 +09:00
AloneLiberty
bf70f4b71a
NFC: Fixed writing gen1a magic tags with invalid BCC ( #2511 )
...
Co-authored-by: あく <alleteam@gmail.com>
2023-03-21 21:03:14 +09:00
あく
fd8607398d
Github: unshallow on decontamination ( #2521 )
...
* Github: unshallow on decontamination
* Github: fix syntax
* Github: decontaminate without full tree
* Github: update decontaminate action in all workflows
2023-03-21 13:55:20 +04:00
MX
08a2e51feb
Update changelog
2023-03-21 03:22:06 +03:00
MX
e62ac748ad
Merge pull request #394 from amec0e/dev
...
Updated infrared assets
2023-03-21 03:20:34 +03:00
amec0e
1f881c6e47
Updated tv.ir
...
Updated last checked
2023-03-21 00:14:09 +00:00
amec0e
127f436315
Updated projectors.ir
...
Updated last checked
2023-03-21 00:13:47 +00:00
amec0e
f62de11de7
Updated fans.ir
...
updated Last checked
2023-03-21 00:11:38 +00:00
amec0e
6e810aacb4
Updated audio.ir
...
new additions
2023-03-21 00:11:07 +00:00
amec0e
2ff1e22ca9
Updated ac.ir
...
new addition
2023-03-21 00:10:44 +00:00
MX
c80405f880
WAV Player fixes
...
by @LTVA1
2023-03-21 03:04:22 +03:00
MX
b3ddca1aee
Update changelog
2023-03-21 02:18:04 +03:00
MX
df8a57c972
Merge branch 'fz-dev' into dev
2023-03-21 01:38:41 +03:00
Nikolay Minaylov
0444a80f19
[FL-3134] BadUSB: Script interpreter refactoring ( #2485 )
...
* Script command and character tables
* Non-blocking stringdelay, docs update
* altchar/altstring fix
* Layout select UI fix
* Remove debug print
Co-authored-by: あく <alleteam@gmail.com>
2023-03-21 02:22:03 +09:00
MX
3d90e6151c
Fix include paths
2023-03-20 20:08:02 +03:00
MX
5660111b28
Merge branch 'fz-dev' into dev
2023-03-20 20:04:22 +03:00
Skorpionm
445a1aa7b0
SubGhz: fix Incorrect comparison in subghz_setting_get_hopper_frequency ( #2518 )
...
Co-authored-by: あく <alleteam@gmail.com>
2023-03-21 01:30:57 +09:00
Georgii Surkov
0917494a80
[FL-3168] Add one_wire lib to f18, separate ibutton ( #2509 )
...
* Separate ibutton to its own module, add one_wire to f18
* Move onewire cli to a separate app
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-03-21 01:23:17 +09:00
Georgii Surkov
1d91a572cc
[FL-3182] Fix typos in iButton ( #2506 )
...
* Fix a typo: right shift instead of greater than
* Fix a typo: proper iButton part number
Co-authored-by: あく <alleteam@gmail.com>
2023-03-21 00:22:40 +09:00
hedger
60ac2e9881
[FL-3161] Improved debugging experience for external apps ( #2507 )
...
* debug: automated support for multiple debug symbol files
* faploader: extra checks for app list state
* debug: trigger BP before fap's EP if under debugger
* faploader, debug: better naming
* docs: info on load breakpoint
* faploader: header cleanup
* faploader: naming fixes
* debug: less verbose; setting debug flag more often
* typo fix
2023-03-21 00:03:55 +09:00
Sergey Gavrilov
f7024cff78
SD Driver: reinit sd card on error ( #2493 )
...
* SD Driver: reinit sd card on error
* SD Driver: cleanup fatfs bindings
* Storage: optimized glue
* Storage: move fatfs initialization to appropriate subsystems, minor code cleanup
* SD Driver: minor code cleanup
Co-authored-by: あく <alleteam@gmail.com>
2023-03-20 22:09:10 +09:00
Sergey Gavrilov
6ec62f48f9
[FL-3180] OTP programmer: return exit code based on error type ( #2504 )
2023-03-20 21:07:17 +09:00
MX
d14364a86c
OFW PR: Fixed writing gen1a magic tags with invalid BCC
...
PR 2511 by AloneLiberty
https://github.com/AloneLiberty/flipperzero-firmware/tree/nfc-magic-write-fix
2023-03-19 15:34:05 +03:00
MX
76d3f84a5e
Update WAV Player, 16 bit support
...
by @LTVA1, in current condition has some issues with rewind on 16bit files, but plays them without problems
2023-03-19 02:20:23 +03:00
MX
56c11c70b3
Fix minesweeper freeze bug, do some refactoring
2023-03-18 22:19:13 +03:00
MX
9e94b1fae0
Testing links
2023-03-18 06:05:22 +03:00
MX
682ac85e0a
Update docs
2023-03-18 04:19:53 +03:00
MX
9a93551a2d
Add ability to disable favourite app in desktop settings
...
And update changelog
2023-03-18 04:13:04 +03:00
MX
147a1c7aaa
iButton: Add DS1420 / Update changelog
2023-03-18 03:36:56 +03:00
MX
58d4f3b531
OFW PR: 2493 - SD Driver: reinit sd card on error
...
No issues was found during my own testing and running sd benchmarks, sorry for rushing, I may miss something, usually I prefer to wait for official review
2023-03-18 02:50:05 +03:00
Georgii Surkov
eb355d4a16
Fix a typo: right shift instead of greater than
2023-03-18 01:17:38 +03:00