Commit Graph

13615 Commits

Author SHA1 Message Date
MX c69ce4c921 fbt format 2024-02-21 02:21:20 +03:00
MX b77e430df5 Merge branch 'new_c_version' into dev 2024-02-21 02:02:24 +03:00
MX a64907d84b Merge remote-tracking branch 'OFW/hedger/toochain_29' into new_c_version 2024-02-21 02:02:17 +03:00
hedger bc98c788fe fbt: moved FBT_NOEVN check to env setup script for *nix 2024-02-20 22:32:39 +00:00
MX 59370e03db Merge branch 'new_c_version' into dev 2024-02-21 01:07:51 +03:00
MX 16d1e71d6e Merge remote-tracking branch 'OFW/hedger/toochain_29' into new_c_version 2024-02-21 00:43:42 +03:00
MX 111438361d Merge branch 'blerefactr' into dev 2024-02-21 00:41:07 +03:00
MX 113afc0d0f usbdisk support in js
by Willy-JL
2024-02-21 00:40:29 +03:00
MX 21962da715 Subghz Fix led blink on decode raw > signal info
by Willy-JL
2024-02-21 00:29:50 +03:00
Willy-JL e229367780 Archive: Support viewing Disk Images with Virtual Mount 2024-02-20 06:14:49 +00:00
Willy-JL 39bd3f4e6d Move Mass Storage app to firmware repo 2024-02-20 06:14:49 +00:00
Willy-JL b58bcac1a2 Archive: Open .img in Mass Storage app 2024-02-20 06:14:49 +00:00
Willy-JL 375239341e Archive: Keep clipboard between browser tabs 2024-02-20 06:14:49 +00:00
Willy-JL bcc78a5c38 JS: Create disk image with usbdisk.createImage("/ext/file", 123) 2024-02-20 03:43:28 +00:00
Willy-JL 28c5ad20cc MassStorage: Delete new image on fail, not "already exists" 2024-02-20 03:42:28 +00:00
Willy-JL ee890df1a6 MassStorage: Format new images to exFAT automatically 2024-02-20 03:18:20 +00:00
Willy-JL fab29dbc6f Storage: New Virtual Mount API for FATFS disk images 2024-02-20 03:17:54 +00:00
hedger d731918197 linter fixes 2024-02-20 02:21:49 +00:00
hedger e143833ee1 battery_test_app: signature fixes 2024-02-20 02:19:44 +00:00
hedger ee11aca464 accessor: unvolatiled stuff according to c++20 2024-02-20 02:13:38 +00:00
hedger 71e763d9b3 fbt: bumped c&cpp standard versions 2024-02-20 02:06:08 +00:00
Willy-JL 49a9b1f2b2 Correct FatFs drive path (prep for logical volumes) 2024-02-20 00:50:28 +00:00
Willy-JL d49e5d1fbe Small code fix in storage 2024-02-19 20:51:47 +00:00
Willy-JL 46fba20097 Update totp and picopass 2024-02-19 19:10:12 +00:00
Willy-JL 99f20e49e8 Fix BLE name prefixes --nobuild 2024-02-19 14:29:11 +00:00
hedger 02a827da38 libs: added callback-connector to SDK 2024-02-19 09:35:01 +00:00
Willy-JL c2fe7d8012 Merge branch 'hedger/toochain_29' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev 2024-02-19 02:40:38 +00:00
Willy-JL d9d09866b0 Fix build 2024-02-19 02:40:29 +00:00
Willy-JL 8455a62fb9 Fix BLE Spam issues with new API 2024-02-19 02:32:36 +00:00
MX 2d32ea68fe hid app merge fixes
+ changes by Willy-JL
2024-02-19 04:33:36 +03:00
MX 66c60e65aa Merge fixes
+ thanks @Willy-JL !
2024-02-19 03:52:35 +03:00
hedger b15787053a toolchain: v32 2024-02-18 22:35:23 +00:00
hedger b38d2e8d84 Merge remote-tracking branch 'remotes/origin/dev' into hedger/toochain_29
# Conflicts:
#	scripts/toolchain/fbtenv.sh
2024-02-18 22:34:12 +00:00
MX 9fcf3795ee Merge branch 'ofw_dev' into blerefactr 2024-02-19 00:46:40 +03:00
amec0e 073902f83e Update tv.ir
Changed duty_cycle to match ofw
2024-02-18 14:00:21 +00:00
amec0e c7952d57d8 Update projectors.ir
changed duty_cycle to match ofw
2024-02-18 13:59:56 +00:00
amec0e e114c01ce2 Update fans.ir
Changed duty_cycle to match ofw
2024-02-18 13:59:29 +00:00
amec0e 1e473e59f4 Update audio.ir
Changed duty_cycle to match ofw (though 0.33 works too)
2024-02-18 13:58:56 +00:00
amec0e 3e3250ea5f Update ac.ir
Changed duty_cycle to match ofw (though 0.33 works too)
2024-02-18 13:58:14 +00:00
amec0e a484e42d42 Update fans.ir
New additions to fans
2024-02-18 13:48:36 +00:00
amec0e c2613c00f1 Update projectors.ir
New additions to projectors
2024-02-18 13:33:34 +00:00
amec0e 90e60560c7 Update ac.ir
New additions to ACs
2024-02-18 13:15:17 +00:00
amec0e 9edf2a7624 Update audio.ir
New additions to audio
2024-02-18 13:05:08 +00:00
amec0e fb956e2427 Update tv.ir
New additions for tv.ir
2024-02-18 12:39:57 +00:00
Violet Shreve 4e1089ec49 Quote $FBT_TOOLCHAIN_PATH to avoid splitting (#3459) 2024-02-18 09:20:27 +00:00
Willy-JL be6b01168b Fix led blink on decode raw > signal info 2024-02-18 07:03:56 +00:00
Willy-JL 9dc8d397c6 Add back GAP security None support 2024-02-18 03:02:56 +00:00
Willy-JL 2ba5ab7b78 Temp add IR univ "missing" in Unleashed (see desc)
In unleashed many are taken from raw and parsed
For this reason, these are added at the end
If they are "duplicate" parsed/raw its at the end, no big deal
But atleast missing ones are added now
2024-02-18 02:38:50 +00:00
Willy-JL 98edb562bd No exit confirm pls 2024-02-18 01:53:08 +00:00
Willy-JL dd3e7688ca Hid app refactor to match ofw 2024-02-18 01:44:54 +00:00