forked from Next-Flip/Momentum-Firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/dev' into better-pet
- Loading branch information
Showing
409 changed files
with
5,844 additions
and
2,048 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
CompileFlags: | ||
Add: | ||
- -Wno-unknown-warning-option | ||
- -Wno-format | ||
Remove: | ||
- -mword-relocations | ||
|
||
Diagnostics: | ||
ClangTidy: | ||
FastCheckFilter: None | ||
|
||
--- | ||
|
||
If: | ||
PathMatch: .*\.h | ||
Diagnostics: | ||
UnusedIncludes: None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"folders": | ||
[ | ||
{ | ||
"path": ".", | ||
} | ||
], | ||
"settings": { | ||
"LSP": { | ||
"clangd": { | ||
"initializationOptions": { | ||
"clangd.compile-commands-dir": "build/latest", | ||
"clangd.header-insertion": null, | ||
"clangd.query-driver": "**", | ||
"clangd.clang-tidy": true, | ||
}, | ||
"enabled": true, | ||
}, | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
### Breaking Changes: | ||
- VGM: Reworked color customization functionality over RPC (by @HaxSam & @Willy-JL) | ||
- Better rainbow support, more responsive config, custom fore/back-ground | ||
- If you used this, need to reflash your VGM and reconfigure the colors | ||
|
||
### Added: | ||
- Sub-GHz: | ||
- New Legrand doorbell protocol (by @user890104) | ||
- OFW: Princeton protocol add custom guard time (by @Skorpionm) | ||
- FBT: New `SKIP_EXTERNAL` toggle and `EXTRA_EXT_APPS` config option (by @Willy-JL) | ||
- Desktop: Added TV animation from OFW which was missing (internal on OFW) | ||
- OFW: USB/CCID: Add initial ISO7816 support (by @kidbomb) | ||
- OFW: FBT/VsCode: Tweaks for cdb generation for clangd (by @hedger) | ||
|
||
### Updated: | ||
- Apps: | ||
- VGM Tool: Add new RGB VGM firmware to support Flipper FW changes (by @HaxSam) | ||
- Picopass: Add acknowledgements page (by @bettse) | ||
- Authenticator: Fix URL format (by @akopachov) | ||
- Many apps updated for new message queue (by @Willy-JL) | ||
- OFW: Furi: wrap message queue in container, prepare it for epoll (by @skotopes) | ||
|
||
### Fixed: | ||
- Archive: Fix favorite's parent folders thinking they are favorited too (by @Willy-JL) | ||
- FBT: Consistent version/branch info, fix gitorigin (by @Willy-JL) | ||
- OFW: Accessor: Disable expansion service on start (by @skotopes) | ||
- OFW: cleanup of various warnings from clangd (by @hedger) | ||
|
||
### Removed: | ||
- API: Removed `Rgb565Color` and `rgb565cmp()` since VGM colors use normal RGB colors now |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.