Commit Graph

1761 Commits

Author SHA1 Message Date
g3gg0.de 277d418456 further code cleanups 2023-01-03 01:48:29 +01:00
g3gg0.de 5114d8be49 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into ISO15693 2023-01-02 10:58:46 +01:00
Georgii Surkov 72dc8e95d0 Add .kateconfig and .kateproject to .gitignore (#2237) 2023-01-02 18:01:59 +09:00
g3gg0.de c8f3776541 Merge branch 'DigitalSequence_PulseReader' into ISO15693 2022-12-30 16:35:19 +01:00
g3gg0.de 197b6725f7 digital_signal: remove assembly code, limiting the performance but increasing portability 2022-12-30 16:34:52 +01:00
g3gg0.de 4107fb9b55 digital_signal: reduce code complexity of digital_signal_update_dma() by only reconfiguring DMA2 2022-12-30 16:18:55 +01:00
g3gg0.de 76afbf2356 ISO15693: reduce latency on state machine reset 2022-12-30 16:17:41 +01:00
g3gg0.de 22aa338234 updated API 2022-12-30 14:24:47 +01:00
Georgii Surkov 95f8895b43 Add float_tools to SDK api (#2225) 2022-12-30 15:52:53 +03:00
g3gg0.de 38c6b52518 Merge branch 'DigitalSequence_PulseReader' into ISO15693 2022-12-30 12:50:36 +01:00
g3gg0.de a1f1618648 pulse_reader: further optimize assembly code 2022-12-30 12:48:01 +01:00
g3gg0.de efa43048a1 Merge branch 'DigitalSequence_PulseReader' of https://github.com/g3gg0/flipperzero-firmware into DigitalSequence_PulseReader 2022-12-30 10:51:49 +01:00
g3gg0.de 5856612182 digital_signal: show unoptimized and optimized code for digital_signal_update_dma() next to each other 2022-12-30 10:50:55 +01:00
あく ef478605e7 Merge branch 'dev' into DigitalSequence_PulseReader 2022-12-30 13:45:45 +09:00
Avery 06cf1bb868 Gui: change data ownership model in submenu, own text by default (#2217)
* GUI: Refactor submenu to internally use FuriStrings
* NFC: Rework DESFIRE dynamic info submenu
* GUI: don't mutate label when drawing submenu
* Get rid of submenu_add_item_cstr
* increase api version
* Get rid of submenu_set_header_cstr
* rollback api version
* Documentation
* RFID: use new submenu api

Co-authored-by: Sergey Gavrilov <who.just.the.doctor@gmail.com>
2022-12-30 12:44:07 +09:00
g3gg0.de e8bf252299 Merge branch 'DigitalSequence_PulseReader' of https://github.com/g3gg0/flipperzero-firmware into DigitalSequence_PulseReader 2022-12-30 02:20:24 +01:00
g3gg0.de 8b81fb921c digital_signal/pulse_reader: allow parameters for free to be NULL 2022-12-30 02:19:13 +01:00
g3gg0.de 5013692288 ISO15693: further cleanup 2022-12-30 02:17:29 +01:00
g3gg0.de 1360cf1f0a ISO15693: further optimizations of allocation and free code 2022-12-29 22:38:13 +01:00
g3gg0.de 581e61b6c6 digital_signal/pulse_reader: allow parameters for free to be NULL 2022-12-29 22:36:30 +01:00
g3gg0.de a5293c5638 optimize allocation size for signals 2022-12-29 22:02:34 +01:00
g3gg0.de 21e7e7e89b rename NfcV emulate scene to match other NfcV names 2022-12-29 22:02:02 +01:00
g3gg0.de 9e9f445cb8 ISO15693: show emulate menu when opening file 2022-12-29 21:50:05 +01:00
g3gg0.de 3305595a8a SLIX: fixed crash situation when an invalid password was requested 2022-12-29 20:53:21 +01:00
あく b11b9f1b38 Gui: Direct Draw API (#2215)
* Furi: allow on-fly thread priority change. Gui: Direct Draw API. DirectDraw debug app.
* Gui: drop input in direct draw
* Furi: handle priority change for starting threads
* DirectDraw: rollback to FreeRTOS primitives for priority change
2022-12-29 21:35:26 +10:00
Thomas Roth 26e5527a93 Mifare dictionary attack performance improvements. (#2173)
* NFC dictionary attack performance improvements.
* Remove unnecessary assignment
2022-12-29 14:20:01 +09:00
g3gg0.de c4ef534af5 Merge branch 'dev' into DigitalSequence_PulseReader 2022-12-28 23:16:06 +01:00
g3gg0.de 84051e05fd Merge branch 'DigitalSequence_PulseReader' into ISO15693 2022-12-28 22:58:08 +01:00
g3gg0.de 823ff9503a Merge branch 'DigitalSequence_PulseReader' of https://github.com/g3gg0/flipperzero-firmware into DigitalSequence_PulseReader 2022-12-28 22:44:52 +01:00
g3gg0.de 3a42ab189f make structures private, add C implementation of digital_signal_update_dma() 2022-12-28 22:43:39 +01:00
Skorpionm ea054423b0 [FL-3074] SubGhz: CAME 12 bit encoder fix guard time (#2210)
* SubGhz: CAME encoder fix guard ime
* SubGhz: fix 2 encoder CAME

Co-authored-by: あく <alleteam@gmail.com>
2022-12-29 05:29:23 +09:00
g3gg0.de 4adba941bf added support for ISO15693 (NfcV) emulation, added support for reading SLIX tags 2022-12-28 18:52:12 +01:00
あく 6ea375c70d Merge branch 'dev' into DigitalSequence_PulseReader 2022-12-29 02:28:14 +09:00
Astra d58b9f3fe8 Fix MFC bruteforce progress bar (#2203)
Co-authored-by: あく <alleteam@gmail.com>
2022-12-29 00:09:33 +09:00
Zoë Prosvetova 4accce93cf Update KeyCombo.md (#2213)
Grammatical corrections and changes
2022-12-28 23:39:36 +09:00
Konstantin Volkov 27ee0f73f7 Fixing various typos in readme files #2208
Co-authored-by: Konstantin Volkov <k.volkov@flipperdevices.com>
2022-12-28 23:30:20 +09:00
Konstantin Volkov 3108dc7c8c Splitting units and updater benches (#2165)
* test run, moved updated to separate physical runner/flipper/card
* simplified units, removed re-flashing, moved format to beginning of run
* added reboot requence and mini optimizations
* forgot gitadd, added script modifications, workflow changes
* fixed linter issues
* moved updater to unit bench for speed up
* changes to units, flash (not full) on second update, new fbt GDB thread check
* changed serial of second device
* testing pipelines, added failing unit test
* fixed gdb step
* fixed gdb step v2 electric boogaloo
* fixed gdb step v3, fixed target
* reverted while1 in units, tests complete
* testing colored output
* trying different term setting
* debug outputs for terminal
* fixed typo in SConstruct and another terminal test
* reverted changes, no colored output, for production
* fixed log output to readable format
* fixed linter

Co-authored-by: Konstantin Volkov <k.volkov@flipperdevices.com>
Co-authored-by: あく <alleteam@gmail.com>
2022-12-28 23:16:06 +09:00
g3gg0.de 9f8a86adef Merge branch 'dev' into DigitalSequence_PulseReader 2022-12-28 14:41:46 +01:00
g3gg0.de 60f56cc048 pulse_reader: add call to set GPIO pull direction 2022-12-28 14:40:29 +01:00
Tiernan 90573fbeed Picopass read bug fixes: (#2201)
* fix checking user elite keys
* include calculated Kd when saving cards

Co-authored-by: あく <alleteam@gmail.com>
2022-12-28 22:04:58 +09:00
あく d7735a1efb Drop brewfile, drop makefile, update readme and documentation (#2205)
* Drop brewfile, drop makefile, update readme
* Minor grammar and consistency fixes
* ReadMe: add more documentation links, cleanup layout
* ReadMe: cleanup and contribution section. Roadmap: update.
* Docs: Lots of minor fixes

Co-authored-by: Anna Prosvetova <anna@prosvetova.me>
Co-authored-by: Astra <astra@astrra.space>
2022-12-28 15:32:32 +03:00
Sergey Gavrilov 727f043747 OpenOCD scripts (#2101)
* Scripts: option bytes check
* Scripts: option bytes set
* Scripts: openocd config
* Scripts: increased readability, process IPCCBR option byte
* Scripts: split dap_ob.py
* Updater: process IPCCBR option byte
* Scripts: move chip-related functions to chip definition
* Scripts: freeze CPU registers
* Scripts: flash programming routine
* ob.py
* otp.py
* otp: handle errors correctly
* downgrade to python 3.9
* correct type hinting
* Scripts: fix path to ob.data

Co-authored-by: あく <alleteam@gmail.com>
2022-12-27 21:59:36 +09:00
Astra ded7e727d0 [FL-3060] New MFC Bruteforce animation (#2190)
* Change the wording in the headers
* Add support for text in the progress bar
* New MFC key bruteforce screen
* Typo fix
* nfc: rename Flipper Dict to System Dict
* elements: fix types
* Display the correct key attack sector

Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-12-27 18:14:03 +09:00
Nikolay Minaylov 08eb666f7b [FL-3000] File browser: Empty folder label (#2188)
Co-authored-by: あく <alleteam@gmail.com>
2022-12-27 17:39:04 +09:00
Skorpionm 1390f10a6f [FL-3068] SubGhz: add Holtek_ht12x protocol (#2187)
* SubGhz: add Holtek_ht12x protocol
* SubGhz: add unit_test holtek_ht12x
* SubGhz: correct string formatting

Co-authored-by: あく <alleteam@gmail.com>
2022-12-27 17:29:21 +09:00
Nikolay Minaylov f43b76efc2 [FL-3021] USB/BLE HID Remote icon fix (#2179)
Co-authored-by: あく <alleteam@gmail.com>
2022-12-27 17:03:56 +09:00
Daniel Carvallo 8a279758fd Fix quoted error for macOS bad-usb (#2155)
* Add stderr redirect to null device
* Remove stderr redirect and replace <`> with <'>

Co-authored-by: あく <alleteam@gmail.com>
2022-12-27 16:55:25 +09:00
Max Andreev 4e347b207c Fix amap on forks (#2200) 2022-12-27 16:35:57 +09:00
Max Andreev 1c926cf8a2 Trigger amap from another repo (#2171)
* Add s3 upload, repository dispatch
* Add trigger
* Fix map file upload
* Debug
* Add event file upload to s3
* fix triggering
* Fix upload process
* fix build.yml

Co-authored-by: あく <alleteam@gmail.com>
2022-12-27 05:22:22 +09:00
Sergey Gavrilov 9192520c70 Modules: locking view model (#2189)
* Popup, dialog_ex: locking model
* Desktop: do not use the model where it is not needed

Co-authored-by: あく <alleteam@gmail.com>
2022-12-27 04:46:05 +09:00