Willy-JL
d0b32f1124
New build system
2024-03-10 10:17:59 +00:00
Willy-JL
061f19ddf9
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2024-03-03 04:17:32 +00: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
Willy-JL
5ef850f423
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-03-01 06:24:17 +00:00
Willy-JL
6531104ee0
Improve logic in FBT asset pack support
2024-03-01 06:13:44 +00:00
Willy-JL
b7220237de
Small bump in the road
...
- Update assets and references for new project
- Revert DFU image and CLI motd
- Remove NSFW text and flag
- Remove credits animation (will be replaced with a setting menu soon)
- New EvilPortal example HTML and better error message
- Initial standalone naming for asset packs and mainmenu apps
- File migration fixes/improvements
- Remove hotfix workflow
2024-03-01 06:11:16 +00: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
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
Willy-JL
b4932e3f45
Merge branch 'hedger/toochain_29' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2024-02-22 23:11:15 +00:00
hedger
1c56a30d35
fbt: added "USERPROFILE" to forwarded vars
2024-02-22 15:43:21 +00:00
hedger
b1ebb142c4
ft: removed debug logging
2024-02-21 14:30:51 +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
Willy-JL
92fb61f585
Merge branch 'hedger/toochain_29' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2024-02-21 03:00:41 +00:00
hedger
bc98c788fe
fbt: moved FBT_NOEVN check to env setup script for *nix
2024-02-20 22:32:39 +00:00
Willy-JL
c2fe7d8012
Merge branch 'hedger/toochain_29' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2024-02-19 02:40:38 +00:00
hedger
b15787053a
toolchain: v32
2024-02-18 22:35:23 +00:00
hedger
b38d2e8d84
Merge remote-tracking branch 'remotes/origin/dev' into hedger/toochain_29
...
# Conflicts:
# scripts/toolchain/fbtenv.sh
2024-02-18 22:34:12 +00:00
Violet Shreve
4e1089ec49
Quote $FBT_TOOLCHAIN_PATH to avoid splitting ( #3459 )
2024-02-18 09:20:27 +00:00
Willy-JL
adc6652a34
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2024-02-18 00:50:28 +00:00
Max Andreev
fcf3b50f69
Add notification sending ( #3449 )
...
Co-authored-by: あく <alleteam@gmail.com >
2024-02-17 14:32:32 +07:00
Willy-JL
ceae2bb04a
Merge branch 'ble-refactor' into xfw-dev
2024-02-17 06:32:25 +00:00
Willy-JL
85deae6bcf
FBT auto prioritize system icons in apps
2024-02-17 00:42:07 +00:00
Willy-JL
ef3cfea721
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2024-02-16 12:53:07 +00:00
hedger
01d937ca0b
Merge branch 'dev' into hedger/toochain_29
2024-02-16 11:33:18 +04:00
hedger
60a9d7e6cf
ble: profile rework ( #3272 )
...
* ble: profile rework, initial
* apps: hid: fix for pairing cleanup
* app: hid: select transport based on #define
* fixing PVS warnings
* ble: serial service: fixed uid naming
* bt service: on-demand dialog init; ble profiles: docs; battery svc: proper update
* Added shci_cmd_resp_wait/shci_cmd_resp_release impl with semaphore
* app: hid: separated transport code
* ble: fixed service init order for serial svc; moved hardfault check to ble_glue
* cli: ps: added thread prio to output, fixed heap display
* ble_glue: naming changes; separate thread for event processing;
* furi: added runtime stats; cli: added cpu% to `ps`
* cli: fixed thread time calculation
* furi: added getter for thread priority
* fixing pvs warnings
* hid profile: fixed naming
* more naming fixes
* hal: ble init small cleanup
* cleanup & draft beacon api
* f18: api sync
* apps: moved example_custom_font from debug to examples
* BLE extra beacon demo app
* naming fix
* UI fixes for demo app (wip)
* desktop, ble svc: added statusbar icon for beacon
* minor cleanup
* Minor cleanup & naming fixes
* api sync
* Removed stale header
* hal: added FURI_BLE_EXTRA_LOG for extra logging; comments & code cleanup
* naming & macro fixes
* quick fixes from review
* Eliminated stock svc_ctl
* cli: ps: removed runtime stats
* minor include fixes
* (void)
* naming fixes
* More naming fixes
* fbt: always build all libs
* fbt: explicitly globbing libs; dist: logging SDK path
* scripts: fixed lib path precedence
* hal: bt: profiles: naming changes, support for passing params to a profile; include cleanup
* ble: hid: added parameter processing for profile template
* api sync
* BLE HID: long name trim
* Removed unused check
* desktop: updated beacon status icon; ble: hid: cleaner device name management
* desktop: updated status icon
Co-authored-by: あく <alleteam@gmail.com >
Co-authored-by: nminaylov <nm29719@gmail.com >
2024-02-16 14:20:45 +07:00
Willy-JL
0a846454f4
Merge branch 'hedger/toochain_29' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2024-02-16 00:47:28 +00:00
hedger
8e4c366f0b
toolchain: bump to v31
2024-02-15 13:13:58 +00:00
hedger
11a34e5bc3
debug: updated udev rules & added docs on rules installation
2024-02-15 11:49:30 +00:00
hedger
890bb9838c
toolchain: bump to v30
2024-02-15 09:24:08 +00:00
Willy-JL
ca5f3bb09a
Support InsomniaSafe flag in extapps (fix mA)
2024-02-15 02:03:06 +00:00
Willy-JL
4ec530c912
Revert "Keep power settings internal (fix wrong mA) +5kb DFU :("
...
This reverts commit 5bd168c24b .
2024-02-15 01:19:38 +00:00
hedger
887083b7f5
scripts: toolchain: only unlink symlink if exists
2024-02-14 23:35:12 +00:00
Willy-JL
5bd168c24b
Keep power settings internal (fix wrong mA) +5kb DFU :(
2024-02-14 19:11:23 +00:00
hedger
d72c449b13
scripts: better error handling in update process
2024-02-14 13:51:10 +00:00
hedger
d70bcfdfff
toolchain: v29 preparations
2024-02-14 13:37:53 +00:00
Willy-JL
6ef8e40874
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2024-02-14 10:00:02 +00:00
Willy-JL
acc352e61f
Make settings menus external -21.7kb DFU
2024-02-14 04:36:48 +00:00
Willy-JL
c4ac4e69b3
Fix some settings API usage/setup
2024-02-14 04:03:33 +00:00
hedger
0acd3bfc66
VSCode integration fixes for new toolchain ( #3448 )
...
* fbtenv: link toolchain to current on *nix
* vscode: simplified tool paths
* fbtenv: link toolchain to 'current' on Windows
Co-authored-by: あく <alleteam@gmail.com >
2024-02-14 10:05:59 +07:00
Willy-JL
503168de80
Fix plugin symbol warnings (imported from fap api table)
2024-02-13 19:39:57 +00:00
Willy-JL
a73894797d
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2024-02-13 19:29:30 +00:00
MX
1faeca6e1b
Merge branch 'ofw_dev' into dev
2024-02-12 17:11:47 +03:00
Willy-JL
db1d51cf24
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2024-02-12 03:16:30 +00:00
hedger
14dabf523a
New toolchain with gcc 12 ( #3254 )
...
* changes for xPack 12.3
* support for gcc 13.2
* Update tools name
* Add new linux toolchain
* Fixed copro submodule
* Fix gdb-py
* Fixes for c++ apps
* Fix gdb-py3, add udev rules
* Fixed udev rules location
* Add MacOS arm, fix fbt toolchain download
* Fixed downloading error file
* fbt: fixed linker warnings; removed gcc 10 from list of supported toolchains
* ufbt: fixed supported toolchain versions
* nfc: replaced local malloc with calloc
* restored code with Warray-bounds to older state
* Update fbtenv.cmd
* Suppressing warnings
* Bump to 25
* Bump to 26
* lint: reformatted macros for new clang-format
* Bump to 27
* Fix m type word
* Bump to 28
* furi: added FURI_DEPRECATED macro
* scripts: toolchain download on Windows: fixing partially extracted cases
Co-authored-by: DrunkBatya <drunkbatya.js@gmail.com >
2024-02-12 09:04:12 +07:00
Willy-JL
5181f4878d
Fix font descent parsing and re-enable icons in debug
2024-02-09 19:32:59 +00:00
Willy-JL
b4695ef0aa
More space efficient icon paths list
2024-02-09 16:48:09 +00:00
Willy-JL
e689db3600
FBT error for updater.bin too big
2024-02-09 05:56:13 +00:00
Willy-JL
5ea2c9799b
Trace and Icons not essential in debug builds
2024-02-09 01:37:16 +00:00
Willy-JL
134e74dda3
Upd MFC keys: added 41 from RRG pm3
2024-02-08 23:46:10 +00:00