Commit graph

1929 commits

Author SHA1 Message Date
MX
14f2b4f2f0
new badusb layout loading from microsd
by rien > dummy-decoy
2022-08-03 20:20:49 +03:00
MX
6c4974f184
Merge branch 'fz-dev' into dev 2022-08-03 17:18:06 +03:00
SG
4a6477aaa8
Core, logs: removed tag concatenation (#1524)
* Core, logs: removed tag concatenation
* Logs: remove unused fn
* Logs: remove allocation
2022-08-03 21:01:38 +09:00
MX
60319b3d3f
update changelog 2022-08-03 06:41:57 +03:00
MX
2ed40068a0
update unirf
added gui message if frequency is outside of range
2022-08-03 04:53:11 +03:00
MX
03f741468c
wifi scanner & deauther plugins
by @SequoiaSan
2022-08-03 03:11:49 +03:00
MX
53e60cc8e8
subghz frequency range updates 2022-08-03 00:32:55 +03:00
MX
bdd2dc288a
return icon used in unirf 2022-08-02 19:38:38 +03:00
MX
5541535904
allow using link from env 2022-08-02 19:31:46 +03:00
MX
aa40f428a5
Merge branch 'fz-dev' into dev 2022-08-02 19:27:01 +03:00
Max Andreev
93a4b9c4a9
[FL-2649] Drop Docker in CI/CD (#1412)
* enable sparseCheckout, moving github actions from docker to raw shell
* fix missing known_hosts while setting ssh priv key
* fix build.yml
* add ssh key to upload just in time
* fixing rsync syntax
* fix build.yml
* try to fix build.yml again
* testing rsync
* test rsync again
* add linters
* add Black Python linter to submodules
* add Black submodule
* add working python linter target, dirty file list
* up toolchain to version 4
* up toolchain to ver 5
* up toolchain version to 6
* fbt: using black 22.6.0
* remove Black submodule, up toolchain to ver 7
* fbt: added lint_py, format_py targets
* add pvs_studio workflow
* fix pvs_studio segfault
* fix pvs_studio command
* fix pvs_studio command 2
* show env before run pvs_studio
* try to debug pvs_studio
* try to strace pvs_studio..
* Add FBT_TOOLCHAIN_PATH, MacOS Rosseta check, and ignore non-x86_64 linux architectures
* prevent redownloading toolchain on github-runners
* fix toolchain download exitcode
* add strace to debug pvs_studio segfault
* disable strace to catch full code dump
* Add './fbt cli' target to access Flipper CLI via PySerial
* remove pvs_studio from this PR
* removing clang-format from toolchain due errors
* make source easy, and fix some mistakes found by @hedger
* Add check_submodules workflow, some fixes
* fixing mistakes

Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: hedger <hedger@users.noreply.github.com>
2022-08-02 23:05:31 +09:00
hedger
a1637e9216
fbt fixes & improvements (#1490)
* fbt: minimal USB flash mode; scripts: faster storage.py with larger chunks
* fbt: fixed creation of temporary file nodes confusing scons
* docs: removed refs to --with-updater
* fbt: removed splashscreen from minimal update package
* fbt: renamed dist arguments for consistency
* docs: fixed updater_debug target
* fbt: separate target for generating compilation_database.json without building the code.
* fbt: added `jflash` target for programming over JLink probe; refactored usb flashing targets
* fbt: building updater_app in unit_tests configuration
* fbt: fixed reset behavior after flashing with J-Link
* fbt: generating .map file for firmware binary & external apps
* fbt/core: moved library contents before apps code

Co-authored-by: あく <alleteam@gmail.com>
2022-08-02 22:46:43 +09:00
hedger
1e732830ec
ci: check for uncommited changes after build (#1461)
* ci: check for uncommited changes after build
* assets: updated Manifest to match sources
* ci: simplified uncommited files check
* resources: Updated Manifest
* fbt: always rebuild manifest

Co-authored-by: あく <alleteam@gmail.com>
2022-08-02 22:29:16 +09:00
Georgii Surkov
01afb289c0
[FL-2713] Buffered file streams fix (#1515)
* Fix incorrect buffered stream behaviour
* Add specific tests
* Make the test fail on wrong behaviour
* Better names

Co-authored-by: あく <alleteam@gmail.com>
2022-08-02 22:17:37 +09:00
あく
f9745b4141
[FL-2705] App RPC Bug Fixes and redesign (#1491)
* Rpc: remove callback timer
* Rpc: simplify rpc event callback
* Rpc: migrate to new confirmation schema
* Rpc: migrate to new confirmation schema part2: finalize ibutton and rfid
* Rpc: migrate to new confirmation schema part3: finallize nfc and fix id in load
* Rpc: hardened sequencing check
* Rpc: migrate to new confirmation schema part4: finalize subghz
* iButton: properly handle exit
* Nfc: correct sequence for rpc exit send
* Rpc: fix review issues and nfc exit message
* Rpc: more logging and condition race fix in confirmation
* Rpc: migrate to new confirmation schema part5: finalize infrared
* Rpc: more logging
2022-08-02 22:54:12 +10:00
SG
f9386b2649
Assets: unused assets removed (#1514) 2022-08-02 14:24:42 +03:00
MX
7256c3acf0
second line needs to be copied separately
removing info about second line for now, fixing later
2022-08-02 03:40:22 +03:00
MX
e461cbb25c
fix ci 2022-08-01 23:56:25 +03:00
MX
17192481a4
update docs 2022-08-01 23:35:09 +03:00
MX
a74262cef2
update unirf / other fixes 2022-08-01 23:20:04 +03:00
MX
a5dd804d3e
Merge remote-tracking branch 'origin/dev' into dev 2022-08-01 17:36:16 +03:00
MX
b47a71d05f
Merge pull request #39 from TQMatvey/patch-1
SubGhz: Fix Sd: being inside the Send button
2022-08-01 17:35:13 +03:00
MX
c0f0ec3c95
Merge branch 'fz-dev' into dev 2022-08-01 17:30:50 +03:00
Skorpionm
4da6eba395
[FL-2706, FL-2709] SubGhz: checking saved key files for length (#1485)
* [FL-2706] SubGhz: checking saved key files for length
* SubGhz: fix RAW file upload error
* [FL-2709] GubGhz: RAW screen fix

Co-authored-by: あく <alleteam@gmail.com>
2022-08-01 21:24:21 +09:00
TQMatvey
a15954910e SubGhz: Fix Sd: being inside the Send button 2022-08-01 15:29:48 +07:00
MX
07590da585
Merge pull request #38 from TQMatvey/patch-3
Snake & Tetris: Fix Score Counter position
2022-08-01 05:34:50 +03:00
TQMatvey
7be31123d9
Merge branch 'Eng1n33r:dev' into patch-3 2022-08-01 09:25:05 +07:00
TQMatvey
1bb778e717 Snake & Tetris: Fix Score Counter position 2022-08-01 09:24:46 +07:00
MX
afaa8ff10a
Merge pull request #37 from TQMatvey/patch-1
PicoPass: Fix Card Detection Visuals
2022-08-01 04:47:48 +03:00
TQMatvey
c164146cee
PicoPass: Fix Card Detection Visuals
fix text saying Picopas-
s
and move text a bit higher
2022-08-01 08:44:05 +07:00
MX
f80da7e06c
Merge branch 'fz-dev' into dev 2022-07-31 03:55:41 +03:00
hedger
84550d5878
[FL-2654] Updater: retrying pre-boot SD card mount multiple times (#1402)
* Updater: retrying pre-boot SD card mount multiple times
* Updater: added delay before retrying SD card mount on early boot

Co-authored-by: あく <alleteam@gmail.com>
2022-07-31 08:48:55 +09:00
MX
712a48b5db
Fix typo in subghz (#1467)
* fix typo across subghz

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: Aleksandr Kutuzov <aku@plooks.com>
2022-07-31 08:34:38 +09:00
Anna Prosvetova
4c39dcbe0c
☦️ Rpc: fix backup commands responses (#1502) 2022-07-31 08:14:16 +09:00
MX
8fb6d6c732
some changes to fbt stuff 2022-07-30 05:35:56 +03:00
MX
aa757eeb49
unirf update
allow selecting custom map files
2022-07-29 21:18:06 +03:00
MX
bf088dd585
update readme 2022-07-29 19:52:37 +03:00
MX
062e40d1e0
Merge remote-tracking branch 'origin/dev' into dev 2022-07-29 19:51:26 +03:00
MX
014ca77051
update docs 2022-07-29 19:51:17 +03:00
MX
2a6da7f3eb
Merge pull request #32 from dva/patch-1
typo
2022-07-29 19:38:28 +03:00
MX
84a3c07522
Merge pull request #35 from UberGuidoZ/patch-2
Minor grammar changes
2022-07-29 19:38:09 +03:00
UberGuidoZ
a08751af02
Minor grammar changes 2022-07-29 09:35:36 -07:00
MX
79e7636507
fmt 2022-07-29 19:34:41 +03:00
MX
d6bf4819d2
update changelog 2022-07-29 19:28:17 +03:00
MX
12a2072b8c
docs & readme 2022-07-29 19:22:17 +03:00
MX
f4cc9e5de7
plugins & badusb
if author want their plugin to be removed - create issue, thanks
2022-07-29 17:48:51 +03:00
Denys Andriushchenko
6552b4ea75
Update HowToInstall.md 2022-07-28 20:58:02 +03:00
Denys Andriushchenko
6b2f8389f1
Update HowToInstall.md 2022-07-28 20:45:33 +03:00
MX
ee00ba5269
update changelog 2022-07-28 18:32:15 +03:00
MX
05a1ef0e71
Merge branch 'fz-dev' into dev 2022-07-28 18:30:09 +03:00