Willy-JL
c79e13ff64
Update evil portal and esp flasher icons --nobuild
2023-08-15 02:47:45 +02:00
Willy-JL
cee43d5b79
Custom lcd color
2023-08-15 01:51:04 +02:00
Willy-JL
6a618b6e19
Cleanup and fixes
2023-08-15 01:24:12 +02:00
Willy-JL
ad689e0926
Move rgb bl color presets to userspace
2023-08-15 01:23:45 +02:00
Willy-JL
9a3036387f
Add color compare api
2023-08-15 00:59:44 +02:00
Willy-JL
d413d30a2d
Fix rgb backlight configuration and setup
2023-08-15 00:20:46 +02:00
Willy-JL
fed21fae64
Rainbow rgb backlight + full rgb code rework
2023-08-14 05:28:49 +02:00
Willy-JL
520b4ace2e
Forma value and name settings arrays
2023-08-14 03:19:18 +02:00
Willy-JL
5e8efe8281
Add colors toolbox (rgb and hsv)
2023-08-14 01:17:37 +02:00
Willy-JL
6f64300aa9
Update api symbols
2023-08-14 01:03:44 +02:00
Willy-JL
2f8d49d764
Add icons to esubghz chat menu --nobuild
2023-08-13 18:23:08 +02:00
Willy-JL
88e54a86b2
Enable backlight with input keyboard command
2023-08-13 03:22:11 +02:00
Willy-JL
bbcacd1d80
FBT please cope
2023-08-13 03:21:54 +02:00
WillyJL
bc4f4dee57
Chess v1.8 ( #355 )
2023-08-13 03:20:44 +02:00
WillyJL
1c729a44c2
FlipBIP v1.13 ( #354 )
2023-08-13 03:19:59 +02:00
Willy-JL
2b406477ca
Format
2023-08-13 03:07:25 +02:00
Willy-JL
1e59764c20
Input keyboard toggle hold for next key with space
2023-08-13 03:06:24 +02:00
Willy-JL
7504e58244
Update totp
2023-08-13 03:02:22 +02:00
Willy-JL
1d3228768f
Input keyboard command support putty/picocom
2023-08-13 02:34:42 +02:00
Willy-JL
1e2f2cc784
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild
2023-08-13 02:33:47 +02:00
MX
ff17f33a36
testing dev build bundles
2023-08-13 01:24:00 +03:00
Struan Clark
d40ef982af
chore: format (le sigh)
2023-08-12 15:14:00 -06:00
MX
9fb20438c7
remove wrong path
2023-08-12 21:39:47 +03:00
Struan Clark
2c412d9281
feat: Chess v1.8
2023-08-12 12:09:05 -06:00
Struan Clark
92a481e770
feat: FlipBIP v1.13
2023-08-11 23:51:28 -06:00
MX
28a05d8f6b
finish moving apps
2023-08-12 04:47:18 +03:00
MX
773a5e382f
remove base apps pack
2023-08-12 04:43:23 +03:00
Willy-JL
5e710916d6
Fix menu index navigation in esp quick flash
2023-08-12 01:50:42 +02:00
Willy-JL
fce86c494f
Only enter bootloader for wifi dev board
2023-08-12 01:31:05 +02:00
Willy-JL
e99ccedc9c
Update quickflash naming
2023-08-12 01:29:54 +02:00
ClaraCrazy
55ac4e0a35
Fix path for esp32_cam camera app --nobuild
2023-08-11 23:17:11 +02:00
Willy-JL
d114dbe196
Format again?
2023-08-11 22:56:38 +02:00
Willy-JL
12004d0ef4
Format
2023-08-11 22:55:06 +02:00
Willy-JL
35cf740a63
ESP Flasher quick flash for wroom / dev pro
2023-08-11 22:53:31 +02:00
Willy-JL
29c3031942
Add e-subghz chat app (by @twisted-pear)
2023-08-11 22:48:35 +02:00
Willy-JL
a30ced8f17
Add wire tester app (by @unixispower)
2023-08-11 22:39:11 +02:00
Willy-JL
2532325411
Bump api version to ofw dev branch (35.0)
2023-08-11 22:32:00 +02:00
Willy-JL
397287819a
Dolphin add missing deeds + fix&clean state code
2023-08-11 22:31:34 +02:00
MX
4164932044
remove
2023-08-11 23:23:06 +03:00
MX
751cb9f5d6
totp update
2023-08-11 23:20:38 +03:00
MX
8d8102b4f9
merge fixes
2023-08-11 18:24:51 +03:00
MX
4b81046b6f
Merge branch 'ofw-dev' into dev
2023-08-11 18:08:12 +03:00
MX
f069cdb7e6
Merge branch 'ofw-dev' into dev
2023-08-11 18:01:50 +03:00
Sergey Gavrilov
43ba76a37f
uFBT: devboard_flash to update WiFi devboard ( #2969 )
...
* uFBT: devboard_flash to update WiFi devboard
* uFBT: help
2023-08-11 17:56:27 +03:00
Sergey Gavrilov
3aad84aa70
FBT: devboard_flash to update WiFi devboard ( #2968 )
2023-08-11 17:56:13 +03:00
あく
dc2d12d468
Scripts: OB recovery ( #2964 )
...
* Scripts: OB recovery
* Scripts: slightly different ob
* Scripts: remove excessive return
* Scripts: simplifying work with registers
* Make PVS happy
Co-authored-by: SG <who.just.the.doctor@gmail.com >
2023-08-11 17:56:02 +03:00
MX
09d5b3b1ed
Expose additional functions of the crypto engine to user ( #2923 )
...
* Allow loading user supplied keys and add CTR mode
* Add GCM mode to furi_hal_crypto
* Split up CTR and GCM code, add flag for adv crypto
* Add convenience functions for GCM crypto
* Run fbt format
* Update GCM to support additional auth data
* Update APIs
* FuriHal: update crypto documentation, method names and usage
* Clean up code for key (un)loading, GCM and CTR
- get rid of goto
- do not use furi_hal_bt_is_alive() when not using secure enclave
- give defines a type and wrap in ()
* Add unit test for CTR and GCM crypto
* FuriHal: const in crypto unit tests, cortex timer for crypto operations timeouts
* FuriHal: update crypto docs
Co-authored-by: twisted_pear <twstd@posteo.net >
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-08-11 17:55:40 +03:00
47LeCoste
5f48968a05
BadUSB: qFlipper install script for MacOS ( #2915 )
...
* Create Install_qFlipper_macOS.txt
* BadUSB: qFlipper mac install routine improvements
Co-authored-by: あく <alleteam@gmail.com >
2023-08-11 17:54:32 +03:00
ClaraCrazy
16baec1e81
Fix leftover SFW mention --nobuild
2023-08-11 12:26:10 +02:00
Hugo Blanc
3a36d5ea6d
feat(infrared): add universal remote ( #2818 )
...
* feat(infrared): add universal remote
* fix: fix channel commands names
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-08-11 02:34:51 +09:00