Commit Graph

427 Commits

Author SHA1 Message Date
VerstreuteSeele 9b81f93fd2 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-02-07 19:12:13 +01:00
hedger 224d0aefe4 [FL-2733] multitarget support for fbt (#2209)
* First part of multitarget porting
* Delete firmware/targets/f7/Inc directory
* Delete firmware/targets/f7/Src directory
* gpio: cli fixes; about: using version from HAL
* sdk: path fixes
* gui: include fixes
* applications: more include fixes
* gpio: ported to new apis
* hal: introduced furi_hal_target_hw.h; libs: added one_wire
* hal: f18 target
* github: also build f18 by default
* typo fix
* fbt: removed extra checks on app list
* api: explicitly bundling select mlib headers with sdk
* hal: f18: changed INPUT_DEBOUNCE_TICKS to match f7
* cleaned up commented out code
* docs: added info on hw targets
* docs: targets: formatting fixes
* f18: fixed link error
* f18: fixed API version to match f7
* docs: hardware: minor wording fixes
* faploader: added fw target check
* docs: typo fixes
* github: not building komi target by default
* fbt: support for `targets` field for built-in apps
* github: reworked build flow to exclude app_set; fbt: removed komi-specific appset; added additional target buildset check
* github: fixed build; nfc: fixed pvs warnings
* attempt to fix target id
* f7, f18: removed certain HAL function from public API
* apps: debug: enabled bt_debug_app for f18
* Targets: backport input pins configuration routine from F7 to F18

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-08 01:33:05 +09:00
Willy-JL 3bd3b7f122 Format 2023-02-07 01:08:43 +00:00
Willy-JL d3cf757ead Fix typos 2023-02-07 01:08:05 +00:00
Willy-JL edd3171d6c Add xfw setting for sort dirs before files 2023-02-07 00:50:38 +00:00
Willy-JL e98ad6fc2c Fix file browser sorting for good 2023-02-07 00:24:19 +00:00
Willy-JL e393285064 Fix file browser long list jump bug 2023-02-06 23:05:34 +00:00
Willy-JL d6dcf0efa2 Case insensitive file browser list 2023-02-06 20:51:07 +00:00
Willy-JL 64fa597e19 Fix animation load fail, size too big 2023-02-03 05:01:00 +00:00
Willy-JL e33023463a Format 2023-02-02 21:38:45 +00:00
VerstreuteSeele 705c86a2a2 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev 2023-01-30 19:12:05 +01:00
VerstreuteSeele e640b4e7bf Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-01-30 18:16:02 +01:00
Willy-JL 3cd411d98a Poweroff after setting pin (Fix #118) 2023-01-30 12:14:14 +00:00
Michal Suchánek d9be815889 Print card CID in storage info (#2227) 2023-01-30 16:14:30 +07:00
VerstreuteSeele b15fbfd618 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-01-27 12:38:44 +01:00
Emily Trau 24a23e5dc7 debug apps: made runnable as .faps; sdk: resolved additional APIs in use by faps (#2333)
* sdk: resolve additional APIs in use by faps
* debug tools: fixed battery_test, bt_debug, display_test, rpc_debug

Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-01-27 16:41:55 +07:00
VerstreuteSeele a2b797fe01 formatting 2023-01-27 02:09:42 +01:00
Willy-JL 43904b41a5 No shitting the bed when asset pack has no anims 2023-01-24 12:40:59 +00:00
Willy-JL 45a0a1104d Revert asset packs to OFW copium naming scheme 2023-01-24 11:44:42 +00:00
Willy-JL 97994e595f Bar percent battery by default 2023-01-23 13:39:25 +00:00
Willy-JL 109583cb9f SFW mode by default 2023-01-23 13:37:15 +00:00
Willy-JL 443dc93fc3 Add anim speed setting 2023-01-22 21:19:39 +00:00
Willy-JL bc6c374138 Add battery to hold desktop right 2023-01-22 04:52:38 +00:00
Willy-JL c92b13d154 Desktop hold right for about page 2023-01-21 00:09:33 +00:00
Willy-JL c355374ee3 This is no longer true 2023-01-21 00:08:38 +00:00
Willy-JL 88eb98dd9e Fix sonarcloud bugs 2023-01-20 21:14:59 +00:00
Willy-JL 8d6c12d942 Better animation repeat fix 2023-01-20 07:42:10 +00:00
Willy-JL 7c63b6dfd0 Dont play same anim twice in a row 2023-01-20 07:21:11 +00:00
Willy-JL abffc3152f New asset system everywhere sfw mode is supported 2023-01-20 06:43:05 +00:00
Willy-JL 95552f536e Fix animation pathing 2023-01-20 03:01:10 +00:00
Willy-JL 3d1d1b2d67 Add anim support to custom asset packs 2023-01-20 00:29:16 +00:00
Willy-JL f373bfa52d Fix battery style setting + move to xfw app 2023-01-19 23:38:36 +00:00
Clara K 8bd17394e3 Dev (#103) 2023-01-19 13:46:15 +01:00
VerstreuteSeele 498adb763a battery off switch 2023-01-19 13:45:24 +01:00
VerstreuteSeele 9117c95d9a xtreme settings name 2023-01-18 12:35:18 +01:00
Willy-JL 6187045ef1 Cleaner anim cycle check 2023-01-18 10:52:07 +00:00
Willy-JL 3302613ec5 Fix xtreme_settings fetch 2023-01-18 10:46:25 +00:00
Willy-JL eca9d51830 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into xtreme-app 2023-01-18 10:30:03 +00:00
Willy-JL 350f446d00 Actually expose dolphin levels 2023-01-18 10:29:47 +00:00
Willy-JL 6ff7af12e1 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into xtreme-app 2023-01-18 10:27:55 +00:00
Willy-JL e03f80ce0c Expose dolphin levels 2023-01-18 10:15:41 +00:00
Willy-JL 3d70614e47 Open custom app from up arrow menu 2023-01-17 20:14:17 +00:00
Willy-JL da2ce47bd3 Move sfw mode to custom app 2023-01-17 19:58:27 +00:00
Willy-JL d670a60918 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into xtreme-app 2023-01-17 18:04:27 +00:00
Willy-JL 93399489bd Fix level system 2023-01-17 18:04:13 +00:00
Willy-JL 5a091fb205 Add unlock anims setting 2023-01-17 17:03:07 +00:00
Willy-JL 9f47b499e4 Rename cycle anims 2023-01-17 17:01:20 +00:00
Willy-JL 483d96f447 Unique ptr for xtreme settings, no more loading 2023-01-17 15:45:39 +00:00
Willy-JL 067f7bd3f5 Add basic Xtreme app, move animcycle option to app 2023-01-17 07:35:35 +00:00
Willy-JL 4791468159 Use default anim cycle duration 2023-01-17 01:27:20 +00:00