noproto
a905c1492d
Handle invalid key candidates
2024-10-06 16:19:26 -04:00
Astra
0eaad8bf64
[FL-3896] Split BadUSB into BadUSB and BadBLE ( #3931 )
...
* Remove BLE from BadUSB
* Add the BadBLE app
* Format images to 1-bit B/W
* BadUsb: remove dead bits and pieces
Co-authored-by: あく <alleteam@gmail.com>
2024-10-06 20:21:31 +01:00
あく
0469ef0e55
FuriHal, drivers: rework gauge initialization routine ( #3912 )
...
* FuriHal, drivers: rework gauge initialization, ensure that we can recover from any kind of internal/external issue
* Make PVS happy
* Format sources
* bq27220: add gaps injection into write operations
* Drivers: bq27220 cleanup and various fixes
* Drivers: bq27220 verbose logging and full access routine fix
* Drivers: better cfg mode exit handling in bq27220 driver
* Drivers: rewrite bq27220 based on bqstudio+ev2400, experiments and guessing. Fixes all known issues.
* PVS: hello license check
* Drivers: minimize reset count in bq27220 init sequence
* Drivers: bq27220 hide debug logging, reorganize routine to ensure predictable result and minimum amount of interaction with gauge, add documentation and notes.
* Drivers: more reliable bq27220_full_access routine
* Drivers: replace some warning with error in bq27220
* Drivers: move static asserts to headers in bq27220
* Fix PVS warnings
* Drivers: simplify logic in bq27220
---------
Co-authored-by: hedger <hedger@users.noreply.github.com>
2024-10-06 22:36:05 +04:00
RebornedBrain
8c14361e6a
[FL-3830] Emulation freeze ( #3930 )
...
Co-authored-by: あく <alleteam@gmail.com>
2024-10-06 17:55:13 +01:00
assasinfil
c3dc0ae6b9
Plantain parser improvements ( #3469 )
...
* Refactored card nubmer and balance
* Podorozhnik refactor
* Balance fix and BSK card support added
Co-authored-by: あく <alleteam@gmail.com>
2024-10-06 17:48:12 +01:00
assasinfil
6ead328bb7
Moscow social card parser ( #3464 )
...
* Updated troyka layout (full version)
* Changed to furi func
* Small refactor
* Bitlib refactor
* Moved to API
* Rollback troyka parser
* Fix functions
* Added MSK Social card parser
* Parser func refactor start
* Layout E3 refactored
* Layout E4 refactored
* Layout 6 refactored
* Layout E5 refactored
* Layout 2 refactored
* Layout E5 fix
* Layout E6 refactored, valid_date need fix
* Layout E6 fix
* Layout FCB refactored
* Layout F0B refactored
* Layout 8 refactored
* Layout A refactored
* Layout C refactored
* Layout D refactored
* Layout E1 refactored
* Layout E2 refactored
* Old code cleanup
* Memory cleanup
* Unused imports cleanup
* Keys struct refactor
* Keys struct refactor
* Layout E1 fix
* Added debug info for layout and department
* Fix social card parse validation
* Added card number validation
* Added transport data ui improvements from Astrrra's troyka render func.
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-10-06 17:33:07 +01:00
Nikolay Marchuk
cfb9c991cb
furi_hal_random: Wait for ready state and no errors before sampling ( #3933 )
...
When random output is not ready, but error state flags are not set,
sampling of random generator samples zero until next value is ready.
2024-10-06 16:56:35 +01:00
amec0e
f53a0d29be
Update audio.ir
...
Removed additional whitespaces
2024-10-05 15:41:07 +01:00
amec0e
ffd0da1457
Update fans.ir
...
Removed additional whitespaces
2024-10-05 15:40:42 +01:00
amec0e
f858949372
Update projectors.ir
...
Removed additional whitespaces
2024-10-05 15:39:39 +01:00
amec0e
6814fe8fb3
Update tv.ir
...
Removed additional whitespaces
2024-10-05 15:38:33 +01:00
amec0e
58bac2571b
Update audio.ir
...
New addition
2024-10-05 15:26:46 +01:00
amec0e
74c8a2b7b6
Update fans.ir
...
New addition
2024-10-05 15:26:23 +01:00
amec0e
b4c230f955
Update projectors.ir
...
New addition
2024-10-05 15:25:58 +01:00
amec0e
5c99477c1e
Update tv.ir
...
New additions
2024-10-05 15:25:31 +01:00
MX
2e241f56eb
rename everywhere
2024-10-05 14:55:09 +03:00
MX
09d6e4ee30
fix idle states
2024-10-05 12:16:37 +03:00
MX
ae14e8d3f0
upd changelog
2024-10-05 10:32:24 +03:00
MX
0d8d71ff1c
Merge remote-tracking branch 'RebornedBrain/reborned/some_api_adjustments' into dev [ci skip]
2024-10-05 10:19:32 +03:00
MX
1ceb1eb256
Allow to disable control of GPIO pin on rx/tx states in subghz [ci skip]
...
in radio settings with debug ON, settings is saved on microsd, please don't use unless you know what you are doing
2024-10-05 08:44:21 +03:00
MX
54ad331c4c
rename extract mf keys to extract MFC keys
...
because its used only for mifare classic, not for plus etc..
2024-10-05 07:04:21 +03:00
MX
94492eaa5e
Merge remote-tracking branch 'OFW/astra/3896-bad-usble' into dev
2024-10-05 06:05:33 +03:00
MX
9bb3853c80
Merge remote-tracking branch 'noproto/nestednonces' into dev
2024-10-05 05:02:08 +03:00
MX
6b9d5d786b
Merge remote-tracking branch 'RebornedBrain/reborned/scene_freeze' into dev
2024-10-05 04:47:24 +03:00
MX
83b0e46ccd
merge ofw PR 3933
...
furi_hal_random: Wait for ready state and no errors before sampling
by n1kolasM
https://github.com/flipperdevices/flipperzero-firmware/pull/3933/files
2024-10-05 04:46:43 +03:00
noproto
4f722a00c0
Avoid storage errors, clean up temporary files
2024-10-04 18:41:29 -04:00
Astra
0aefb1c0f2
Format images to 1-bit B/W
2024-10-04 22:12:32 +09:00
Astra
3baadf976b
Merge branch 'dev' into astra/3896-bad-usble
2024-10-04 22:08:36 +09:00
Astra
8bd1c598de
Add the BadBLE app
2024-10-04 22:08:08 +09:00
Astra
97bf92e9b9
Remove BLE from BadUSB
2024-10-04 22:07:51 +09:00
noproto
00f356469e
Fix log levels
2024-10-03 19:27:20 -04:00
Nathan N
232560f8e9
Merge branch 'dev' into nestednonces
2024-10-03 11:38:09 -04:00
MX
d91e390690
Merge remote-tracking branch 'OFW/dev' into dev
2024-10-02 23:18:30 +03:00
Astra
00c1611c33
Improve bit_buffer.h docs ( #3783 )
...
* Improve bit_buffer.h docs
* Toolbox: update doxygen comments fix spelling
* Toolbox: update bit lib docs
Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
2024-10-02 18:51:07 +01:00
Silent
56d2923f1f
Prevent idle priority threads from potentially starving the FreeRTOS idle task ( #3909 )
...
* FuriThread: Make FuriThreadPriorityIdle equal to the FreeRTOS one, remove FuriThreadPriorityNone
This magic constant was meaningless,
FuriThreadPriorityNormal is now assigned by default instead.
* Make furi_thread_list_process private
Its 'runtime' parameter is to be obtained from FreeRTOS,
which means apps cannot do it.
* DirectDraw: Remove an useless include and fix memory leak
Makes this debug app compileable with uFBT out of the box
Co-authored-by: あく <alleteam@gmail.com>
2024-10-02 18:11:13 +01:00
IRecabarren
7fc209f001
New layout for BadUSB (es-LA) ( #3916 )
...
* Add files via upload
* Readme: add SAST section
Co-authored-by: あく <alleteam@gmail.com>
2024-10-02 17:41:40 +01:00
jay candel
3c93761d1d
[IR] universal remote additions ( #3922 )
...
* multiple new additions
Hisense K321UW, Soniq E55V13A, Soniq E32W13B and 2 others
* updated with proper names
Viano STV65UHD4K
Hisense K321UW
Hisense EN2B27
Soniq E55V13A
Soniq E32W13B
* format tv.ir
* Update tv.ir
* new universal ac additions
Maytag M6X06F2A
Panasonic CS-E9HKR
* new universal audio additions
Sony MHC_GSX75
Elac EA101EQ-G
Philips FW750C
Pioneer VSX-D1-S
* remove final # audio.ir
* Scripts: update deprecated methods use in python scripts
* Scripts: add comment reading support to fff, preserve comments in infrared cleanup script
* Scripts: improved infrared files cleanup script
* Scripts: add missing new line at the end of file in infrared file cleanup script
* Infrared: cleanup universal remotes
Co-authored-by: あく <alleteam@gmail.com>
2024-10-02 17:28:24 +01:00
Astra
09a7cc2b46
[FL-3805] Fix EM4100 T5577 writing block order ( #3904 )
2024-10-02 13:10:19 +01:00
RebornedBrain
79dc467ded
New state added to avoid moving to blank screen
2024-10-01 13:26:35 +03:00
MX
73172b1090
upd changelog
2024-09-29 04:11:53 +03:00
MMX
93b94c68b3
Merge pull request #813 from amec0e/dev
...
Updated Infrared Assets
2024-09-29 04:10:13 +03:00
MX
bdb402b068
frequency analyzer multiple fixes
...
fix scenes crash, fix button logic
fix wrong calls to int module
make worker more OFW like, remove ext module unused code
2024-09-29 04:05:09 +03:00
RebornedBrain
180d1f0471
iso14443_4a poller logic enhanced
2024-09-28 22:19:18 +03:00
amec0e
6507f6870e
Update tv.ir
...
Updated tvs with new additions
2024-09-27 21:19:59 +01:00
amec0e
1df959fecd
Update projectors.ir
...
Updated projectors + temp fix still
2024-09-27 21:18:34 +01:00
amec0e
21f69d74f4
Update fans.ir
...
Updated fans with new additions
2024-09-27 21:16:55 +01:00
amec0e
9e046c116f
Update audio.ir
...
Updated audio.ir with new additions
2024-09-27 21:13:43 +01:00
MX
50ae431a48
upd changelog
2024-09-26 21:59:07 +03:00
MX
e407c623e0
Revert "Merge remote-tracking branch 'OFW/portasynthinca3/3332-autolock-fixes' into dev"
...
This reverts commit ba4c4e528a
, reversing
changes made to 16e4b9219a
.
2024-09-26 21:58:50 +03:00
MX
b03d9f313b
upd changelog
2024-09-26 19:44:29 +03:00