Commit Graph

10260 Commits

Author SHA1 Message Date
Willy-JL
7679981dbe Fix subghz read config indexes 2023-10-18 01:45:04 +01:00
Willy-JL
0e25fef6db New BLE Spam icon by @xMasterX <3 --nobuild 2023-10-17 04:46:10 +01:00
Willy-JL
83c8aad87a Proper SubGhz ignore system (fix BusFault in apps)
Old ignore system used SubGhzProtocolFlag_*
This enum was saturated, and started taking more bytes than on OFW
This caused BusFault when using apps compiled for OFW, like from catalog
Crash is because of incompatible memory structure
New ignore system uses own enum at end of struct
This is binary compatible with OFW and correct solution for future
2023-10-17 04:10:36 +01:00
Willy-JL
cb14157c80 Fix build 2023-10-17 03:33:10 +01:00
Willy-JL
39cfba3c65 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild 2023-10-17 03:27:16 +01:00
Willy-JL
133397cb02 FURI_TRACE (useful furi_check() crashes) --nobuild 2023-10-17 03:16:33 +01:00
MMX
e5b079f4ce Merge pull request #620 from G2Dolphin/niceflors
Added NiceFloR-S to ignore options, removed colons.
2023-10-17 03:51:22 +03:00
Willy-JL
5da214f639 BLE Spam FastPair add Sony XM5 and more customs
Thanks noproto and Neon_Cat!
2023-10-17 00:43:39 +01:00
MX
1e5223c6ab nice one is disabled too 2023-10-17 00:46:59 +03:00
MX
29a1865ec3 Merge branch 'dev' into niceflors 2023-10-16 18:07:51 +03:00
Willy-JL
31f0437353 BLE Spam fix null pointer on credits / help pages 2023-10-16 15:58:28 +01:00
Willy-JL
42ee5f252c BLE Spam refactor config structures --nobuild 2023-10-16 13:55:33 +01:00
MX
8b8174b1b4 upd changelog 2023-10-16 06:05:55 +03:00
MX
53245986ab Remove migration, not needed anymore 2023-10-16 05:29:23 +03:00
MX
b44bc718be SubGHz: Add 4 more systems to add manually (untested!!!)
if you have remotes from these systems please share captures, also try binding flipper as new remote in current condition
2023-10-16 05:28:47 +03:00
MX
8e3378b7b9 SubGHz: add manually fixes 2023-10-16 05:06:40 +03:00
MX
9e90948fc3 RGB: Fix white color on reboot, move settings, add custom color options 2023-10-16 05:01:42 +03:00
Willy-JL
c3536f7ecd Mimimi 2023-10-16 00:46:23 +01:00
Willy-JL
ef1857bb5d Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into xfw-dev 2023-10-15 21:01:02 +01:00
Willy-JL
f9d704f154 Flags arent needed 2023-10-15 20:12:46 +01:00
Willy-JL
68baeff45a BLE Spam add Windows SwiftPair spam
Co-authored-by: Spooks <62370103+Spooks4576@users.noreply.github.com>
2023-10-15 19:32:22 +01:00
Clara K
4afc3ff14c Update ReadMe.md --nobuild 2023-10-15 19:56:03 +02:00
Clara K
8e8ac1af96 Update FUNDING.yml 2023-10-15 19:54:58 +02:00
Willy-JL
74c3ab88d9 BLE Spam add Android FastPair spam
Co-authored-by: Spooks <62370103+Spooks4576@users.noreply.github.com>
2023-10-15 18:53:31 +01:00
Willy-JL
0465f3ca31 Apple BLE Spam -> BLE Spam (now modular!) 2023-10-15 18:34:23 +01:00
WillyJL
3037e8b03d Updated Radar Scanner, BarcodeGen, New Terminal Menu (#415) 2023-10-15 06:43:09 +01:00
Willy-JL
2b34d96d8c Fix api --nobuild 2023-10-15 06:42:08 +01:00
Willy-JL
f8fc8cbdf8 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild 2023-10-15 06:25:14 +01:00
MX
b87a8ca329 Merge branch 'ofw_dev' into dev 2023-10-15 01:30:55 +03:00
Willy-JL
04dc10dc7f Fix slow redundant reads for SubGhz files 2023-10-14 21:16:36 +01:00
Willy-JL
7fdda0bb84 Crash message for malloc(0) --nobuild 2023-10-13 07:11:09 +01:00
Astra
e664159188 [FL-3621] Fix double arrows and add proper indication (#3146)
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-10-13 05:48:16 +09:00
Derek Jamison
9d6352e92f fix #3141: 12-bits is 0xFFF (or 0xFF0) CAME/NICE 12-bit (#3142)
* 12-bits is 0xFFF (or 0xFF0)
* Mask with 0x7FFFF3FC for 850LM pairing

Co-authored-by: あく <alleteam@gmail.com>
2023-10-13 05:39:14 +09:00
あく
f45a5dff43 Fix various crashes if debug libraries used (#3144)
* FuriHal: enable HSI in stop mode only if we use STOP0, proper SMPS selected clock assert

* Furi: fix double crash caused by bkpt use outside of debug session

* Libs: update ERC and MGG contrast

* Fix various crashes with LIB_DEBUG=1

* BadUsb: size_t where it should be and proper printf types

* Various fixes and make PVS happy

* FuriHal: proper CCID status and make PVS happy

* boot: update mode: graceful handling of corrupted stage file

---------

Co-authored-by: hedger <hedger@nanode.su>
2023-10-12 20:34:30 +04:00
Willy-JL
0ffc25bf38 Simplify terminal menu code 2023-10-12 15:02:06 +01:00
Willy-JL
dd60575572 Fix terminal menu inputs 2023-10-12 14:52:24 +01:00
Matthew
ed4971fdba Merge branch 'Flipper-XFW:dev' into dev 2023-10-11 14:19:30 -07:00
MatthewKuKanich
4eaf94b93c Added new Terminal menu 2023-10-11 17:17:23 -04:00
MatthewKuKanich
15d4c8ffb0 updated to match merge 2023-10-11 17:16:22 -04:00
Willy-JL
862808f054 Backport changes from apps repo for now 2023-10-11 16:19:30 +01:00
MX
130fa43ad6 update changelog 2023-10-11 01:25:36 +03:00
Willy-JL
0bb9882236 But in system folder* --nobuild 2023-10-10 22:20:14 +01:00
Willy-JL
10f569c5da Move USB/BT remote back to firmware cos OFW 2023-10-10 22:19:02 +01:00
WillyJL
a1ba1b109a Merge branch 'dev' into dev 2023-10-10 20:00:01 +01:00
WillyJL
327690b90a Update radar_scanner.c 2023-10-10 19:59:43 +01:00
Willy-JL
a96c61e4ad Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into xfw-dev 2023-10-10 19:23:00 +01:00
Willy-JL
e7bf892093 FBT recurse submodules 2023-10-10 19:22:55 +01:00
Sil333033
388ce9acee Fix Subdriving baudrate switch issue --nobuild
i forgor
2023-10-10 20:18:18 +02:00
MatthewKuKanich
72fbca2986 altpinout + many updates 2023-10-10 00:26:52 -04:00
Willy-JL
9ef4b15f68 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-10-09 21:12:33 +01:00