Commit Graph

238 Commits

Author SHA1 Message Date
Willy-JL
efb11dfcbd Properly integrate xtreme apis and headers 2023-02-11 05:19:37 +00:00
Willy-JL
ae9e15604e Bring back status bar as xfw setting 2023-02-11 04:30:26 +00:00
Willy-JL
48cd89b904 Setting name capitalization fix 2023-02-11 04:26:44 +00:00
Willy-JL
a90c6f44d7 Expose xtreme_settings api import for other apps 2023-02-11 04:25:57 +00:00
Willy-JL
0127b87b0d Keep SFW and NSFW asset packs first 2023-02-11 00:43:03 +00:00
Willy-JL
6555082e2a Revert "Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev"
This reverts commit 708dd167c8.
2023-02-10 20:50:30 +00:00
VerstreuteSeele
708dd167c8 Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev 2023-02-10 17:36:22 +01:00
Willy-JL
2b7f3797ee Support animated icons in asset packs 2023-02-10 08:53:34 +00:00
Willy-JL
1a9f098936 Move lvlup anim to asset system 2023-02-10 04:31:03 +00:00
Willy-JL
8cec6ee207 Cleaner asset system 2023-02-10 04:29:54 +00:00
Willy-JL
955e16b0ef Move NSFW mode to an asset pack 2023-02-10 03:14:40 +00:00
MX
6c768f2019 Merge branch 'fz-dev' into dev 2023-02-08 12:09:57 +03:00
Sergey Gavrilov
e3d473bf42 [FL-2435] SD over SPI improvements (#2204)
* get rid of BSP layer
* sector_cache: init in any case
* new sd-spi driver: init
* Delete stm32_adafruit_sd.c.old
* Delete spi_sd_hal.c.old
* Storage: faster api lock primitive
* Threads: priority control
* Flags: correct error code
* Spi: dma mode
* SD-card: use DMA for big blocks of SPI data
* Fix wrong SD_TOKEN_START_DATA_MULTIPLE_BLOCK_WRITE value
* do not memset cache if it is NULL
* remove top-level timeouts
* sd hal: disable debug
* Furi HAL: DMA
* Furi HAL RFID: use furi_hal_dma
* Furi HAL DMA: tests
* Furi HAL DMA: docs
* rollback "Furi HAL RFID: use furi_hal_dma"
* 4 channels taken from DMA manager for core HAL.
* Furi HAL DMA: live fast, die young
* RPC tests: increase message buffer
* SPI HAL: use second DMA instance
* sd hal: new CID getter
* SPI hal: use non-DMA version if kernel is not running
* IR hal: generalize DMA definition
* storage: add CID data to sd info
* RFID hal: generalize DMA definition
* SUBGHZ hal: generalize DMA definition. Core hal moved to DMA2.
* Storage: small optimizations, removal of extra mutex
* Storage: redundant macro
* SD hal: more timeouts
* SPI hal: DMA init
* Target: make furi_hal_spi_dma_init symbol private
* Update F18 api symbols

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-08 13:41:22 +09:00
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
MX
0ee04fb968 Merge branch 'fz-dev' into dev 2023-02-07 18:36:02 +03:00
Round-Pi
1ff5843ee6 battery info temperature shown in C or F based on settings (#2360)
* battery Info temperature displays C or F
* PowerSettings: add locale module to dependencies

Co-authored-by: あく <alleteam@gmail.com>
2023-02-07 12:05:52 +09:00
Willy-JL
497f369d16 Fix asset pack setting sorting 2023-02-07 01:59:40 +00: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
05ddeb3066 Alpha sort asset packs setting 2023-02-06 19:28:26 +00:00
Cathy Nguyen
683b5cdc82 battery info temperature shown in inp/metric units 2023-02-04 16:17:18 -05:00
VerstreuteSeele
195aea9c37 Update storage_settings_scene_sd_info.c 2023-02-03 11:43:16 +01:00
MX
16f8f2c2df Merge branch 'fz-dev' into dev 2023-02-02 11:54:20 +03:00
VerstreuteSeele
66eb191a59 Fix build | update storage_settings_scene_sd_info.c 2023-01-30 23:29:08 +01:00
VerstreuteSeele
e640b4e7bf Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-01-30 18:16:02 +01:00
Michal Suchánek
d9be815889 Print card CID in storage info (#2227) 2023-01-30 16:14:30 +07:00
VerstreuteSeele
a2b797fe01 formatting 2023-01-27 02:09:42 +01:00
Willy-JL
6956d8769c Add version tag to xfw app 2023-01-25 00:45:02 +00:00
Willy-JL
45a0a1104d Revert asset packs to OFW copium naming scheme 2023-01-24 11:44:42 +00:00
Willy-JL
9d70361709 Fix battery style setting text 2023-01-24 00:26:37 +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
b72799c69b Fix settings save order 2023-01-22 21:10:04 +00:00
Willy-JL
a050bf5c83 Clean settings + change subghz at app exit 2023-01-22 20:54:04 +00:00
Willy-JL
71f72d0a6b Add back button to battery info 2023-01-22 06:31:50 +00:00
Willy-JL
bc6c374138 Add battery to hold desktop right 2023-01-22 04:52:38 +00:00
Willy-JL
e16d7beb99 Add popup before asset swap reboot 2023-01-20 20:14:51 +00:00
Willy-JL
6696315d10 Reboot on assets change 2023-01-20 15:15:18 +00:00
Willy-JL
453c426480 Fix icons with asset packs 2023-01-20 14:55:02 +00:00
Willy-JL
abffc3152f New asset system everywhere sfw mode is supported 2023-01-20 06:43:05 +00:00
Willy-JL
2bdb437446 Passport assets in subfolder 2023-01-20 01:40:28 +00:00
Willy-JL
2f12993ddf Fix assets reload 2023-01-20 01:40:07 +00:00
Willy-JL
de225d1808 Save settings and update assets only when needed 2023-01-19 23:49:38 +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
Willy-JL
59bfb585cb Initial custom asset pack support 2023-01-19 07:33:17 +00:00
Willy-JL
de0f5017cd Save settings on app exit 2023-01-19 07:31:26 +00:00