Willy-JL
c5d44fed34
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2023-10-24 02:37:11 +01:00
Willy-JL
16e3294a56
Fix workflows --nobuild
2023-10-24 02:33:17 +01:00
hedger
35c903494c
[FL-3627, FL-3628, FL-3631] fbt: glob & git improvements ( #3151 )
...
* fbt: optional shallow submodule checkout
* fbt: more git threads by default
* fbt: git condition fix
* fbt: renamed FBT_SHALLOW to FBT_GIT_SUBMODULE_SHALLOW
* github: enabled FBT_GIT_SUBMODULE_SHALLOW in flows
* fbt: always compile icons' .c, even if user does not specify a proper source glob; changed glob to require files at user-specified paths to exist
* fbt: fail build for missing imports in .faps
* fbt: moved STRICT_FAP_IMPORT_CHECK to commandline options; enabled by default
* ufbt: enabled STRICT_FAP_IMPORT_CHECK
Co-authored-by: あく <alleteam@gmail.com >
2023-10-23 18:55:36 +09:00
Clara K
8e8ac1af96
Update FUNDING.yml
2023-10-15 19:54:58 +02:00
hedger
b80dfbe0c5
github: fixed grep arg for RC builds ( #3093 )
...
* github: fixed grep arg for RC builds
* scripts: fbt: checking for .git existence, not for it being a dir
Co-authored-by: あく <alleteam@gmail.com >
2023-09-21 18:44:55 +09:00
hedger
f0f2a6c11f
github: typo fix ( #3070 )
...
* github: typo fix
* github: sdk action: added validation for action inputs
* github: sdk action: 10+ rcs
2023-09-12 18:24:44 +09:00
hedger
8bfa9898e3
github: final fixes for SDK publishing ( #3069 )
...
* Fixes 4 fixes 4 fixes
* gh: proper step naming
* github: Restored SDK processing logic
2023-09-12 10:20:45 +09:00
hedger
91813831c6
github: specified shell for SDK submission action ( #3068 )
2023-09-12 01:36:13 +09:00
hedger
c657eb8a40
github: potential fix for compact builds ( #3067 )
...
* github: potential fix for compact builds
* github: explicit build mode
2023-09-12 01:18:04 +09:00
hedger
77d6c41914
github: submit SDKs to prod & dev ( #3060 )
...
* github: submit SDKs to prod & dev
* github: increased limit of queried SDKs
Co-authored-by: あく <alleteam@gmail.com >
2023-09-11 19:51:03 +09:00
Sergey Gavrilov
4705812d24
SD-Card: proper HAL ( #3058 )
...
* Storage: remove unused error from SDInfo
* FatFS: remove sd_spi_io
* HAL: sd card api
* Update: use sd hal
* FatFS: use sd hal
* Storage: use sd hal
* API: sd hal
* Fix TODO workflow
* SD Hal: Fix source buffer overflow
* fix for fix!
* HAL: cleanup sd detection api
* HAL: FURI_HAL_SD_SPI_DEBUG flag
* HAL: FuriHalSdStatus -> FuriStatus
* API: downgrade
* Change define logic
* HAL: presence
2023-09-11 18:30:56 +09:00
hedger
dfd5233760
github: don't cancel jobs if parallel ones failed ( #3044 )
2023-09-05 18:17:16 +04:00
hedger
452e27b05e
github: workflow improvements ( #3032 )
...
* github: compact build: status reporting step
* github: build: matrix strategy
* debugging
* github: added version_token to /uploadfiles request
* github: reworked main build flow
* github: suppressed non-zero cp status
* github: build: fixed comment lookup; experimental changes to apps build order
* github: removed summary step for compact builds; united map analyzer steps
* fbt: added get_apiversion target; moved ext apps processing logic to AppBuildset
* ufbt: added missing global
* fbt: Moved incompatible app list to firmware config output
* fbt: cleaner extapps processing
* github: build: added automation for SDK publishing
2023-09-05 20:49:39 +09:00
hedger
5eeb672dd4
github: workflow trigger optimizations ( #3030 )
2023-09-01 12:09:48 +09:00
hedger
c3aa151712
github: Check for todos ( #3011 )
2023-08-25 23:38:41 +09:00
Konstantin Volkov
4ade0fc76d
[FL-3421] Unit bench: multiple attempts to find flipper ( #2960 )
...
* Unit bench: added retry count for finding flipper for reboot/reboot2dfu and power off scripts. Changed returns to sys.exit() since scripts are being used standalone
* fixed typo in await flipper and changed debug level to info for searching flipper in power.py
* reversed return operator instead of sys.exit, changed app.py exit behavior
* test run to see if exit(1) fails the run
* reversed test changes, fixed flipper name and increased await flipper timeout
* await after flash increase
* increased serial timeout
* increased serial timeout, apparently it is for entire run
Co-authored-by: doomwastaken <k.volkov@flipperdevices.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-08-23 21:51:02 +09:00
hedger
ace0901125
[FL-3486,FL-3392] fbt: various improvements and bug fixes ( #2982 )
...
* fbt: extapps: compact debug format for .faps
* fbt: sdk: fixed symbol cache regen logic for removed-only symbols
* lib: elf_file: early .fap file handle release
* fbt: extapps: added FAP_VERSION define for application environments
* github: added appsymbols artifact
* api: updates for f18
* github: fixed early fap_dist
* fbt: added flash_dap
* ufbt: added flash_dap
* fbt: reworked flash target; scripts: program.py->fwflash.py and changes
* vscode: updated configuration
* scripts: fwflash.py: ugly fixes for ufbt
* scripts: fwflash.py: cleanup
* fbt: flash: always use .elf file
* scripts: fwflash: fixed elf file path
Co-authored-by: あく <alleteam@gmail.com >
2023-08-23 03:33:10 +09:00
Nikolay Minaylov
fb63e53d9a
[FL-3435] External apps removed ( #2934 )
...
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-08-10 06:18:40 +09:00
Willy-JL
6f0ccaacab
Add option to skip devbuild --nobuild
2023-08-09 21:18:12 +02:00
Willy-JL
c20d2344a7
Fix version tag
2023-07-27 03:40:56 +02:00
Willy-JL
a1115115dd
pls lemme slepo
2023-07-27 03:19:31 +02:00
Willy-JL
2e0d5e87f0
Cancel previous running builds
2023-07-21 03:02:20 +01:00
WillyJL
a3984b5390
Fix dev build release compare
2023-07-20 04:45:51 +02:00
WillyJL
5a4b3cdc92
Fix dev builds embed?
2023-07-20 04:37:05 +02:00
WillyJL
308517299b
Fix dev builds?
2023-07-20 04:19:38 +02:00
Willy-JL
95f2640546
Rename more things for new repo link
2023-07-20 02:46:07 +01:00
Willy-JL
49e6554acd
Rework workflows and add devbuilds
2023-07-20 02:00:09 +01:00
Willy-JL
f951eb5541
Add sdk to releases
2023-07-19 23:48:05 +01:00
Willy-JL
d166a6f9d0
Send commit webhook to build channel
2023-07-19 20:47:20 +01:00
Willy-JL
103d0c5c8b
Show correct commit count when more than 20
2023-07-19 20:33:54 +01:00
Willy-JL
b4f5a5895d
Artifact tgz and sdk too
2023-07-18 21:19:18 +01:00
Willy-JL
1cfcc759ed
Read dist suffix properly
2023-07-05 00:14:02 +02:00
Konstantin Volkov
5d40193308
increased timeouts ( #2816 )
...
Co-authored-by: doomwastaken <k.volkov@flipperdevices.com >
2023-06-30 04:41:35 +09:00
Konstantin Volkov
e680cf59b6
Actions: unit_test and updater timeouts ( #2807 )
...
* added some extra timeouts, fixed duration of units run command and minor logging changes. No list_ports yet needed
* increased timeouts
* make pvs happy
---------
Co-authored-by: doomwastaken <k.volkov@flipperdevices.com >
Co-authored-by: SG <who.just.the.doctor@gmail.com >
2023-06-28 06:47:13 +10:00
Willy-JL
c1bf94da12
Update build workflows
2023-06-09 16:24:09 +01:00
hedger
1c306a04fc
[FL-3359] github: added debugapps artifact; packaging resources per-target ( #2750 )
...
* github: added debugapps artifact; packaging resources per-target
* github: target name fixes
* github: fixed path for debug apps
* scripts: dist: removed lib stub artifact
* scripts: fixed broken SDK
* github: removed unused step
2023-06-08 21:43:05 +09:00
hedger
3226254876
[FL-3351] github: re-enabled f18 build ( #2743 )
...
* github: re-enabled f18 build
* scripts: storage: better transfer logging
* Fix PVS warnings
Co-authored-by: あく <alleteam@gmail.com >
2023-06-08 15:16:01 +09:00
Max Andreev
72ad22bb91
[DEVOPS-18]: Add map file parser, mariadb inserter ( #2732 )
2023-06-05 19:25:43 +09:00
Willy-JL
b5aa4afd9f
Move download up and fix hotfix
2023-06-04 15:40:52 +01:00
ClaraCrazy
14fbc3648e
move support up
2023-06-04 16:36:17 +02:00
ClaraCrazy
f5b7ce5a08
consistency is power
2023-06-04 12:00:06 +02:00
ClaraCrazy
ec2c6467ca
Also add ko-fi to release script
2023-06-04 11:58:06 +02:00
Willy-JL
25eed74201
Update hotfix script
2023-06-03 04:08:05 +01:00
Willy-JL
860b6f023b
Remove mention of deleting apps folder
2023-06-03 01:47:13 +01:00
Willy-JL
5c0203832f
Update webupdater release script
2023-05-29 07:54:10 +01:00
ClaraCrazy
2838fd3f54
mimimi
2023-05-28 02:05:47 +02:00
ClaraCrazy
949906039d
Prepare for release Pt. 1
2023-05-28 02:00:21 +02:00
Max Andreev
d062ce73d7
Add new indexer ( #2681 )
2023-05-19 18:32:30 +09:00
あく
f57f0efc48
Debug: revert cortex debug to lxml and drop DWT ( #2651 )
...
* Debug: revert cortex debug to lxml
* Debug: update PyCortexMDebug readme
* fbt: moved "debug" dir to "scripts" subfolder
* ufbt: added missing debug_other & debug_other_blackmagic targets; github: fixed script bundling
* lint: fixed formatting on debug scripts
* vscode: updated configuration for debug dir changes
---------
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: hedger <hedger@nanode.su >
2023-05-09 03:31:44 +04:00
hedger
268b88be0d
[FL-3285] Removed STM32CubeWB module ( #2608 )
...
* libs: removed STM32CubeWB module; split cube into 3 submodules
* fixed f18 version
* fbt: options: fixed expected stack version
* pvs: updated for new paths
* fbt: ep: multithreaded submodule update
* libs: stm32cubewb: fixed duplicate include path; renamed to stm32wb; codeowners: updated paths; docs: updated paths
* pvs: updated paths
* libs: added cmsis_core from ARM sources, v.5.4.0, from https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/Core/Include
* Updated stm32wb_copro structure
* PVS: exclude cmsis core from analysis
---------
Co-authored-by: あく <alleteam@gmail.com >
2023-05-09 06:30:33 +09:00