Commit graph

709 commits

Author SHA1 Message Date
amec0e
a414318605
Update tv.ir
New additions
2023-06-16 19:44:52 +01:00
amec0e
34b5535e00
Update projectors.ir
New additions
2023-06-16 19:44:24 +01:00
amec0e
d816220596
Update fans.ir
New additions
2023-06-16 19:44:05 +01:00
amec0e
c2fbc8a846
Update audio.ir
New additions
2023-06-16 19:43:45 +01:00
amec0e
8f996f9267
Update ac.ir
New additions
2023-06-16 19:43:19 +01:00
MX
fef5efb38a
Update IR assets
Add new ACs and TCL tv
2023-06-09 22:10:21 +03:00
MX
0d394a6f87
Merge branch 'ofw-dev' into dev 2023-06-07 00:29:06 +03:00
Astra
a284d21e1c
[FL-2872] Remove unused resources (#2740)
Co-authored-by: hedger <hedger@users.noreply.github.com>
2023-06-06 22:11:23 +04:00
あく
61394b8be4
[FL-3352] Dolphin: new animation (#2735)
Co-authored-by: hedger <hedger@users.noreply.github.com>
2023-06-06 22:04:27 +04:00
MX
cec82e4ffb
Update chigo ac captures in ac universal 2023-06-02 23:40:26 +03:00
MX
fabbfc3979
Update audio ir asset
by @amec0e
2023-05-31 10:29:57 +03:00
gid9798
96e3d7f076
Merge branch 'DarkFlippers:dev' into subrem_main_and_maker 2023-05-30 20:28:43 +03:00
gid9798
b3e8b2c487 upd_subrem_main 2023-05-30 20:01:31 +03:00
MX
a783612076
Merge branch 'ofw-dev' into dev 2023-05-30 19:30:08 +03:00
MX
5db3d1ed7c
Add new ac 2023-05-30 15:16:17 +03:00
あく
a76c189ca5
[FL-3335] Dolphin: new animation (#2713) 2023-05-30 20:47:28 +09:00
MX
81023875d5
Update audio ir
by @amec0e
2023-05-30 14:33:35 +03:00
MX
48a2b0ab49
New audio buttons
by @amec0e
2023-05-30 01:25:15 +03:00
MX
b25e98ffbb
Rename buttons in OFW naming scheme 2023-05-30 00:12:46 +03:00
MX
121526f521
Use AC Remote from OFW, same for Audio remote
ASSETS update needed, will be done soon
2023-05-29 23:50:37 +03:00
minchogaydarov
f9390e0cbd
Add Carrier 42QHB12D8S (#2707)
Co-authored-by: あく <alleteam@gmail.com>
2023-05-29 18:04:38 +09:00
technobulb
cce0485e75
Update ac.ir (#2701)
Co-authored-by: あく <alleteam@gmail.com>
2023-05-26 22:12:21 +09:00
MX
36102b8ee0
Merge branch 'ofw-dev' into dev 2023-05-26 12:03:49 +03:00
minchogaydarov
a472ff7a0f
Add Airwell Prime DCI Series and match file style (#2686)
Co-authored-by: あく <alleteam@gmail.com>
2023-05-26 00:00:13 +09:00
Félix Legrelle
faa14cfa1c
Add fr-FR-mac key layout (#2666)
Co-authored-by: あく <alleteam@gmail.com>
2023-05-25 23:30:07 +09:00
あく
080324f7e0
[FL-3315] Desktop,Rpc: desktop status subscription (#2696)
* Desktop,Rpc: desktop status subscription
* Desktop,RPC: properly handle unsubscribe

Co-authored-by: Sergey Gavrilov <who.just.the.doctor@gmail.com>
2023-05-25 23:22:31 +09:00
amec0e
78a2b12be0
Updated ac.ir
New additions
2023-05-17 23:50:24 +01:00
amec0e
5b4ec05dbe
Updated tv.ir
More additions
2023-05-17 23:47:04 +01:00
amec0e
0164e061a4
Updated ac.ir
No new additions
2023-05-17 23:32:00 +01:00
amec0e
9c3d2d736d
Updated audio.ir
No new additions
2023-05-17 23:31:39 +01:00
amec0e
f214f58269
Updated fans.ir
New additions
2023-05-17 23:31:10 +01:00
amec0e
f8c4b6ba59
Updated projectors.ir
No new additions
2023-05-17 23:30:43 +01:00
amec0e
15da25759e
Updated tv.ir
Added Brandt TV Raw data Support (Thanks FAYVIXE for the codes and testing!)
2023-05-17 23:30:22 +01:00
MX
95d6465dac
OFW PR 2666: Add fr-FR-mac key layout
by FelixLgr
2023-05-17 21:30:36 +03:00
MX
b2e55d7d84
Merge branch 'ofw-dev' into dev
:(
2023-05-11 17:47:14 +03:00
あく
aa8a369e2a
Rpc: add desktop service. Desktop: refactor locking routine. (#2665)
* Rpc: add desktop service
* Protobuf: sync to latest release. Desktop: rewrite PIN locking, finalize locking API
* Desktop: cleanup code a little bit
2023-05-11 19:50:17 +10:00
MX
face4bd3c7
Merge branch 'fz-dev' into dev 2023-05-09 18:28:46 +03:00
g3gg0.de
e1c6e78b2e
added DigitalSequence and PulseReader (#2070)
* added DigitalSequence to chain multiple DigitalSignals
added PulseReader for hardware assisted digital signal sampling
* added send_time option to start a signal at a specific DWT->CYCCNT value
* fixed linter errors and undone function renaming
* fixed renaming
* flagged functions in api_symbols.csv
* allow gpio field to stay uninitialized in digital_signal_prepare_arr()
* fix test cases to match (expected) implementation
* pulse_reader: build as static library
Signed-off-by: g3gg0.de <git@g3gg0.de>
* fix starting level detection in pulse_reader
* added unit test for pulse_reader
* change pulse reader test timings to 1, 10 and 100 ms
* fine tuned timings for pulse_reader test
* pulse_reader_stop now deinits GPIO as recommended by @gornekich
* ran format_py
* pulse_reader: remove from API, allow to link with faps
Signed-off-by: g3gg0.de <git@g3gg0.de>
* remove unit test for pulse_reader again
* pulse_reader: add call to set GPIO pull direction
* make structures private, add C implementation of digital_signal_update_dma()
* digital_signal/pulse_reader: allow parameters for free to be NULL
* digital_signal: show unoptimized and optimized code for digital_signal_update_dma() next to each other
* pulse_reader: further optimize assembly code
* digital_signal: reduce code complexity of digital_signal_update_dma() by only reconfiguring DMA2
* digital_signal: remove assembly code, limiting the performance but increasing portability
* added recovery if the timer already expired
* digital_signal: fix memory leak
* digital_signal: keep lock until all DMA transfers have finished
* DigitalSequence: fix issues with concatenation of same levels and spurious bit flips
* DigitalSignal: use cyclic DMA buffer for sequences
* update api_symbols.csv
* Update api_symbols.csv for f18 target
* Patches from @gornekich to fix linter warnings.
* Remove some redundant if checks
* Remove some magic numbers and reformat.
* Remove forced terminating edge.

Signed-off-by: g3gg0.de <git@g3gg0.de>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: Tiernan Messmer <tiernan.messmer@gmail.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-05-09 09:55:17 +09:00
MX
9d58b492a8
Merge pull request #454 from amec0e/dev
Updated infrared assets
2023-05-03 20:21:02 +03:00
MX
cae4790ef2
Merge branch 'fz-dev' into dev 2023-05-03 17:15:59 +03:00
hedger
c3ececcf96
[FL-3174] Dolphin builder in ufbt; minor ufbt/fbt improvements (#2601)
* ufbt: added "dolphin_ext" target (expects "external" subfolder in cwd with dolphin assets); cleaned up unused code
* ufbt: codestyle fixes
* scripts: fixed style according to ruff linter
* scripts: additional cleanup & codestyle fixes
* github: pass target hw code when installing local SDK with ufbt
* ufbt: added error message for missing folder in dolphin builder
* scripts: more linter fixes
* sdk: added flipper_format_stream; ufbt: support for --extra-define
* fbt: reduced amount of global defines
* scripts, fbt: rearranged imports

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-05-03 14:48:49 +09:00
amec0e
dd6c031a31
Updated tv.ir
New additions, Added full sharp tv support. Reverted Vizio raw data change, will add this if needed
2023-05-02 21:00:24 +01:00
amec0e
79566b7fa3
Updated projectors.ir
New additions
2023-05-02 20:54:15 +01:00
amec0e
7ba96ad653
Updated fans.ir
New additions
2023-05-02 20:53:48 +01:00
amec0e
bf0e853413
Updated audio.ir
Updated last checked, no new additions
2023-05-02 20:53:25 +01:00
amec0e
259855e788
Updated ac.ir
New additions
2023-05-02 20:52:41 +01:00
MX
2e162c1131
Replace QR code with good old link 2023-05-02 04:20:22 +03:00
MX
2852990566
Add sharp and vizio to ir database 2023-05-02 03:36:28 +03:00
amec0e
a5f86b3025
Updated tv.ir
Updated "Last Checked", No new additions
2023-04-25 18:57:18 +01:00
amec0e
f682053174
Updated projectors.ir
Updated "Last Checked", No new additions
2023-04-25 18:57:02 +01:00