MX
79a286fe1a
upd changelog
2024-03-11 03:53:32 +03:00
MMX
2f5be8f695
Merge pull request #719 from amec0e/dev
...
Update ac.ir
2024-03-11 02:51:28 +03:00
MMX
e8e596e4c9
Merge pull request #721 from MizumasuShoichi/patch-3
...
Update subghz_setting.c
2024-03-11 02:51:04 +03:00
MX
7b09a22a5c
fix bipki [ci skip]
2024-03-11 02:37:37 +03:00
MX
c9434492b8
Various changes, in expansion, rgb, js
...
by Willy-JL , Spooks4576 , Sil333033 , HaxSam
2024-03-11 00:37:29 +03:00
Methodius
1bd56fb190
bip parser refactor
2024-03-11 00:24:55 +03:00
MX
25d4c4f829
upd subremote
2024-03-10 23:56:23 +03:00
MX
175f603678
Merge branch 'ofw_dev'
...
Conflicts:
.gitmodules
ReadMe.md
2024-03-10 23:38:56 +03:00
MX
df57ecd786
rem module that is not used in UL for now
2024-03-10 23:37:30 +03:00
MX
58cd56a439
Merge branch 'ofw_dev' into dev p1
2024-03-10 23:35:44 +03:00
Astra
4f7eb77071
Fix troika 4K keys ( #3499 )
2024-03-07 15:57:32 +09:00
Astra
ecab4d53d2
[FL-870] Auto-generated firmware documentation take two ( #2944 )
...
* Add doxygen and doxygen-awesome css, cleanup docs files
* Ignore more libraries and remove leftover local variables
* Create an actual intro page
* .md files linting
* Add doxygen action
* Fix Doxygen path
* Fix doxyfile path
* Try to upload
* Change docs branch
* Add submudules checkout
* Disable doxygen on PR
* Mention the firmware docs in the readme
* More dev docs mentions in the readme
* Fix runner group, add tags
* Test dev in PR
* Disable running on PR
* Fix a typo in the doxyfile
* Try upload to S3
* Fix local path
* Fix S3 ACL
* Add delete flag, unifying dev and tags
* Update ignored directories
* More ignored directories
* Even more ignored directories
* Fix submodule
* Change S3 uploader
* Change S3 uploader version
* Fix aws sync flags
* Fix ACL
* Disable ACL
* Improve ignores, add WiFi devboard docs
* TEMP: generate dev docs
* TEMP: generate 0.89.0 docs
* Disabling PR trigger
* Enable submodules and test build
* Enable test build
* Disable test build
* Change docs directory structure
* Fix accidentally committed submodule
* Fix submodules
* Update links to the developer documentation
* Markdown linting
* Update workflow, enable test build
* Fix doxygen dir path
* Update Doxyfile-awesome.cfg
* Change paths
* Fix upload docs path
* Disable pull_request debug trigger
* Disable tags building
* Remove autolinks and namespaces
* Establish basic documentation structure
* Add missing changes
* Improve stylesheet, move some files
* Improve examples
* Improve the main page
* Improve application dev docs
* Improve system programming docs
* Improve development tools docs
* Improve other docs
* Improve application examples
* Fix formatting
* Fix PVS-studio warnings
* Improve visuals
* Fix doxygen syntax warnings
* Fix broken links
* Update doxygen action
Co-authored-by: DrunkBatya <drunkbatya.js@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: Georgii Surkov <georgii.surkov@outlook.com>
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com>
2024-03-06 15:25:21 +09:00
MX
4e7f25a539
Merge branch 'ofw_dev' into dev
2024-03-05 08:51:14 +03:00
Silent
5e47048369
Archive: Fix item focus after aborting the Delete operation ( #3475 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-03-05 12:03:46 +09:00
assasinfil
a6c5a1ba69
Troyka parser improvements ( #3390 )
...
* Updated troyka layout (full version)
* Changed to furi func
* Small refactor
* Bitlib refactor
* Moved to API
* Rollback troyka parser
* Fix functions
* Parser func refactor start
* Layout E3 refactored
* Layout E4 refactored
* Layout 6 refactored
* Layout E5 refactored
* Layout 2 refactored
* Layout E5 fix
* Layout E6 refactored, valid_date need fix
* Layout E6 fix
* Layout FCB refactored
* Layout F0B refactored
* Layout 8 refactored
* Layout A refactored
* Layout C refactored
* Layout D refactored
* Layout E1 refactored
* Layout E2 refactored
* Fixes
* Old code cleanup
* Memory cleanup
* Unused imports cleanup
* Keys struct refactor
* Layout E1 fix
* Added debug info for layout and department
* Fix PVS warnings
* Fix more PVS warnings
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-03-05 11:56:35 +09:00
philicious
7b26dc5ebf
NFC: Fix washcity plugin verify function being to greedy ( #3467 )
...
* NFC: Fix washcity plugin verify function being to greedy
It verifies only a single sector and that one using one of the commonly used key 0xA0A1A2A3A4A5
This leads to false-positives and the dicts not being used at all
* nfc app: washcity plugin: fix verify function
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-03-05 11:42:39 +09:00
Rodrigo Basoalto
1070064f89
Parser for Santiago, Chile BIP transit card ( #3456 )
...
* Parser for Santiago, Chile BIP transit card
It's used for all public transportation in the city of Santiago, Chile
(bus, subway). We've reverse-engineered most of the non-zero bits of
data found, and checked them across dozens of cards.
* Update to use bit_lib instead of nfc_util
* PR feedback
Co-authored-by: Rodrigo Basoalto <basoalto@fintual.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
2024-03-04 18:50:28 +09:00
MX
88b354b57e
Merge branch 'ofw_dev' into dev
2024-03-02 07:24:47 +03:00
Sergei Gavrilov
4b7ca736d6
WiFi board: fixed update script on Windows (unfortunately also Mac and Linux) ( #3485 )
...
* WiFi board update: windows fix
* Scripts: add python\Scripts to the path
* Windows: another way to call esptool
* Aaaaaand once more!
* logz
* wifi board scripts: udev rule, dev channel
* fbt: added ARGS variable for passing extra options to certain scripts; removed `devboard_flash_dev` in favor of `devboard_flash ARGS="-c dev"`
* fbt: fully removed `devboard_flash_dev
* scripts: wifi_board.py: cleanup
* ufbt: ported ARGS for supported targets to ufbt
* docs: updated for ARGS=...
---------
Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: hedger <hedger@users.noreply.github.com>
2024-03-01 15:58:15 +04:00
Sergei Gavrilov
18ea2371a4
Gui: reset canvas orientation and frame when entering direct draw mode ( #3488 )
2024-02-29 02:09:55 +04:00
MX
22be2629e0
Merge branch 'ofw_dev' into dev [ci skip]
2024-02-27 20:09:55 +03:00
Silent
7fc4ba7c1c
FBT/uFBT: Enable C++20/GNU23 in VSCode IntelliSense ( #3394 )
...
* FBT/uFBT: ms-vscode.cpptools can't be a configuration provider to itself
* FBT/uFBT: Enable C++20/C23 in IntelliSense as the compilation options do
2024-02-27 17:56:11 +04:00
MizumasuShoichi
33fe146a57
Update subghz_setting.c
...
Added frequency: 430.50
2024-02-27 16:02:51 +08:00
MX
a2739ab0c1
Merge branch 'ofw_dev' into dev
2024-02-26 18:54:09 +03:00
hedger
bc309cebe6
Toolchain fixes ( #3451 )
...
toolchain: updated to v33 with debugging & other fixes
toolchain: better error handling during update/env configuration process
debugging: improved udev rules file, added readme on installation
firmware: bumped compiler C/C++ standards (stricter code checks)
firmware: fixed warnings emerging from newer standards
ufbt: FBT_NOENV is now also supported by ufbt
fbt: added ccache-related variables to env forward list on Windows
2024-02-26 16:16:19 +04:00
MX
cc937a97ef
Merge branch 'new_c_version' into dev
2024-02-22 20:47:01 +03:00
MX
02f8840ac7
Merge remote-tracking branch 'OFW/hedger/toochain_29' into new_c_version
2024-02-22 20:43:41 +03:00
hedger
1c56a30d35
fbt: added "USERPROFILE" to forwarded vars
2024-02-22 15:43:21 +00:00
MX
b0a741233f
Fix usbdisk filename
...
by Willy-JL
2024-02-22 18:28:36 +03:00
MX
b29a5896a4
Merge branch 'new_c_version' into dev [ci skip]
2024-02-22 05:27:50 +03:00
MX
dbb81055f2
Merge remote-tracking branch 'OFW/hedger/toochain_29' into new_c_version
2024-02-22 03:02:52 +03:00
MX
465fcf93a7
Merge branch 'dev' into new_c_version
2024-02-22 03:02:44 +03:00
hedger
65b0aa8e99
accessor: naming fix
2024-02-21 16:27:56 +00:00
hedger
90a8009d43
libs: moved callback-connector to accessor app
2024-02-21 15:53:34 +00:00
hedger
b1ebb142c4
ft: removed debug logging
2024-02-21 14:30:51 +00:00
amec0e
ee2c7bed92
Update ac.ir
...
Updated AC
2024-02-21 14:15:52 +00:00
hedger
d4433fabd4
fbt: fixed behavior on Win and fbtenv
2024-02-21 11:06:12 +00:00
hedger
10d2911af2
toolchain: bumped to v33
2024-02-21 09:03:58 +00:00
MX
b8d5dfdd05
fix ac file
2024-02-21 04:15:59 +03:00
MMX
c778233223
Merge pull request #718 from amec0e/dev
...
Update tv.ir
2024-02-21 04:14:46 +03:00
MX
614f9b8705
Revert "auto-stop emulation after 5min feature added"
...
This reverts commit 19a5f02d66
.
2024-02-21 04:02:02 +03:00
MX
26cb315845
Revert "rename timers, stop before free"
...
This reverts commit 89e1620883
.
2024-02-21 04:01:47 +03:00
MX
e1bc60b7eb
Revert "nfc/lfrfid emulation abort after 5min disable if debug on"
...
This reverts commit 4573046df8
.
2024-02-21 04:01:21 +03:00
MX
a88adc2a27
Merge remote-tracking branch 'origin/leptoptilos' into dev
2024-02-21 03:56:38 +03:00
MX
aa54a477d8
revert furi_hal_version changes
2024-02-21 02:48:22 +03:00
MX
c69ce4c921
fbt format
2024-02-21 02:21:20 +03:00
MX
b77e430df5
Merge branch 'new_c_version' into dev
2024-02-21 02:02:24 +03:00
MX
a64907d84b
Merge remote-tracking branch 'OFW/hedger/toochain_29' into new_c_version
2024-02-21 02:02:17 +03:00
hedger
bc98c788fe
fbt: moved FBT_NOEVN check to env setup script for *nix
2024-02-20 22:32:39 +00:00
MX
59370e03db
Merge branch 'new_c_version' into dev
2024-02-21 01:07:51 +03:00