Commit Graph

7995 Commits

Author SHA1 Message Date
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
amec0e b49314deb0 Updated audio.ir
Updated "Last Checked", No new additions
2023-04-25 18:56:44 +01:00
amec0e 3bb5763b1b Updated audio.ir
Updated "Last Checked", No new additions
2023-04-25 18:56:26 +01:00
amec0e 35d876b816 Updated ac.ir
Updated "Last Checked", No new additions
2023-04-25 18:56:09 +01:00
Willy-JL 8ebc3888a2 Fix PR webhook 2023-04-25 18:40:10 +01:00
MX ff45b425e3 Merge branch 'fz-dev' into dev 2023-04-25 20:16:32 +03:00
Willy-JL 4229aab7e9 Update subbrute 2023-04-25 17:50:41 +01:00
Willy-JL 1adfe40bad Merge branch 'ul-dev' into xfw-dev 2023-04-25 17:39:55 +01:00
hedger d70ba2b740 [FL-3286] Don't reboot on crash in debug builds (#2613)
* furi: never reboot on furi_crash in debug builds
* furi: crash info: added registers
* furi: check and assert optimization, split registers and stack info dump
* furi: macro uppercase

Co-authored-by: SG <who.just.the.doctor@gmail.com>
2023-04-26 01:33:13 +09:00
Willy-JL 10a7c8f84a Backup+restore internal U2F keys on factory reset 2023-04-25 17:18:14 +01:00
Willy-JL e2c3e8e53d Revert cubewb symbols update 2023-04-25 16:22:37 +01:00
Willy-JL 83afd16746 Revert cubewb update 2023-04-25 13:00:40 +01:00
SkorP 6b09dfca76 WS: fix name file 2023-04-25 11:40:50 +04:00
SkorP 9caedb422d WS: description added 2023-04-25 11:36:27 +04:00
SkorP 6a9bdeae3e WS: add CRC, refactoring 2023-04-25 11:22:35 +04:00
MX 30447d7660 Rename to make it fit on screen 2023-04-25 03:39:16 +03:00
MX d7f9cbf9ca CI update args 2023-04-25 02:40:33 +03:00
MX 6271409e5a Allow locking without pin using Up menu on desktop 2023-04-25 02:09:29 +03:00
MX ab669b26da Fix very old and funny subghz bugs
Fixed Frequency Ananyzer issues
Fixed read mode issues
Fixed re-inits in HAL
2023-04-25 01:42:20 +03:00
nminaylov 87a023c75d BadUSB: command parser fix 2023-04-25 01:41:30 +03:00
MX afe109ce27 Merge branch 'fz-dev' into dev 2023-04-25 01:41:19 +03:00
hedger 1ef70c0bb4 [FL-3280] cubewb: downgraded to v1.15.0 (#2605)
* cubewb: downgraded to v1.15.0
* hal: updated f18 symbols to match LL
* hal: flash: use furi_hal_cortex_timer for timeouts
* scripts: fixed cube version validation from config file
* hal: flash: added 3 seconds timeout when waiting for C2 to unlock flash controller. On timeout, triggers furi_check
* nfc: fixed missing interrupt setup on multiple platformSetIrqCallback() invocations
* hal: gpio: don't trigger furi_check on furi_hal_gpio_add_int_callback() with same parameters
* Reverted NFC fixes - will be in a separate PR
* scripts: storage: fixed exception handler for paths
2023-04-24 16:19:36 +09:00
MX 8cb3b67295 Fix external radio SPI handlers 2023-04-24 01:56:43 +03:00
Willy-JL a0d6c6e63c Allow setting folders as favorites in archive 2023-04-23 18:43:58 +01:00
Willy-JL 78f993c9bb Dev webhook fixes 2023-04-23 17:57:08 +01:00
Willy-JL a5cddc076e Merge branch 'ul-dev' into xfw-dev 2023-04-23 17:48:05 +01:00
MX 69530cd50f RFID: More user-friendly RAW emulation
Made by Dan Caprita <dan@caprita.ro>

https://forum.flipperzero.one/t/electra-intercom/6368/43
2023-04-23 19:03:23 +03:00
Willy-JL c2791b459b Rework symbol keyboard (fix illegal characters) 2023-04-23 15:32:03 +01:00
Willy-JL f351a1e7e8 Update API symbols 2023-04-23 14:05:28 +01:00
Willy-JL 4f4895d08b Allow name changer input to be empty (use default) 2023-04-23 14:04:54 +01:00
Willy-JL 2d794b32f5 Add minimum input length functionality to keyboard 2023-04-23 14:04:16 +01:00
Willy-JL ca2884548a Sanitize name changer input 2023-04-23 14:02:55 +01:00
hedger 02c4b6d7e2 scripts: storage: fixed exception handler for paths 2023-04-23 14:06:01 +03:00
MX 5d98d2703b Fix external subghz module 2023-04-23 02:21:10 +03:00
MX a0597a9e6e Fix RFID Fuzzer and iButton Fuzzer Bugs 2023-04-23 01:57:38 +03:00
MX ba0efda2aa hal: gpio: don't trigger furi_check on furi_hal_gpio_add_int_callback() with same parameters 2023-04-23 01:57:07 +03:00
MX f693d4a8de Merge pull request #437 from gid9798/using_scene_manager
Using scene manager function
2023-04-23 01:14:11 +03:00
MX 05fab99f42 Merge remote-tracking branch 'flipperdevices/hedgetr/stack15' into dev 2023-04-23 00:46:39 +03:00
MX 082db67373 Revert "why?"
This reverts commit 1092cc92be.
2023-04-23 00:46:09 +03:00
hedger 963b19e2e0 nfc: fixed missing interrupt setup on multiple platformSetIrqCallback() invocations 2023-04-23 01:31:07 +04:00
hedger 10efb9590a scripts: fixed cube version validation from config file 2023-04-23 00:12:53 +03:00
MX 1092cc92be why? 2023-04-23 00:12:39 +03:00
hedger ffae861bc2 hal: flash: added 3 seconds timeout when waiting for C2 to unlock flash controller. On timeout, triggers furi_check 2023-04-23 00:48:47 +04:00
hedger a782a5ad29 scripts: fixed cube version validation from config file 2023-04-22 22:04:03 +04:00
SkorP 7aa6716892 WS: add bat status 2023-04-22 21:57:31 +04:00
hedger d537e21c65 hal: flash: use furi_hal_cortex_timer for timeouts 2023-04-22 20:56:43 +03:00
hedger b0fa913fa2 hal: flash: use furi_hal_cortex_timer for timeouts 2023-04-22 21:49:00 +04:00
hedger 3561f79cf4 cubewb: downgraded to v1.15.0 2023-04-22 20:42:27 +03:00
hedger ad0db706c0 hal: updated f18 symbols to match LL 2023-04-22 21:38:40 +04:00