Commit Graph

912 Commits

Author SHA1 Message Date
あく
e8913f2e33 Code cleanup: srand, PVS warnings (#1974)
* Remove srand invocation

* PVS High priority fixes

* PVS High errors part 2

* Furi: heap tracing inheritance

* Furi add __builtin_unreachable to furi_thread_catch
2022-11-05 18:07:24 +03:00
RogueMaster
07313d8687 Some error fixes 2022-11-04 21:53:03 -04:00
RogueMaster
4b9280a6a8 Tanks image fix 2022-11-04 17:36:46 -04:00
RogueMaster
2283ad12e8 Update dice.c 2022-11-04 17:16:24 -04:00
RogueMaster
e00002f7b1 nfc magic stuff 2022-11-04 13:08:12 -04:00
RogueMaster
cf8e4b01b3 Merge branch 'UNLEASHED' into 420 2022-11-04 13:06:55 -04:00
MX
c709b0b126 Update DHT monitor 2022-11-04 17:51:56 +03:00
MX
939a77b4e7 Update nfc magic name and icon 2022-11-04 15:04:10 +03:00
MX
0ab400a27e Merge branch 'fz-dev' into dev 2022-11-04 14:34:34 +03:00
RogueMaster
5f86fe47d4 Revert "Merge branch 'ofwdev' into 420"
This reverts commit 430a9be02a, reversing
changes made to e2faf2e0e7.
2022-11-04 05:07:52 -04:00
RogueMaster
430a9be02a Merge branch 'ofwdev' into 420 2022-11-04 05:01:32 -04:00
RogueMaster
f541d2e367 clock move 2022-11-04 03:49:44 -04:00
あく
3ed547f0dd Merge branch 'dev' into dev 2022-11-04 16:14:27 +09:00
gornekich
bf8fd71c00 NFC magic cards support (#1966)
* nfc magic: introduce nfc app to work with magic cards
* nfc: add nfc device functions to API
* nfc magic: add bacis scenes
* nfc magic: add wrong card and write confirm scenes
* nfc magic: introduce magic lib
* nfc magic: write magic lib
* nfc magic: add write commands to magic lib
* nfc magic: work on worker
* furi_hal_nfc: add bits data exchage method to API
* nfc magic: rework with new API
* nfc magic: add check and wipe scenes
* nfc magic: add icons, gui fixes
* nfc: format python src

Co-authored-by: あく <alleteam@gmail.com>
2022-11-04 16:01:44 +09:00
RogueMaster
40ef6dddfe Merge branch 'ofwdev' into 420 2022-11-04 02:38:28 -04:00
Sergey Monchenko
3bd74b7f01 SubGhz: fix incorrect response in rpc mode. Code cleanup. (#1964)
* Code cleanup
* SubGhz: correct logic in RPC
* SubGhz: do not blink on app rpc fail

Co-authored-by: あく <alleteam@gmail.com>
2022-11-04 15:08:51 +09:00
ESurge
79d55d5f74 Moved Bad USB to FAP
Added Bad USB Dummy Loader for Main Menu
Moved UniRFRemix files back to Main (Not sure why I moved them to Plugins)
2022-11-03 16:42:34 -07:00
RogueMaster
78e1e00d54 Merge branch 'DarkFlippers:dev' into 420 2022-11-03 18:07:53 -04:00
JuanJakobo
831518d116 Merge branch 'dev' into dev 2022-11-03 19:09:40 +01:00
an4tur0r
bb2bcc63a4 Flappy Bird: draw bird via icon animation 2022-11-03 10:10:54 +03:00
RogueMaster
e1d3e67fc5 fmt 2022-11-02 20:24:27 -04:00
RogueMaster
6174fd22cf ifttt updates 2022-11-02 20:21:24 -04:00
RogueMaster
b2f0be3dc7 Merge branch 'DarkFlippers:dev' into 420 2022-11-02 19:25:09 -04:00
RogueMaster
943809f385 fmt fixes 2022-11-02 19:24:48 -04:00
MX
7973013085 Fix DHT22 timeout bug
as suggested by @quen0n
2022-11-03 02:13:25 +03:00
RogueMaster
4fb2a34412 Update application.fam 2022-11-02 18:43:07 -04:00
RogueMaster
e99fbc6b1b fix two 2022-11-02 18:42:39 -04:00
RogueMaster
90d20f241b these are probably needed breaks 2022-11-02 18:40:02 -04:00
RogueMaster
b2840275d2 Merge branch 'UNLEASHED' into 420 2022-11-02 18:13:43 -04:00
MX
0b1f573a72 update naming 2022-11-03 00:53:28 +03:00
MX
677de32026 Revert TOTP changes
"Preload failed, invalid file"
2022-11-03 00:41:17 +03:00
MX
4b408b6988 Merge pull request #148 from msvsergey/flappy-animation-fix
Flappy: Fix animation.
2022-11-03 00:08:49 +03:00
MX
af1647c84b Update DHT montior plugin 2022-11-02 23:52:03 +03:00
MX
345d9704fd Plugins: Added Game15 + run fbt format 2022-11-02 23:39:54 +03:00
MX
fe199ab54a Fix part 2 2022-11-02 23:19:33 +03:00
MX
adab2b9e03 Update and fix TOTP
fix - added this in every button event switch:
default:
                    break;
2022-11-02 23:10:14 +03:00
MX
c8bc9e26e0 Fix part 1 2022-11-02 23:07:00 +03:00
MX
79b37556d4 Merge branch 'fz-dev' into dev 2022-11-02 22:53:12 +03:00
MX
9c4612e571 Plugins: New AM2320 Sensor plugin 2022-11-02 22:18:08 +03:00
RogueMaster
61cf98d344 Merge pull request #395 from msvsergey/flappy-animation-fix
Fix flappy animation.
2022-11-02 14:26:27 -04:00
Skorpionm
0652830c51 [FL-2940] WS: add protocol Ambient_Weather (#1960)
* WS: add protocol Ambient_Weather
* WS: fix link
* WS: removing unused code

Co-authored-by: あく <alleteam@gmail.com>
2022-11-03 01:24:07 +09:00
hedger
ebc2b66372 fbt fixes for mfbt pt2 (#1951)
* fbt: split sdk management code
* scripts: fixed import handling
* fbt: sdk: reformatted paths
* scrips: dist: bundling libs as a build artifact
* fbt: sdk: better path management
* typo fix
* fbt: sdk: minor path handling fixes
* toolchain: fixed windows toolchain download
* fbt: minor refactorin
* fbt: moved sdk management code to extapps.scons
* fbt: fixed sdk symbols header path; disabled -fstack-usage
* fbt: changed pathing for .py scripts
* fbt: changed SDK_HEADERS pathing; added libusb to SDK; added icon_i.h to SDK; added hw target to SDK meta
* fbt: added libusb headers to SDK
* picopass: include cleanup; api: added subghz/registry.h; api: added mbedtls to exported headers
* picopass: fixed formatting
* fbt: fixed COPRO_ASSETS_SCRIPT
* sdk: added basic infrared apis
* toolchain: added ufbt to list of legal fbtenv callers; updated error messages
* fbt: changed manifest collection & icon processing code
* fbt: simpler srcdir lookup
* toolchain: path management fixes; fbt: fixes for fap private libs paths
* scripts: toolchain: reworked download on Windows
* toolchain: v17
* scripts: added colorlog for logging
* Github: fix unit tests

Co-authored-by: あく <alleteam@gmail.com>
2022-11-03 00:15:40 +09:00
Vasyl "vk" Kaigorodov
abfa804ae0 Gui: refactor buttons remapping (#1949)
* Gui: refactor buttons remapping
  Instead of calling 3 separate functions with a ton of switch/case statements,
  use a 2-dimensional lookup table to remap buttons based on the orientation.
* Gui: cleanup input mapping and fix incorrect asserts
* SnakeGame: handle input special case

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-11-02 23:36:17 +09:00
Sergey Monchenko
9a0eacc91c Fix flappy animation. 2022-11-02 14:40:54 +03:00
MX
a22b107335 Plugins: Update Wifi Marauder
https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion
2022-11-02 13:28:43 +03:00
RogueMaster
d947b5db61 Update application.fam 2022-11-02 03:58:55 -04:00
RogueMaster
0cc0c6a8ce dht temp mon fixes 2022-11-02 03:58:26 -04:00
RogueMaster
709eeb6fd5 Merge branch 'UNLEASHED' into 420 2022-11-02 03:56:50 -04:00
MX
0f1e03fa51 Fix: proper deinit of gpio and spi bus in NRF24 driver 2022-11-02 03:42:38 +03:00
MX
2ab9769b4b Merge remote-tracking branch 'origin/dev' into dev 2022-11-02 01:54:42 +03:00