Commit Graph

10308 Commits

Author SHA1 Message Date
hedger
77d6c41914 github: submit SDKs to prod & dev (#3060)
* github: submit SDKs to prod & dev
* github: increased limit of queried SDKs

Co-authored-by: あく <alleteam@gmail.com>
2023-09-11 19:51:03 +09:00
gid9798
d49246048d Readme: instructions block systematized & cleanup 2023-09-11 13:08:09 +03:00
Sergey Gavrilov
4705812d24 SD-Card: proper HAL (#3058)
* Storage: remove unused error from SDInfo
* FatFS: remove sd_spi_io
* HAL: sd card api
* Update: use sd hal
* FatFS: use sd hal
* Storage: use sd hal
* API: sd hal
* Fix TODO workflow
* SD Hal: Fix source buffer overflow
* fix for fix!
* HAL: cleanup sd detection api
* HAL: FURI_HAL_SD_SPI_DEBUG flag
* HAL: FuriHalSdStatus -> FuriStatus
* API: downgrade
* Change define logic
* HAL: presence
2023-09-11 18:30:56 +09:00
あく
1c0276a0be Various Fixes and Improvements (#3059)
* FuriHal: lower MGG display contrast by 4 points
* FuriHal: unify external gpio resources initialization
* Infrared: parse raw in universal TV file, cleanup it with new ifrared script. Other minor changes.
* Gui: fix elements_multiline_text_aligned eating symbols
* Lib: human readable errors in flipper application package
* Special request from marketing team
2023-09-11 16:23:00 +10:00
Willy-JL
ee5d5b9a8c Fix view_port_update() apps random deadlocks 2023-09-10 03:07:10 +02:00
MX
abc4110198 Fix random deadlocks in various plugins
thanks Willy-JL for finding details of that issue
2023-09-10 03:45:50 +03:00
DerSkythe
99ba1b6a24 feat: add workflow to automatic CodeQL Code scanning 2023-09-10 03:44:40 +04:00
Willy-JL
7f022f6b03 C64 text overflow fix 2023-09-10 01:22:14 +02:00
Willy-JL
a7a5503e27 Compact++ 2023-09-10 00:59:13 +02:00
DerSkythe
1fec80a533 feat: add RX config option "Reset to default" 2023-09-10 02:35:27 +04:00
Willy-JL
19a8eeee69 Fix + optimize compact and c64 menus --nobuild 2023-09-09 23:27:47 +02:00
DerSkythe
53fffffd1b Merge remote-tracking branch 'upstream/dev' into feat/subghz-save-hopping-state
# Conflicts:
#	applications/main/subghz/scenes/subghz_scene_receiver.c
2023-09-09 22:41:08 +04:00
WillyJL
8c757c3c38 New 'Compact' menu style (#388) 2023-09-09 15:35:34 +02:00
Willy-JL
fd3ae078bb Add more non functional codes (disabled) --nobuild 2023-09-09 14:34:15 +02:00
MatthewKuKanich
58d782f7f2 commit new compact menu style 2023-09-08 23:27:10 -04:00
MatthewKuKanich
09986b33a7 commit new compact menu style 2023-09-08 23:23:02 -04:00
Willy-JL
0b588a2877 Add missing space 2023-09-09 04:12:40 +02:00
Willy-JL
c03f4bf25c Move random pair before 2023-09-09 03:23:18 +02:00
Matthew
99b8c084b6 Update ibutton.c comments 2023-09-08 17:52:43 -04:00
MX
a90ebd7b53 Update changelog 2023-09-08 15:53:15 +03:00
Willy-JL
7afa826897 Format 2023-09-08 04:50:51 +02:00
Willy-JL
8571d28f11 Apple BLE add help and about sections 2023-09-08 04:50:38 +02:00
Willy-JL
4762484e4f Update some app names to fit the screen 2023-09-08 04:46:37 +02:00
Willy-JL
5d2e926d32 Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into xfw-dev 2023-09-08 04:21:21 +02:00
WillyJL
17f6d08b93 Add Radar Scanner app (#381)
--nobuild
2023-09-08 04:18:57 +02:00
Willy-JL
a8b6cd909a Add RCWL0516 module gpio tag 2023-09-08 04:17:31 +02:00
Willy-JL
02a50dda1f Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-09-08 04:11:19 +02:00
Matthew
d842f65c06 Merge branch 'dev' into dev 2023-09-07 15:07:01 -07:00
MX
b1b35e87f9 update readme, docs, fix build versions 2023-09-07 14:46:06 +03:00
MX
1df2fc035f New bt beacon api
by Willy-JL
2023-09-07 13:45:37 +03:00
MatthewKuKanich
f3f3a5e98d removed unused imports 2023-09-07 01:49:35 -04:00
Willy-JL
bf55e9b5a9 Random mac breaks "dismiss active actions" so poof --nobuild 2023-09-07 02:53:15 +02:00
Willy-JL
7e9f0657a4 ./fBt FoRmAt FoRmAt_pY
--nobuild
2023-09-07 02:33:14 +02:00
Willy-JL
881f7c5e55 Update credits --nobuild 2023-09-07 02:19:29 +02:00
Willy-JL
0d19526467 Faster ble packet randomization 2023-09-07 02:02:43 +02:00
Willy-JL
d6d66e0d42 Replace size_t with appropriately sized integers 2023-09-07 01:53:38 +02:00
Willy-JL
e737ebb3f6 Rework random mac handling 2023-09-07 01:51:00 +02:00
Willy-JL
45a0d5d1be Remember bt state after ble stop (#380) 2023-09-07 01:05:16 +02:00
Willy-JL
2a3318c627 Preset values for delays, now minimum is 20ms 2023-09-07 00:35:08 +02:00
Willy-JL
2125f1fca4 New more streamlined custom ble adv api
Thanks for the idea @xMasterX !
2023-09-07 00:32:02 +02:00
Willy-JL
b138ee1eac Capital hex values --nobuild 2023-09-06 22:18:11 +02:00
MatthewKuKanich
05fc33375e commit Radar Scanner to apps 2023-09-06 13:37:36 -04:00
Willy-JL
23e08baaf1 Join appletv spammy 2023-09-06 12:55:31 +02:00
Willy-JL
c4aa88061c Move more signals around 2023-09-06 12:45:54 +02:00
Willy-JL
c8e1b6da0a Add glitched setup action and dismiss actions 2023-09-06 04:22:19 +02:00
Willy-JL
a24c75d553 Move setup new iphone and pair appletv 2023-09-06 04:10:33 +02:00
Willy-JL
37c8357d3e Add flags parameter to nearby actions 2023-09-06 03:55:10 +02:00
Willy-JL
355f1b9673 Switch adv before free 2023-09-06 03:50:34 +02:00
Willy-JL
5c83f3435a Airdrop airplay handoff tethering (disabled, wip) --nobuild 2023-09-06 02:33:06 +02:00
Willy-JL
2343532496 Refactor packet types and sizes --nobuild 2023-09-05 23:35:17 +02:00