Commit graph

296 commits

Author SHA1 Message Date
r3df0xx
745d91c53a input seed from device 2022-04-10 22:47:37 +03:00
r3df0xx
5455bd5337 Seed param concept 2022-04-09 16:33:11 +03:00
r3df0xx
85079f79c9 fix mfkey size 2022-04-09 15:15:36 +03:00
r3df0xx
b3588e46c7 fix?
fix?
2022-04-09 05:09:31 +03:00
r3df0xx
dbe1d9114e Update keeloq_common.c 2022-04-09 04:33:32 +03:00
r3df0xx
1e4ebdb426 Update keeloq_common.c 2022-04-09 04:06:41 +03:00
r3df0xx
a42b4111c3 Update faac_slh.c
fix syntax FURI_LOG_I(TAG, ..., ...);
2022-04-09 03:52:00 +03:00
r3df0xx
e493e598bc Update faac_slh.c
fix syntax
2022-04-09 03:46:00 +03:00
r3df0xx
75e38d3e52 Update faac_slh.c
debugging strange cnt behavior
2022-04-09 03:39:03 +03:00
r3df0xx
43a9df04c9 correct cipher function 2022-04-09 03:05:16 +03:00
r3df0xx
004ce97548 Update faac_slh.c 2022-04-09 02:52:13 +03:00
r3df0xx
da62d8dfdd Update faac_slh.c 2022-04-09 02:37:08 +03:00
r3df0xx
e42a61670f FAAC SLH (SPA) save and emulate
Seed input in progress
2022-04-09 02:25:39 +03:00
r3df0xx
683680fd97 Stated making SLH algorithm 2022-04-09 00:29:15 +03:00
Eng1n33r
7d223c3305
Merge branch 'flipperdevices:dev' into dev 2022-04-07 17:38:31 +03:00
Skorpionm
02b9cf90d5
[FL-2431, FL-2419] SubGhz: bugfixes (#1098)
* [FL-2431] SubGhz: fix Restart with an error (HardFault), while maintaining the RAW signal.
* Stream: fix adding maximum string length to arguments
* [FL-2419] SubGhz: fix flipper hang/Fatal Error when running edited Sub-GHz file.
* SubGhz: remove replace strcpy with strncpy, smaller text buffer and canary
* SubGhz: log key loading before load happen, rollback only rx message handling

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-04-07 14:47:47 +03:00
r3df0xx
ea1d6e3bae Update nice_flor_s.c 2022-04-03 15:06:17 +03:00
r3df0xx
b601afb997 Update nice_flor_s.c 2022-04-03 14:49:22 +03:00
r3df0xx
0b496f70c2 Update nice_flor_s.c 2022-04-02 21:47:52 +03:00
r3df0xx
25ce89e39d mfname show 2022-04-02 18:56:32 +03:00
r3df0xx
3c8993420d final fix for kl and sl debug 2022-04-02 18:21:35 +03:00
r3df0xx
02d44c32e2 fix debug output 2022-04-02 16:40:04 +03:00
r3df0xx
ca920ba917 --- 2022-04-02 01:52:14 +03:00
r3df0xx
19e810a49d Update subghz_keystore.c 2022-04-02 00:19:47 +03:00
r3df0xx
a26dcd7bf7 never sleep 2022-04-02 00:14:16 +03:00
r3df0xx
3c1cec9d64 Update nice_flor_s.c 2022-04-01 23:51:03 +03:00
r3df0xx
70b51c31f3 fix 2022-04-01 23:46:41 +03:00
r3df0xx
c6d6c89a86 fix 2022-04-01 23:20:31 +03:00
r3df0xx
0e2542e1c4 New debug info and fix FloR-S bytes logic 2022-04-01 23:06:24 +03:00
Eng1n33r
62a36d0dcc
Merge branch 'flipperdevices:dev' into dev 2022-04-01 17:51:48 +03:00
SG
855f2584ab
[FL-2415] Storage: blocking file open (#1078)
* Storage: correct replacement for "/any" path in path holder
* Unit tests: storage, blocking file open test
* File stream: error getter
* Storage: common copy and common remove now executes in external thread
* Filesystems: got rid of unused functions
* Storage: untangle dependencies, ram-frendly filesystem api
* iButton: context assertions
* Storage: pubsub messages
* Storage: wait for the file to close if it was open
* Storage: fix folder copying
* Storage: unit test
* Storage: pubsub documentation
* Fix merge error
* Fix memleak in storage test
* Storage: remove unused define

Co-authored-by: あく <alleteam@gmail.com>
2022-04-01 15:21:31 +03:00
r3df0xx
f89544dfa1 Update nice_flor_s.c 2022-04-01 10:54:30 +03:00
r3df0xx
26aa177d9c Update nice_flor_s.c 2022-04-01 10:13:36 +03:00
r3df0xx
082bd9de5e fix 2022-04-01 10:06:10 +03:00
r3df0xx
844466c438 Fix hex output
debugging
2022-04-01 09:54:29 +03:00
Eng1n33r
3cc89a7d48
Merge branch 'flipperdevices:dev' into dev 2022-03-31 19:01:39 +03:00
gornekich
0bf2702210
Fix GUI freeze after NFC classic read (#1074)
* nfc worker: add delay for task switching
* device info service: fix rpc version characteristic
* firmware: move FreeRTOSConfig.h to target include
* dev_info service: fix typo
* ble glue: use osThreadFlags instead of osEventFlags
* Infrared: fix issue with timer lockup
* FuriHal: yeld in flash lock routine
* ble: change connection parameters, display actual params
* ble: verify connection parameters
* ble: fix typo

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-03-31 17:57:23 +03:00
r3df0xx
c4ddb58fcb Fixing Nice FloR-S. Add new big IR databases. 2022-03-31 15:05:40 +03:00
Eng1n33r
cfdf814731
Merge branch 'flipperdevices:dev' into dev 2022-03-30 18:53:50 +03:00
Nikolay Minaylov
2f3ea9494e
HAL to LL migration: GPIO, HSEM, AES (#1069)
* gpio, hsem, crypto: switch from HAL to LL/registers
* Moved GPIO initialization to furi_hal
* More HAL removed
* All HAL modules disabled
* HAL is finally removed
* hal_gpio -> furi_hal_gpio, main.h removed
* Bootloader build fix
* RTOS config moved to freertos-glue
* delay -> furi_hal_delay

Co-authored-by: あく <alleteam@gmail.com>
2022-03-30 18:23:40 +03:00
r3df0xx
040f09eeec Update nice_flor_s.c 2022-03-30 14:58:00 +03:00
r3df0xx
72dab0ca0c Update nice_flor_s.c 2022-03-30 13:54:51 +03:00
Eng1n33r
34fdc16ce1
Merge branch 'flipperdevices:dev' into dev 2022-03-30 12:51:55 +03:00
あく
489caa8e77
[FL-2392] FuriHal: refactor interrupts subsystem (#1066)
* FuriHal: refactor interrupts subsystem

* Furi,FuriHal: gather all ISRs under interrupt API, improve crtitical section and cleanup garbage

* FuriHal: mirgate ipcc and hsem to LL

* Format Sources

* FuriHal,BleGlue: move to new critical section

* Format Sources

* FuriHal: correct flash locking

* FuriHal: replace critical section with interrupt disable in OS routine, minor fixex
2022-03-30 03:37:23 +10:00
Eng1n33r
774a9e1a34
Merge branch 'flipperdevices:dev' into dev 2022-03-29 17:44:46 +03:00
SG
bdba15b366
[FL-2393][FL-2381] iButton, OneWire: move to plain C (#1068)
* iButton: getting started on the worker concept
* Hal delay: added global instructions_per_us variable
* iButton: one wire slave
* iButton: ibutton key setter
* iButton: one wire host, use ibutton_hal
* iButton\RFID: common pulse decoder concept
* iButton: cyfral decoder
* iButton: worker thread concept
* iButton: metakom decoder
* iButton: write key through worker
* iButton: worker mode holder
* iButton: worker improvements
* iButton: Cyfral encoder
* iButton: Metakom encoder
* lib: pulse protocol helpers
* iButton: Metakom decoder
* iButton: Cyfral decoder
* iButton worker: separate modes
* iButton: libs documentation
* HAL: iButton gpio modes
* iButton worker: rename modes file
* iButton worker, hal: move to LL
* iButton CLI: worker for reading and emulation commands
* iButton HAL: correct init and emulation sequence
* iButton cli: moved to plain C
* iButton: move to worker, small step to plain C
* Libs, one wire: move to plain C
* Libs: added forgotten files to compilation
* iButton writer: get rid of manual disable/enable irq
2022-03-29 16:01:56 +03:00
r3df0xx
5ebea97ba2 Update subghz_keystore.c
keystore debug
2022-03-29 15:44:02 +03:00
r3df0xx
f12faff8b0 Fix FloR-S and add test Keeloq uknown replay 2022-03-28 19:42:00 +03:00
r3df0xx
d0c14da00c Update nice_flor_s.c 2022-03-27 20:30:32 +03:00
r3df0xx
098964f737 Debug FloR-S
logging encrypt & encoder stuff
2022-03-27 18:58:04 +03:00