Commit Graph

861 Commits

Author SHA1 Message Date
Willy-JL
0ff5164d99 Format (and thanks nano for the big folder fix <3) 2023-02-12 21:11:00 +00:00
Willy-JL
d7e454a627 Fix api version tag 2023-02-12 01:19:33 +00:00
yocvito
9132fa2961 fix adv name length bug & finalize merge 2023-02-12 01:06:41 +01:00
yocvito
6de0470b4d Merge remote-tracking branch 'upstream/dev' into badusb-ble 2023-02-12 00:33:42 +01:00
yocvito
796930b12c remove useless func 2023-02-12 00:28:03 +01:00
VerstreuteSeele
409a79ddee Fix chat & subghz settings 2023-02-11 23:27:21 +01:00
yocvito
c9941d44a7 removes useless commented function 2023-02-11 22:14:11 +01:00
yocvito
999c609773 Handle write request on HID keyboard led state characteristic and respond to it (should fix numlock issue) 2023-02-11 22:01:02 +01:00
Willy-JL
e644b97cf0 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-10 20:58:15 +00:00
VerstreuteSeele
176c01c0da More subghz (btw.. entire subghz update, credits to unleashed. will be in release note too) 2023-02-10 21:16:40 +01:00
yocvito
fa003f7816 merge 2023-02-10 20:05:47 +01:00
yocvito
f5219db3fc Adds LED state report characteristic into bt GATT hid service (for now writing by host isn't working) 2023-02-10 20:04:45 +01:00
VerstreuteSeele
e7d01998c1 Update subghz 2023-02-10 17:29:45 +01:00
Willy-JL
afd0f6bfd4 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-09 20:05:59 +00:00
Willy-JL
0a6f830ad0 Fix api version tag 2023-02-09 20:05:48 +00:00
Willy-JL
e35b1d476a Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-09 20:04:46 +00:00
Willy-JL
8b11797949 Fix api symbols 2023-02-09 19:53:25 +00:00
Willy-JL
dfb6e9daa6 Fix spi header 2023-02-09 19:04:53 +00:00
VerstreuteSeele
af869ef8d2 Merging OFW | Suffering | Part 1 | Wont build as is
I honestly dont even know anymore...
2023-02-09 18:34:56 +01:00
Willy-JL
65081c878a Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-02-08 04:05:46 +00:00
VerstreuteSeele
15ec5b4e0d fixed api, fixed cartfiles & removed my stupidity 2023-02-08 03:58:08 +01:00
VerstreuteSeele
0bc1a00368 Update api_symbols.csv 2023-02-07 19:48:30 +01:00
VerstreuteSeele
894fe99abd Revert "fix bs"
This reverts commit 189055d8f3.
2023-02-07 19:47:52 +01:00
VerstreuteSeele
189055d8f3 fix bs 2023-02-07 19:44:13 +01:00
VerstreuteSeele
9b81f93fd2 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-02-07 19:12:13 +01:00
hedger
224d0aefe4 [FL-2733] multitarget support for fbt (#2209)
* First part of multitarget porting
* Delete firmware/targets/f7/Inc directory
* Delete firmware/targets/f7/Src directory
* gpio: cli fixes; about: using version from HAL
* sdk: path fixes
* gui: include fixes
* applications: more include fixes
* gpio: ported to new apis
* hal: introduced furi_hal_target_hw.h; libs: added one_wire
* hal: f18 target
* github: also build f18 by default
* typo fix
* fbt: removed extra checks on app list
* api: explicitly bundling select mlib headers with sdk
* hal: f18: changed INPUT_DEBOUNCE_TICKS to match f7
* cleaned up commented out code
* docs: added info on hw targets
* docs: targets: formatting fixes
* f18: fixed link error
* f18: fixed API version to match f7
* docs: hardware: minor wording fixes
* faploader: added fw target check
* docs: typo fixes
* github: not building komi target by default
* fbt: support for `targets` field for built-in apps
* github: reworked build flow to exclude app_set; fbt: removed komi-specific appset; added additional target buildset check
* github: fixed build; nfc: fixed pvs warnings
* attempt to fix target id
* f7, f18: removed certain HAL function from public API
* apps: debug: enabled bt_debug_app for f18
* Targets: backport input pins configuration routine from F7 to F18

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-08 01:33:05 +09:00
あく
1eda913367 [FL-3075] Pin Reset (#2367)
* Nfc: fix PVS warnings
* Factory reset combo, initial version
* Recovery screen and correct input pin initialization
* Better pin and factory reset message
* Down to cancel factory reset
2023-02-08 01:35:49 +10:00
Krzysztof Zdulski
d035872cf6 nfc: Add mifare classic value block commands (#2317)
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-02-07 12:21:25 +09:00
Willy-JL
1e6e7b8669 Update symbols 2023-02-06 13:56:53 +00:00
yocvito
08475ff579 Add bt is connected check 2023-02-03 22:40:09 +00:00
yocvito
d6a1dc2e1f Removes storing of bt peer key in internal flash for bad usb BLE
Co-authored-by: yocvito <nicolasmorel.dp@gmail.com>
2023-02-03 22:27:26 +00:00
VerstreuteSeele
09d080c00d Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-02-03 22:41:55 +01:00
あく
52680fd14e FreeRTOS: update to 10.5.1 (#2353) 2023-02-04 04:09:20 +10:00
Willy-JL
72935579e6 Format 2023-02-03 17:46:32 +00:00
Clara K
f99309b9bc Merge branch 'dev' into badusb-ble 2023-01-31 11:47:34 +01:00
yocvito
f384872449 BLE GAP: specifies Keyboard yes/no IO capability for GapPairingNone case during gap init, in case 'Just works' pairing method is not accepted by remote host 2023-01-30 22:01:38 +01:00
VerstreuteSeele
e640b4e7bf Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-01-30 18:16:02 +01:00
Willy-JL
9fa8843025 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into badusb-ble 2023-01-30 13:06:04 +00:00
yocvito
fb1218c9a5 Removes pin verif when using BT for bad-USB 2023-01-30 13:31:24 +01:00
Michal Suchánek
d9be815889 Print card CID in storage info (#2227) 2023-01-30 16:14:30 +07:00
Milk-Cool
b1496ee9bd Furi: getter for current thread stdout write callback (#2344) 2023-01-30 14:54:15 +07:00
VerstreuteSeele
068b834ab3 Update api_symbols.csv 2023-01-29 12:31:15 +01:00
VerstreuteSeele
4bf64ce16f Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-01-29 12:28:52 +01:00
Petr Portnov | PROgrm_JARvis
f5fe0ff694 Furi: make furi_is_irq_context public (#2276)
* Furi: make `furi_is_irq_context` public
* Furi: proper name and documentation for furi_kernel_is_irq_or_masked.
* Target: bump symbol table version
* Furi: proper doxygen context for warnings

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-01-29 17:12:24 +07:00
Willy-JL
35473ffafe Move most Bad BLE code to Bad USB 2023-01-28 06:53:55 +00:00
yocvito
0e964a6cfe Merge branch 'badusb-ble' of github.com:yocvito/Flipper-Xtreme into badusb-ble 2023-01-27 19:38:27 +01:00
yocvito
75a01459f5 some fix + api_symbols correct export 2023-01-27 19:37:49 +01:00
Clara K
854f7467fe Merge branch 'dev' into badusb-ble 2023-01-27 12:42:06 +01:00
VerstreuteSeele
b15fbfd618 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-01-27 12:38:44 +01:00
yocvito
a6daa2a20d drop useless file and some useless line 2023-01-27 11:56:29 +01:00