Commit Graph

1403 Commits

Author SHA1 Message Date
MX 3747f95d5a Fix external cc1101 module issues
SubGHz HAL fixes, by @Quen0n
2023-02-13 00:43:58 +03:00
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
MX 08acbda895 Allow 467.75 MHz by default 2023-02-12 02:48:20 +03:00
MX 27012b6be7 SubGHz HAL Fixes 2023-02-12 02:41:11 +03: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
MX 1831902fbd Temp fix of broken ibutton emulation
Reverted lib changes and added old api

TODO: Find what causes that issue, issue also present in official dev branch
2023-02-11 21:09:39 +03:00
MX 24a4ae8014 Fix external module timings drift
TODO: Need to improve both modules timing accuracy
2023-02-11 03:57:31 +03: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
MX bd2d7bf42f Small fixes 2023-02-10 22:48:35 +03:00
MX e9df7c9b72 Merge pull request #322 from assasinfil/alutech_at_4n
Alutech at 4n
2023-02-10 22:33:04 +03: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
assasinfil affef106ea Merge remote-tracking branch 'origin/dev' into alutech_at_4n 2023-02-10 16:38:27 +03:00
assasinfil 0e0046c803 Merge remote-tracking branch 'origin/dev' into kinggates_stylo_4k 2023-02-10 14:16:25 +03:00
MX 4e02ac3442 Fix external CC1101 support and internal module debug 2023-02-10 02:09:29 +03:00
MX a098e0561e Temp fix
BUG: Now sound works but sending signal with sound on doesn't actually send signal!!!
Need to return previous implementation with 2 channel Timer or find another way
2023-02-10 00:56:29 +03: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
assasinfil 727c21d60a Merge branch 'dev' into kinggates_stylo_4k 2023-02-09 22:47:53 +03:00
assasinfil 2bd80f510a Init encoder 2023-02-09 22:45:02 +03: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
MX 539c4e2dd0 Fixes & imporvements
Use our custom icon for Bin RAW
2023-02-09 17:49:28 +03:00
MX b9351649ed Merge branch 'fz-dev' into dev 2023-02-09 17:48:50 +03:00
MX ba36f4672c Throw away Kostily & Velosipedy
Ne bag a ficha, bolshe ne nuzhna
2023-02-09 17:21:40 +03:00
assasinfil e17877b6a1 Kinggates stylo 4k tx realization
Co-authored-by: MX <10697207+xMasterX@users.noreply.github.com>
2023-02-09 12:57:22 +03:00
Petr Portnov | PROgrm_JARvis 4265057ee8 feat: add missing const qualifiers (#2233)
* feat: make `ViewPort` getters const
* feat: make tx-buffers const
* feat: make `canvas_get_buffer_size` const
* feat: make `canvas` methods const
* feat: make `icon_animation` methods const
* feat: make `scene_manager` methods const
* feat: make `loader` method const
* feat: make `canvas_get_font_params` const

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-09 13:58:01 +09:00
Skorpionm 163be139eb SubGhz: add protocol BinRAW (binarization of data quantized by the minimum correlated duration) (#2322)
* SubGhz: add protocol DataRAW (binarization of data quantized by the minimum correlated duration)
* SubGhz: fix name history
* SubGhz: add encoder Data_RAW protocol
* SubGhz: decreasing the size of the LevelDuration structure
* SubGhz: history, added check that there is free RAM
* SubGhz: checking for free memory, support to pass without gap
* SubGhz: add running average to average the result, auto cut noise at the end of a burst
* SubGhz: support for repeating sequences
* SubGhz: fix secplus_v2 decoder
* SubGhz: bin_RAW fix add history
* SubGhz: add debug
* SubGhz: debug refactoring
* FURI_LOG: add FURI_LOG_RAW_x formatted string output like printf
* SubGhz: fix new FURI_LOG metod
* FURI_LOG: fix unit test
* SubGhz: add enable/disable BinRAW protocol decoding
* SubGhz: fix PVS
* SubGhz: forcibly turn off the speaker when exiting SubGhz
* SubGhz: adaptive adjustment to the noise level

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-09 13:48:06 +09:00
MX a7a4f9b885 SubGhz hal fixes 2023-02-08 23:31:27 +03:00
MX 6f44900e05 Update API symbols 2023-02-08 21:24:21 +03:00
MX ed78c4ca04 Fixes 2023-02-08 20:49:06 +03:00
MX bbc1ba62fc Merge branch 'fz-dev' into dev 2023-02-08 20:12:10 +03:00
Skorpionm 31259d5304 [FL-3091] SubGhz: add protocol Alutech at-4n (#2352)
* GubGhz: add protocol Alutech at-4n
* SubGhz: fix syntax
* SubGhz: fix subghz_protocol_decoder_alutech_at_4n_get_hash_data
* SubGhz: add unit test alutech at-4n
* SubGhz: add name key

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-09 01:59:49 +09:00
MX d6d7a5ece2 Fix merge issue 2023-02-08 17:48:07 +03:00
MX 0dccbe28bb Merge branch 'fz-dev' into dev 2023-02-08 17:15:17 +03:00
Skorpionm 99253a0e28 [FL-3093, FL-3087] SubGhz: Fix Raw write, add short duration filter setting (#2300)
* SubGhz: Fix recording RAW files, sometimes could not start at a high level
* SubGhz:  subghz_worker, add short duration filter setting
* SubGhz: capture raw timings in cli. Furi: clear pending interrupts on ISR set/reset
* SubGhz: fix start  duration in furi_hal_subghz_start_async_rx
* [FL-3093] SubGhz: hopping issue in some regions
* [FL-3087] SubGhz: fix delete-ok issue
* SubGhz: remove copypasta from rx_raw cli command

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-08 22:20:42 +09:00
MX 468d0ea966 Merge branch 'fz-dev' into dev 2023-02-08 12:43:07 +03:00
LTVA1 23ecc186c2 Custom font set function (#2261)
* custom font set function
* update API symbols
* add example of custom font usage
* delete u8g2 dependency in example custom font
* rename to canvas_set_custom_u8g2_font
* now change the name in ALL places

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: hedger <hedger@users.noreply.github.com>
2023-02-08 18:26:17 +09:00
MX b7c2b9eff1 Change API version back 2023-02-08 12:23:04 +03:00
MX 81316255f9 Fix after merge issues pt1 2023-02-08 12:22:11 +03:00