Georgii Surkov
418a98c299
[FL-3808] Fix renaming directories with dots in archive ( #3692 )
2024-06-08 12:32:30 +01:00
Willy-JL
b72dacbb6b
SubGHz: Tiny bugfixes
2024-06-07 00:28:02 +01:00
Willy-JL
8d8fa4ff8f
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev --nobuild
2024-06-06 23:04:04 +01:00
MMX
ef97bd3cbe
Merge pull request #761 from nicou/bad-usb-add-finnish-keyboard-layout
...
BadUSB: Add Finnish keyboard layout
2024-06-06 20:51:27 +03:00
Nico Hagelberg
c81d7666a9
BadUSB: Add Finnish keyboard layout
2024-06-06 20:02:02 +03:00
Willy-JL
1939bcbd84
Temp disable FURI_TRACE crash msg, need more DFU
2024-06-06 02:41:23 +01:00
Willy-JL
07ace5cf7d
Update apps and changelog
...
- NFC Playlist: Various fixes (by acegoal07)
- BMI160 Air Mouse: Add support for LSM6DSO (by alex-vg & ginkage)
2024-06-06 02:40:49 +01:00
Willy-JL
aa3db97e9d
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev
2024-06-06 02:19:54 +01:00
Willy-JL
779d65ab4c
Merge fix for TLSF
2024-06-06 00:44:51 +01:00
Willy-JL
a035132f01
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-06-06 00:44:31 +01:00
MX
62ab6b7026
cleanup
2024-06-06 02:10:23 +03:00
MX
8dad9468d5
fix deprecated
2024-06-06 01:34:35 +03:00
MX
8938cbfc6e
add subghz protocol - legrand
...
by user890104
https://github.com/Next-Flip/Momentum-Firmware/pull/120/files
2024-06-06 01:33:47 +03:00
MX
0ea0416733
Merge branch 'nfc_mfplus' into dev
2024-06-06 01:13:27 +03:00
MX
05457b41e4
Merge remote-tracking branch 'OFW/astra/3746-mfp-detect' into nfc_mfplus
2024-06-06 01:12:34 +03:00
MX
bde889c338
Reapply "Merge remote-tracking branch 'OFW/astra/3746-mfp-detect' into dev"
...
This reverts commit 6bfa383cea .
2024-06-06 00:55:29 +03:00
MX
528636c814
Merge remote-tracking branch 'RebornedBrain/reborned/infinite_dict_attack_fix' into dev
2024-06-06 00:49:26 +03:00
MX
373f61459a
Merge remote-tracking branch 'RebornedBrain/reborned/ultralight_write' into dev
2024-06-06 00:48:46 +03:00
MX
305bf7273c
fix clock
2024-06-06 00:41:57 +03:00
MX
17dbb4105d
Merge remote-tracking branch 'OFW/dev' into dev
2024-06-06 00:35:40 +03:00
MX
71b072b50c
no server :(
2024-06-06 00:24:55 +03:00
MX
1db05ed2c6
Revert "add temp fix since no proper fix exist at the moment"
...
This reverts commit 75ece9b697 .
2024-06-05 22:18:09 +03:00
Georgii Surkov
20c4121f25
[FL-3832] Use static synchronisation primitives ( #3679 )
...
* Use static mutex
* Add static_assert checks
* Use static semaphore
* Fix formatting
* Use static stream buffer
* Use static timer
* Use static event group
* Increase allocation size for stream buffer
* Remove recursive bit from the mutex before freeing
* Prevent service tasks from ever returning
* Use static threads
* Do not realloc memory when changing stack size
* Use FuriSemaphore instead of raw FreeRTOS one in rpc_test
* Remove redundant includes
* Abolish FreeRTOS dynamic allocation
* Improve FuriMutex
* Improve FuriMessageQueue
* Remove redundant comments and parentheses
* Clean up code more
* Create service threads via a dedicated constructor
* Minor code improvements
* Update docs for FuriThread, FuriTimer
* Fix doxygen typo
* Use a bigger buffer for static StreamBuffer
* Furi: remove timer control block only when timer thread have completed all operations
---------
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2024-06-05 18:04:03 +01:00
RebornedBrain
e817f1c381
Fix api_symbols.csv for f18
2024-06-05 15:14:45 +03:00
Astra
6db3c0c6bc
Merge branch 'dev' into astra/3746-mfp-detect
2024-06-05 18:55:41 +09:00
Astra
9bcd2ecd9b
Fix navigation
2024-06-05 18:51:15 +09:00
Astra
4357a1e9d2
Skylanders plugin separation
2024-06-05 18:11:57 +09:00
Willy-JL
363ab4ff4a
AssetPacker: Pack pre-compiled icons and fonts, more fixes --nobuild
2024-06-05 06:06:59 +01:00
RebornedBrain
bbece015e0
Fixed infinite loop in dictionary attack scene
2024-06-04 15:37:31 +03:00
Willy-JL
8332ef1cf4
Update changelog
2024-06-04 03:56:25 +01:00
Willy-JL
f7e38c72ec
Desktop: Add TV anim from OFW, rebalance some levels
2024-06-04 03:47:43 +01:00
Willy-JL
9ca5c2a231
Merge fixes
2024-06-04 03:24:04 +01:00
Willy-JL
23da827361
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-06-04 03:03:23 +01:00
RebornedBrain
78f8835cac
Merge branch 'dev' into reborned/ultralight_write
2024-06-03 19:38:15 +03:00
hedger
03196fa110
cleanup of various warnings from clangd ( #3682 )
...
* cleanup of various warnings from clangs
* lfrfid_debug: cast fixes
* subghz: binraw: round->roundf
* furi: thread: updated internal stack size variable to size_t
* github: fail faster on unsuccessful build
* unit_tests: double trouble
2024-06-03 14:43:23 +01:00
SG
32a55f2575
unit tests: test aligment by 8
2024-06-03 14:35:51 +01:00
RebornedBrain
06d44550d9
Enabled write menu item also for Ultralight 11 and 21
2024-06-03 16:26:39 +03:00
RebornedBrain
3d41590090
Added new function which returns end block for write operation
2024-06-03 16:25:58 +03:00
SG
500afc67ba
Merge branch 'dev' into zlo/tlsf-and-a-temple-of-memcorrupt
2024-06-03 13:00:50 +01:00
SG
8e681a758d
forked
2024-06-03 12:37:59 +01:00
Astra
8decc8052e
Fix wrong feature mask
2024-06-03 19:28:25 +09:00
Willy-JL
9b748ea792
FBT: Gzip resources on the fly
2024-06-03 09:30:58 +01:00
Willy-JL
476be971c0
SDK: Fix SKIP_EXTERNAL in ufbt
2024-06-03 09:25:42 +01:00
Willy-JL
56ec18d4a0
Update changelog
2024-06-02 08:44:36 +01:00
Willy-JL
bf32f3b837
Fix submodule
2024-06-02 08:44:12 +01:00
HaxSam
2319475dd0
VGM/RPC: Rework custom colors, smoother config, better rainbow support ( #53 )
...
* first poc works
* rainbow mode now works over rpc
still not done refrash rate from flipper change and is slow so the rainbow mode doesnt look good
* transmit VgmMode
* use all the 32bit
* some config stuff
* sync apps
* Change protobuf repo
* Some lib naming changes and cleanup
* Format protobuf
* Update from RGB backlight if enabled
* Remove old expansion toggling
* Update settings UI
* Fix searching previous value
* VGM Tool: Add new RGB firmware
* Update changelog
* These are unused
---------
Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com >
2024-06-02 08:41:47 +01:00
Willy-JL
f17b19ed7d
Fix API versions --nobuild
2024-06-02 03:23:31 +01:00
Willy-JL
6a30a379dc
Fix check
2024-06-02 03:18:31 +01:00
Willy-JL
9f09a92abb
Check API version for App Hub on build
2024-06-02 03:16:41 +01:00
Willy-JL
28a0a414b0
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-06-02 02:34:01 +01:00