Aerosnail
d17fd8ed7f
SubGhz: fix TIM17 config not applied immediately ( #4205 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com >
2025-09-25 16:15:43 +04:00
MX
93b4ad4595
Merge remote-tracking branch 'OFW/dev' into dev
2025-09-24 22:32:16 +03:00
Anna Antonenko
d0360625d6
[FL-3925] JS views finished ( #4155 )
...
* js: value destructuring and tests
* js: temporary fix to see size impact
* js_val: reduce code size 1
* i may be stupid.
* test: js_value args
* Revert "js: temporary fix to see size impact"
This reverts commit f51d726dbafc4300d3552020de1c3b8f9ecd3ac1.
* pvs: silence warnings
* style: formatting
* pvs: silence warnings?
* pvs: silence warnings??
* js_value: redesign declaration types for less code
* js: temporary fix to see size impact
* style: formatting
* pvs: fix helpful warnings
* js_value: reduce .rodata size
* pvs: fix helpful warning
* js_value: reduce code size 1
* fix build error
* style: format
* Revert "js: temporary fix to see size impact"
This reverts commit d6a46f01794132e882e03fd273dec24386a4f8ba.
* style: format
* js: move to new arg parser
* style: format
* feat: all js views done
* js, toolbox: generalize string owning
* toolbox: silence pvs warning
---------
Co-authored-by: hedger <hedger@nanode.su >
Co-authored-by: hedger <hedger@users.noreply.github.com >
2025-09-24 23:24:28 +04:00
hedger
0d5beedb01
BLE: improved pairing security ( #4240 )
...
* ble: use unique root security keys for new pairings after pairing reset; added migrations for existing pairing data; unit_tests: added migration tests
* bt: lower logging level
* hal: bt: updated doxygen strings
* hal: ble: Added checks for root_keys ptr
* service: ble: bt_keys_storage minor cleanup
2025-09-24 22:36:45 +04:00
MMX
30077dd512
Fix PVS warnings ( #4277 )
...
* Fixing PVS warns
* pvs: additional fixes
---------
Co-authored-by: hedger <hedger@nanode.su >
2025-09-24 21:00:39 +04:00
MX
2ae03e7d51
Merge remote-tracking branch 'OFW/dev' into dev
2025-09-24 18:55:40 +03:00
Alexander Bays
5c54be4d9c
Infrared: Add text scroll to remote buttons ( #4210 )
...
* Infrared: Add text scroll to universal remote buttons
Replaces center aligned text in the infrared universal remote with scrollable text if wider than the button and is cut off. Allows long descriptive button functions to be seen in some remotes.
* linter fixes
---------
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: hedger <hedger@nanode.su >
2025-09-24 19:45:40 +04:00
minchogaydarov
973fb26f57
Add Daikin FTXN25LV1B9 and Toyotomi KTN22-12R32 ( #4232 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com >
2025-09-24 19:23:01 +04:00
Zinong Li
f0d4210d19
NFC: Amusement IC Card Parser (FeliCa Lite & Lite-S) ( #4259 )
...
* type/brand parse
* debug
* decryptions
* corrections
* comments
* AIC access code decryption and CRC check
* easier than we thought! only acc_code[0] == 5 needs parsing
* finishing touches
* can't support serial number decode
* Revert "can't support serial number decode"
This reverts commit 7761b31bcf7effb97e608578ab1e090625078784.
* serial number CAN be decrypted
* format
* print fix
* fix CRC check
* delete unnecessary line
* linter fixes
---------
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: hedger <hedger@nanode.su >
2025-09-24 19:14:43 +04:00
MX
905b5726ad
Merge remote-tracking branch 'OFW/dev' into dev
2025-09-24 17:58:32 +03:00
LordMZTE
7483069d10
hid_app mouse clicker: make mouse button selectable ( #4270 )
...
* hid_app mouse clicker: make mouse button selectable
* hid_app: fixed uninit var warning
---------
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: hedger <hedger@nanode.su >
2025-09-24 18:52:06 +04:00
MMX
7554b32538
SubGHz: Linear and Dickert MAHS protocols fixes & improvements ( #4267 )
...
* Linear and dickert mahs fixes
* fix dip pattern
* proper fix
by WillyJL
* Fix unit tests
Linear Decoder now decodes more linear signals
---------
Co-authored-by: hedger <hedger@users.noreply.github.com >
2025-09-24 14:45:03 +04:00
Anna Antonenko
6a49131ae9
js_gpio: stop pwm on exit ( #4206 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com >
2025-09-24 14:34:28 +04:00
WillyJL
7f0e8f39d3
FuriHalSerial: Fix RXFNE interrupt hang ( #4246 )
...
* Expansion: Wake thread on UART error flag
* Expansion: Stop UART async rx early
* FuriHalSerial: Fix RXFNE interrupt hang
---------
Co-authored-by: hedger <hedger@users.noreply.github.com >
2025-09-24 14:24:09 +04:00
WillyJL
ad94694fbd
CLI: Fix long delay with quick connect/disconnect ( #4251 )
...
* CLI: Fix long delay with quick connect/disconnect
noticeable with qflipper, for some reason it sets DTR on/off/on again
so flipper starts CLI, stops it, then starts again
but cli shell is trying to print motd, and pipe is already broken
so each character of motd times out for 100ms
changing pipe timeout to 10ms works too, but is just a workaround
it didnt always happen, i think that variable time of loading ext cmds
made it so on ofw it usually manages to print motd before pipe is broken
on cfw with more ext commands it always hung, on ofw only sometimes
important part is bailing early in cli shell
in cli vcp i made it cleanup cli shell on disconnect so it doesnt stay
around after disconnecting usb, might free a little ram maybe
* cli_shell: possibly more robust fix?
* Fix use after free crash
* cli_shell: waste even less time
Co-Authored-By: WillyJL <me@willyjl.dev >
---------
Co-authored-by: Anna Antonenko <portasynthinca3@gmail.com >
Co-authored-by: hedger <hedger@users.noreply.github.com >
2025-09-24 13:19:18 +04:00
MX
bea8d41c8b
Merge remote-tracking branch 'OFW/dev' into dev
2025-09-24 01:38:43 +03:00
WillyJL
8bd66c9920
JS: Expose button event type in gui/widget button callback ( #4252 )
...
* JS: Expose button event type in gui/widget button callback --nobuild
* js_sdk: bump major version
* unit_tests: fix js test
* js: fix gui widget demo
---------
Co-authored-by: Anna Antonenko <portasynthinca3@gmail.com >
Co-authored-by: hedger <hedger@users.noreply.github.com >
2025-09-24 02:16:47 +04:00
MX
dc8fc9fbe0
Merge remote-tracking branch 'OFW/dev' into dev
2025-09-24 00:45:00 +03:00
MX
d791711b09
Fix FaacSLH 868 add manually crash
2025-09-24 00:44:19 +03:00
Zinong Li
f4138e5999
NFC: MFC 1k Banapass Parser ( #4260 )
...
* seems to be working
* faster reading
* clone detection
* linter: fixes
---------
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: hedger <hedger@nanode.su >
2025-09-24 00:47:22 +04:00
Amy Grace
5932dbe70a
Add an old JVC model to universal remotes ( #4274 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com >
2025-09-22 22:27:59 +04:00
MX
2c2228a4b9
merge ofw pr 4271
...
also thanks WillyJL
link to PR
https://github.com/flipperdevices/flipperzero-firmware/pull/4271/files
2025-09-21 16:45:31 +03:00
MX
55d2348171
fix mfkey [ci skip]
2025-09-09 22:07:40 +03:00
MX
19bb5cb0d9
upd subghz remote
2025-09-09 17:22:35 +03:00
MX
40c6c8b59c
format
2025-09-09 15:34:19 +03:00
MX
ffb8eb7cff
upd mfkey
2025-09-09 15:31:43 +03:00
MX
40e56bc862
subghz add zkteco support, fbt format
2025-08-11 21:30:22 +03:00
MX
46e7912d94
Fix branch&manifest
2025-08-11 21:16:16 +03:00
MX
801d6ae71c
upd subghz remote
2025-08-11 15:44:28 +03:00
MMX
2124edf914
Merge pull request #914 from MrLego8-9/fix/counter-datasize-geninfo-struct
...
[SubGHz] [Fix] Use the correct size of the counter values in the GenInfo struct
2025-08-01 17:26:16 +03:00
MX
0acb014719
oops fix merge artifact [ci skip]
2025-08-01 17:25:58 +03:00
Louis D
71eafcdd6c
fix: use the datasize of the generation functions in the protocols geninfo struct
2025-08-01 14:47:40 +02:00
Louis D
4ecfd63759
fix: restore the original byte order in the GenData struct
2025-07-31 22:39:53 +02:00
MX
2c0b7caf55
Better add manually advanced
2025-07-31 00:26:31 +03:00
MX
9ab4fcb256
fmt
2025-07-30 06:03:25 +03:00
MMX
e69e8fcdf3
Merge pull request #909 from MrLego8-9/feature/subghz-nice-custom-buttons
...
[SubGHz] Add variant of 'Add Manually' menu with manual editing for each value
2025-07-30 06:01:15 +03:00
MX
7646902fdc
JS: Expose button event type in gui/widget button callback
...
by WillyJL
2025-07-30 05:04:02 +03:00
MX
3aa75341d6
NFC: Fix incorrect Saflok year formula
...
by Eltrick
2025-07-30 04:39:04 +03:00
MX
c189283329
simplify Bad USB BLE profile
...
by aaronjamt & WillyJL
2025-07-30 04:37:49 +03:00
MX
59a823cbcd
BT Remote: Add Rename Option
...
by aaronjamt & WillyJL
2025-07-30 04:32:54 +03:00
MX
3b7d837e48
fmt
2025-07-30 04:30:01 +03:00
MX
fb41c6c20c
Input Settings: Add Vibro Trigger option
...
by 956MB & WillyJL
2025-07-30 04:28:22 +03:00
MX
6a2f062234
OFW PR. 4251 CLI: Fix long delay with quick connect/disconnect
...
by WillyJL
2025-07-30 03:43:36 +03:00
Louis D
115734373b
feat: add variation of 'Add Manually' menu with manual value selection for all entries
2025-07-24 14:56:00 +02:00
Louis D
e6cc2852fd
WIP: add sub-menu for all manual additions
2025-07-22 19:19:40 +02:00
Louis D
8887cbff88
feat: add option for custom button when creating a new Nice Flor-S or Nice One remote
2025-07-17 00:27:23 +02:00
MX
3c3d06bae0
Roger that
2025-07-09 08:02:05 +03:00
MX
30621b2fd7
Update keeloq keys, motorline add manually support, readme spoiler alert
...
Add keeloq keys:
by @xMasterX & @RocketGod-git
2025-07-09 05:47:38 +03:00
MX
8ef9a07608
Subghz V2 Phoenix fully supported now
...
With big thanks to all contributors
2022.08 - @Skorpionm
2025.07 - @xMasterX & @RocketGod-git
2025-07-09 04:54:34 +03:00
MX
74f6ee1e7c
badusb fix modifier keys with HOLD/RELEASE commands
...
by WillyJL
2025-07-07 17:55:14 +03:00